Releases: vapoursynth/bestsource
Releases Β· vapoursynth/bestsource
R12
- Hardware decoding will now by default automatically fall back to CPU decoding if no suitable hardware decoder can be found, note that if anything else goes wrong it is still considered an error, this behavior can be controlled with the hwfallback argument
- The maxdecoders argument has been added to make it possible to reduce the number of concurrent decoder instances used to conserve memory (4x4k h.264 decoders with max reference frames can use up to 1GB of memory total in addition to the internal cache)
- Default internal cache size is reduced to 100MB for video decoding
- Improved framerate guessing code to handle even weirder cases
- Fixed seeking performance for CFR h.264 in AVI and possibly others
- Index files are now by default stored in $XDG_CACHE_HOME/bsindex when not running on windows
Source is identical to RC1. Windows binaries are compiled with slightly newer library versions.
R12-RC1
- Hardware decoding will now by default automatically fall back to CPU decoding if no suitable hardware decoder can be found, note that if anything else goes wrong it is still considered an error, this behavior can be controlled with the hwfallback argument
- The maxdecoders argument has been added to make it possible to reduce the number of concurrent decoder instances used to conserve memory (4x4k h.264 decoders with max reference frames can use up to 1GB of memory total in addition to the internal cache)
- Default internal cache size is reduced to 100MB for video decoding
- Improved framerate guessing code to handle even weirder cases
- Fixed seeking performance for CFR h.264 in AVI and possibly others
- Index files are now by default stored in $XDG_CACHE_HOME/bsindex when not running on windows
R11
R10
R9
- Greatly improved support for variable format contents and it's now possible to select which format set to output
- Added a function to get track metadata
- Added support for choosing which mv-hevc view id to output
- Added a workaround for files with no keyframes set at all that may make seeking fast (such as ffmpeg encoded huffyuv)
- Output XYZ format as RGB to be more consistent
- Fix output of packed subsampled formats (YUY2 is probably the only one anyone noticed)
- Default changed to showprogress=true
R9-RC1
- Greatly improved support for variable format contents and it's now possible to select which format set to output
- Added a function to get track metadata
- Added support for choosing which mv-hevc view id to output
- Added a workaround for files with no keyframes set at all that may make seeking fast (such as ffmpeg encoded huffyuv)
- Output XYZ format as RGB to be more consistent