Grozdan (microchip8)
committed
about 12 hours ago
(revision 284)
- Update to version 4.6.18
* Use more accurate crop detection by using rounding of
4 instead of the default 16
Grozdan (microchip8)
committed
13 days ago
(revision 283)
- 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
Grozdan (microchip8)
committed
13 days ago
(revision 282)
- Update to version 4.6.16
* Also turn on Dolby Vision in ffmpeg, not just in x265
* Optimize lanczos3/4 zimg scaler code selection
Grozdan (microchip8)
committed
about 1 month ago
(revision 281)
- Update to version 4.6.15
* Bugfix in the zscale scale filter for Lanczos3/4
Grozdan (microchip8)
committed
about 1 month ago
(revision 279)
- Update to version 4.6.14
* Detect type of content (HDR/SDR) and base default
CRF value on it
Grozdan (microchip8)
committed
about 1 month ago
(revision 278)
- Update to version 4.6.13
* Fix: only ask to lower the CRF value when doing HDR
encodings
Grozdan (microchip8)
committed
about 2 months ago
(revision 277)
- Update to version 4.6.12
* Add support for Spline64 zimg zscale filter.
Requires latest FFmpeg from git
Grozdan (microchip8)
committed
2 months ago
(revision 275)
- 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
Grozdan (microchip8)
committed
2 months ago
(revision 274)
- 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
Grozdan (microchip8)
committed
2 months ago
(revision 273)
- 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
Grozdan (microchip8)
committed
2 months ago
(revision 272)
- 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
Grozdan (microchip8)
committed
2 months ago
(revision 271)
- 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
Grozdan (microchip8)
committed
2 months ago
(revision 270)
- 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
Grozdan (microchip8)
committed
2 months ago
(revision 267)
- 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
Grozdan (microchip8)
committed
3 months ago
(revision 266)
- 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
Grozdan (microchip8)
committed
3 months ago
(revision 265)
- 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