Grozdan (microchip8)
committed
about 16 hours ago
(revision 293)
- Update to version 4.7.7
* Disabling of (E)AC3 DRC is only possible when converting
to the same or another codec. If doing stream copy, warn
and disable the option in case input is (E)AC3
Grozdan (microchip8)
committed
4 days ago
(revision 292)
- Update to version 4.7.6
* Remove MCSTF from the built-in script preset. It's not
yet ready for prime time use
Grozdan (microchip8)
committed
7 days ago
(revision 291)
- Update to version 4.7.5
* Enable Selective MCSTF and cu-lossless for the built-in
script preset. Requires x265 v4.3 or latest from git
* Add support for the AC-3 fixed point encoder
* Add support for disabling DRC (Dynamic Range Compression)
for the AC-3/E-AC-3 audio codecs
Grozdan (microchip8)
committed
20 days ago
(revision 290)
- Update to version 4.7.4
* Increase rc-lookahead for the built-in script preset to 240
Grozdan (microchip8)
committed
about 2 months ago
(revision 289)
- Update to version 4.7.3
* Auto-disabled HDR options if the script detects the input
content to be SDR
Grozdan (microchip8)
committed
3 months ago
(revision 288)
- Update to version 4.7.2
* Fix a small issue in the AC-3/E-AC-3 channel checking code
Grozdan (microchip8)
committed
3 months ago
(revision 287)
- Update to version 4.7.1
* Add support for E-AC-3 7.1 encoding. Requires latest FFmpeg
from git
* Set lookahead-slices to 2 for the built-in script preset
* Revert to using dafault of 0 for cbqpoffs/crqpoffs for
SDR content
Grozdan (microchip8)
committed
6 months ago
(revision 286)
- Update to version 4.7.0
* Remove dependency on MPlayer and use ffplay instead
for crop previews
* Updated the man page
Grozdan (microchip8)
committed
6 months ago
(revision 285)
- Update to version 4.6.19
* Minor update to the built-in script preset
* Set Spline64 as default zimg scaler
Grozdan (microchip8)
committed
7 months 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
7 months 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
7 months 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
8 months ago
(revision 281)
- Update to version 4.6.15
* Bugfix in the zscale scale filter for Lanczos3/4
Grozdan (microchip8)
committed
8 months 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
8 months ago
(revision 278)
- Update to version 4.6.13
* Fix: only ask to lower the CRF value when doing HDR
encodings
Grozdan (microchip8)
committed
9 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
9 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
9 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