I'm not totally happy with the update for FFmpeg. Not that it matters much, I like to use the builds put out by BtbN, and they like to use those put out by Gyan. The big issue is that they have decided to use the 7.11 Release build, whereas I always use the latest Master build. This is what Gyan says about Release vs. Master. The bold font is his, not mine.
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.
They still have work to do.
Leave a comment: