Av1an 0.3.0
Changes
- Add option to generate film grain tables for aomenc
- Allow setting thread affinity for each worker
- Remove overhead at the start and in-between scene detection and encoding
- Better CLI interface
- Automatic tiling for default settings
- Always copy subtitles and all audio tracks
- Improve logging (especially with
--verbose
) - Implement SSE4.1/SSSE3 SIMD-accelerated frame parsing for aomenc/vpxenc
- Fix ffmpeg concat with spaces or quotes on all platforms
- Fix mkvmerge for Windows
- Automatically add cq-level arg if it is not present
- Automatically set one-pass mode if --rt was specified
- Add more info to --help
- Remove max/min kf distance for aomenc and vpx
Full Changelog: 0.2.0...0.3.0
Windows binary
The provided binary in this release is dynamically linked to both the vapoursynth and ffmpeg libraries. Make sure the latest version of vapoursynth is installed, and that the ffmpeg DLLs are available. The ffmpeg DLLs can be downloaded from here: https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full-shared.7z. Extract the files, and place the DLLs (which are in the bin directory once extracted) in the same directory as the downloaded av1an.exe