Revisions of ffxvid (20)
- Update to version 1.8.16 * Use more accurate crop detection by using rounding of 4 instead of the default 16
- Update to version 1.8.15 * Bugfix in the zscale scale filter for Lanczos3/4
- Update to version 1.8.14
* Add support for Spline64 zimg zscale filter.
Requires latest FFmpeg from git
- Update to version 1.8.13
* Support setting the default zimg scaler in the config file
* Use Natural Bicubic Spline FFmpeg scaler as default in-script
scaler and Spline36 scaler as default for zimg
* Minor improvements to the scaling code
* Updated the README and man page files
- Update to version 1.8.12
* Increased default noise value from 4 to 5
* Fix wrong default option for tonemap algo
* Delete side data when doing HDR -> SDR conversion
* Updated the AUTHORS, README and man page files
- Update to version 1.8.11
* Fixed a syntax error in the video_deinterlace_func()
function. Reported by Christian Marillat
- Update to version 1.8.10
* Added support for disabling automatic metadata
such as video title, audio codec names, etc
through the config file
- Update to version 1.8.9
* Fixed a bug in the audio metadata when copying
the Dolby core audio that added "+ Atmos" to the
metadata
* One-line micro-optimization in the Dolby metadata code
- Update to version 1.8.8
* Do colorspace conversion before scaling
* Moved chroma location code after color primaries code
and before the IDR/keyframes code
- Update to version 1.8.7
* Support copying the DTS core-only from DTS 96/24 and
DTS:X IMAX tracks
* Updated the AAC profile detection for audio copy
- Update to version 1.8.6
* Fixed a bug in the video_hdr_to_sdr_func() function
* Replaced the detelecine filter with a combination
of the fieldmatch, bwdif and decimate filters
* Use 0 as default value for the tonemap desat
filter option
- Update to version 1.8.5
* Support copying full DTS-X audio or only the DTS core
- Update to version 1.8.4
* Support copying full DTS-HD HRA audio or just the DTS Core in it
* Support copying full Dolby Atmos audio or just the AC-3/TrueHD
Core in it
- Update to version 1.8.3
* Added support for copying only the DTS Core
audio or the full DTS-HD MA audio track
- Update to version 1.8.2
* Reduced duplication in the final audio params
code variable
* Use kHz instead of Hz for audio sample rate
metadata
* Slightly increased default value of the noise
filter
* Updated the AUTHORS file (email address)
- Update to version 1.8.1
* Updated the audio copy code to detect Dolby
Atmos and use the correct name metadata
* Renamed a few variables
- Update to version 1.8.0 * Initial support for zimg (z lib) scalers
- Update to version 1.7.7
* Don't exit but warn about MP4Box/Mplayer missing
from the user's system
- Update to version 1.7.6
* Improved compatibility with the BSDs
* Set the setpts + atempo option as default for
FPS conversion
* Set side/wide audio channels as default
* Support the newly added channels for TrueHD audio
* Bugfix in the video_noise_func() function
* Improved FPS detection code
- Update to version 1.7.5 * Fix crop detection for HDR content * Set Lanczos as default scaler option
- Update to version 1.7.4 * Support more deinterlacing filters