TA的每日心情 | 慵懒 2022-3-6 15:37 |
---|
签到天数: 4 天 [LV.2]偶尔看看I
荣誉会员
- 积分
- 129272
|
本帖最后由 shadows 于 2021-10-7 12:55 编辑
ffmpeg有更新的版本,只是没有正式发布的release版本而已(也就是正式版与测试版的意思)
正式版4.4是最新的正式版,4月9日发布
测试版有人一直根据最新源码编译的,https://www.gyan.dev/ffmpeg/builds/ 或 https://github.com/BtbN/FFmpeg-Builds/releases 下载(以上网站均来自ffmpeg官网提供的windows版本链接)
你试试
FFmpeg's source code is maintained using a version control system called git. The git master builds are built from the master branch of the repository, which is where all development occurs whereas the release builds are built from the latest release branch. These are essentially a snapshot of the master branch at a given point of time. They are updated with bug and security fixes for a while but no new features. It is highly recommended to choose a git master build; unlike many software, releases are primarily made for the convenience of OS distributors and package managers and don't signify greater stability or maturity. For a bug report to be accepted, the issue must be reproducible using a very recent git master build.
这些发布者也是建议用最新源码版,release版主要是为了分发,方便linux那些系统的包管理器,并不代表稳定和成熟。而最新源码版会根据反馈进行bug修复和功能更新
|
|