Grozdan (microchip8)
committed
about 17 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
Grozdan (microchip8)
committed
9 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
9 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
9 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
9 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
9 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
10 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
10 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
Grozdan (microchip8)
committed
11 months ago
(revision 264)
- Fix: chroma qp offsets for HDR10 weren't added when
running in batch mode
- Small fine-tune to the script preset
Grozdan (microchip8)
committed
about 1 year ago
(revision 263)
- Update to version 4.6.1
* Lower B-frames from 8 to 6 in the script preset
* Disable tskip in the script preset
* Add negative Chroma QP offsets for HDR content
- Update to version 4.6.0
* Delete side data when doing tone mapping to SDR
* Updated the AUTHORS, README and man page files
Grozdan (microchip8)
committed
over 1 year ago
(revision 262)
- Update to version 4.5.19
* Turn on HME for the built-in script preset
* Increased default noise value from 4 to 5
* Updated the README file
Grozdan (microchip8)
committed
over 1 year ago
(revision 261)
- Update to version 4.5.18
* Fixed a bug in the cropping code for batch encoding
Grozdan (microchip8)
committed
over 1 year ago
(revision 260)
- Update to version 4.5.17
* Don't error out during runtime if a HDR10 value is not
set/available
* Updated the built-in script preset
Grozdan (microchip8)
committed
over 1 year ago
(revision 259)
- Update to version 4.5.16
* Moved cropping code into its own function and display
informative crop values message when running in batch
mode
* Add hdr10-opt=1 option when in batch mode and using
HDR10
* Set default audio volume filter value to 2dB
Grozdan (microchip8)
committed
over 1 year ago
(revision 258)
- Update to version 4.5.15
* Only ask once for HDR10 side data in batch mode
* Use AQ Mode 1 (Uniform) for the built-in script
preset. Should reduce a bit pulsing of noise in
noisy videos
Grozdan (microchip8)
committed
over 1 year ago
(revision 257)
- Update to version 4.5.14
* Bugfix for missing video filters
Grozdan (microchip8)
committed
over 1 year ago
(revision 256)
- Update to version 4.5.13
* Support both Lanczos3 and Lanczos4 in the zscale filter
* Enable grain-optimized ratecontrol in case tune profile
'grain' is used. Also add an option to enable/disable it
during runtime
* Updated the man page
Grozdan (microchip8)
committed
over 1 year ago
(revision 255)
- Update to version 4.5.12
* Tweaks to the built-in script preset
* Made the built-in script preset selectable
with the -p option
* Support tune profiles with custom presets (-c option)
Grozdan (microchip8)
committed
over 1 year ago
(revision 254)
- Update to version 4.5.11
* Added support for disabling automatic metadata
such as video title, audio codec names, etc
through the config file
Grozdan (microchip8)
committed
over 1 year ago
(revision 252)
- Update to version 4.5.10
* 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
Grozdan (microchip8)
committed
almost 2 years ago
(revision 250)
- Update to version 4.5.9
* Do colorspace conversion before scaling
* Moved chroma location code after color primaries code
and before the IDR/keyframes code
Grozdan (microchip8)
committed
almost 2 years ago
(revision 248)
- Update to version 4.5.8
* Support copying the DTS core-only from DTS 96/24 and
DTS:X IMAX tracks
* Updated the AAC profile detection for audio copy
* Set default value for Chroma Location to 2 if HDR
encoding is enabled
Grozdan (microchip8)
committed
almost 2 years ago
(revision 247)
- Update to version 4.5.7
* Replaced the detelecine filter with a combination
of the fieldmatch, bwdif and decimate filters
* Small changes to the HDR10 code and tonemap
desat default value
* Renamed a few variables for DoVi
Grozdan (microchip8)
committed
almost 2 years ago
(revision 246)
- Update to version 4.5.6
* Support copying full DTS-X audio or only the DTS core
- Update to version 4.5.5
* 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 4.5.4
* Added support for copying only the DTS Core
audio or the full DTS-HD MA audio track
- Update to version 4.5.3
* 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 4.5.2
* Updated the audio copy code to detect Dolby
Atmos and use the correct name metadata
* Renamed a few variables
- Update to version 4.5.1
* Improved the HDR10 code
* Renamed a few variables
Grozdan (microchip8)
committed
over 2 years ago
(revision 244)
- Update to version 4.5.0
* Initial support for zimg (z lib) scalers
Grozdan (microchip8)
committed
over 2 years ago
(revision 243)
- Update to version 4.4.17
* Don't exit but warn about MP4Box/Mplayer missing
from the user's system
Grozdan (microchip8)
committed
over 2 years ago
(revision 242)
- Update to version 4.4.16
* Improved compatibility with the BSDs
Grozdan (microchip8)
committed
almost 3 years ago
(revision 241)
- Update to version 4.4.15
* Set the setpts + atempo option as default for
FPS conversion
* Correct 5.0 and 5.1 channels option for TrueHD
encoding. Should be 5.0(side) and 5.1(side)
Grozdan (microchip8)
committed
almost 3 years ago
(revision 240)
- Update to version 4.4.14
* Set side/wide audio channels as default
* Support the newly added channels for TrueHD audio
Grozdan (microchip8)
committed
almost 3 years ago
(revision 239)
- Update to version 4.4.13
* Bugfix in the video_noise_func() function
Grozdan (microchip8)
committed
almost 3 years ago
(revision 238)
- Update to version 4.4.12
* Update to the default encoding options
* By default, force signaling of HDR10 in case max-cll is
unknown or 0,0
* Various small improvements
Grozdan (microchip8)
committed
almost 3 years ago
(revision 237)
- Update to version 4.4.11
* Improved FPS detection code
Grozdan (microchip8)
committed
almost 3 years ago
(revision 236)
- Update to version 4.4.10
* Fix crop detection for HDR content
* Set Lanczos as default scaler option
Grozdan (microchip8)
committed
about 3 years ago
(revision 235)
- Update to version 4.4.9
* Ask for the Lanczos scaler width (alpha)
* Only ask to force HDR10 signaling in case Max CLL is not set
or user has provided 0,0 as value
Grozdan (microchip8)
committed
over 3 years ago
(revision 233)
- Update to version 4.4.8
* Update to the default encoding options
* Increased default CRF value from 21 to 23
Grozdan (microchip8)
committed
over 3 years ago
(revision 232)
- Update to version 4.4.7
* Support more deinterlacing filters
Grozdan (microchip8)
committed
about 4 years ago
(revision 231)
- Update to version 4.4.6
* Fine tuning to the default encoding options
* Tweaks to the HDR10 code
Grozdan (microchip8)
committed
over 5 years ago
(revision 230)
- Update to version 4.4.5
* Remove +frag_keyframe for the MP4 container. Doesn't
make sense when used with +fasstart.
* Cosmetics: use HDR10 word when asking HDR questions
Grozdan (microchip8)
committed
over 5 years ago
(revision 229)
- Update to version 4.4.4
* Fixed a small bug where the -colorspace option was
not added for BT2020 content in case SMPTE2084/HLG
was chosen as transfer