Revisions of ffhevc (20)
- Update to version 4.6.18 * Use more accurate crop detection by using rounding of 4 instead of the default 16
- Update to version 4.6.17
* Dolby Vision encoding requires vbv maxrate/bufsize so
check if it's set or not. If not, print notice and exit
* Fix VBV maxrate/bufsize code
* Cosmetics
- Update to version 4.6.16 * Also turn on Dolby Vision in ffmpeg, not just in x265 * Optimize lanczos3/4 zimg scaler code selection
- Update to version 4.6.15 * Bugfix in the zscale scale filter for Lanczos3/4
- Update to version 4.6.14
* Detect type of content (HDR/SDR) and base default
CRF value on it
- Update to version 4.6.13
* Fix: only ask to lower the CRF value when doing HDR
encodings
- Update to version 4.6.12
* Add support for Spline64 zimg zscale filter.
Requires latest FFmpeg from git
- Update to version 4.6.11
* Fine-tune the built-in script preset
* Lower default CRF value from 23 to 22
* Add option to change already set CRF value when
encoding in HDR
- Update to version 4.6.10
* Increase QP adaptation range for the built-in script
preset to 1.3
* Reworked a bit the HDR code
- Update to version 4.6.9 * For SDR encodings, use blue/red chroma qp offsets of -2 * For HDR encodings, lower blue/red chroma qp offsets to -4 * Some minor optimizations in the HDR code * Fix comparison for cb/crqpoffs for SDR encodings
- Update to version 4.6.8
* Fixed a bug in the options parsing that resulted in
max-cll and dhdr10 not being added for HDR encodings
* Minor code restructuring in the HDR code
- Update to version 4.6.7
* Lower qg-size to 16 for HDR encodings
* Enable hdr10-opt by default for HDR encodings
* Set default in-script FFmpeg scaler to natural bicubic
spline and the default zimg scaler to spline36
* Minor improvements to the scaling code
* Updated the README and man page files
- Update to version 4.6.6
* Lower subme from 7 to 5 in the script preset and
increase aq-strength to 1.1
* Support setting a default zimg scaler in the config
file
- Update to version 4.6.5
* Set max-cll to 0,0 in case no values were detected
* Warn user that HDR10 will be disabled in case of
unavailable master-display values
- Update to version 4.6.4 * Reworked the internal script preset * Lowered the Cb/Cr qp offsets to -2 for HDR encodings * Increased the Cb/Cr qp offsets to 1 for SDR encodings
- Update to version 4.6.3 * Set qp-adaptation-range to 2.0 for the script preset * Enable asymmetric partitions for the script preset * Set rskip2 threshold to 1 for the script preset