Changelog for
ffhevc-2.5.4-1.1.noarch.rpm :
Tue Mar 29 14:00:00 2016 Grozdan Nikolov
2.5.4
* Support setting the MPlayer options
* Minor tweaks to the default x265 encoding options
Sat Dec 19 13:00:00 2015 Grozdan Nikolov 2.5.3
* Added support for audio normalization using the Dynamic Audio
Normalizer filter
Fri Dec 18 13:00:00 2015 Grozdan Nikolov 2.5.2
* Add back using dB for the volume filter
Thu Nov 26 13:00:00 2015 Grozdan Nikolov 2.5.1
* Default params performance inprovements. ONLY USE THIS VERSION
IF YOU HAVE THE LATEST libx265
Sat Nov 21 13:00:00 2015 Grozdan Nikolov 2.5.0
* Don\'t use dB for the volume filter
Tue Nov 3 13:00:00 2015 Grozdan Nikolov 2.4.9
* Made audio resampling optional
Tue Nov 3 13:00:00 2015 Grozdan Nikolov 2.4.8
* Use a single var to set the audio filters, in preparation
for possible future extensions
Mon Nov 2 13:00:00 2015 Grozdan Nikolov 2.4.7
* Use -filter:a:id aresample instead of -ar:a:id
Sat Oct 31 13:00:00 2015 Grozdan Nikolov 2.4.6
* Added support for audio resampling
Sun Oct 4 14:00:00 2015 Grozdan Nikolov 2.4.5
* Removed a test condition in the mp3 code that is not really needed
* Cosmetics in the audio code
* Added a counter
Sat Sep 19 14:00:00 2015 Grozdan Nikolov 2.4.4
* Added support for encoding to MP3, Vorbis, FLAC and Opus audio
* Do some sanity checks for AC3/DTS channels
* Updated the README file
Fri Sep 18 14:00:00 2015 Grozdan Nikolov 2.4.3
* Removed the workaround for DTS audio since we always use
\"5.1(side)\" for 6 channels output
* Support setting the MAX_AUD_TRKS and MAX_SUBS variables in
the config file to \"auto\". When set to \"auto\", it will
ask for as many as detected audio tracks/subtitles
Thu Sep 17 14:00:00 2015 Grozdan Nikolov 2.4.2
* Small update to the channel layout mappings
Tue Sep 15 14:00:00 2015 Grozdan Nikolov 2.4.1
* Added support for deinterlacing
* Updated the README file
Mon Sep 14 14:00:00 2015 Grozdan Nikolov 2.4.0
* Fixed an issue where -vf was added despite not using any filters
Sun Sep 13 14:00:00 2015 Grozdan Nikolov 2.3
* Added support for scaling
* Updated the README file
Sat Sep 12 14:00:00 2015 Grozdan Nikolov 2.2
* Added audio channel layout mappings
Fri Sep 11 14:00:00 2015 Grozdan Nikolov 2.1
* Update to the default libx265 encoding params
Thu Sep 10 14:00:00 2015 Grozdan Nikolov 2.0
* Tweaks to the audio code
* Somehow I removed the chapters option. Add it back
Wed Sep 9 14:00:00 2015 Grozdan Nikolov 1.9
* Removed the $ in the index of array variables
* Use an if conditional instead of case to check for DTS audio
and to check which audio codec has been selected
* Support setting the paths to mplayer/ffmpeg/ffprobe in the
config file
* Support setting the language metadata for subs copy
* Fixed a small issue in the subtitles code
Tue Sep 8 14:00:00 2015 Grozdan Nikolov 1.8
* Enabled subs copy for other containers than mkv
* Some tweaks in the audio code
* Updated the README file
Mon Sep 7 14:00:00 2015 Grozdan Nikolov 1.7
* Bugfix: the specified channels to decode wasn\'t honored due to missing
\'a\' in the -ac option
* Added support for encoding to DTS audio
* Reduced some duplication in the audio code
* More cosmetics
* Updated the README file
Sun Sep 6 14:00:00 2015 Grozdan Nikolov 1.6
* Added support for setting the genre and year metadata
* Added support for virtually an unlimited amount of subtitles copy
* Colorized the banner
* Cosmetics
* Updated the README file
Sun Sep 6 14:00:00 2015 Grozdan Nikolov 1.5
* Bugfix: dB was missing after the value of the audio volume filter
* Be a bit more consistant with the audio variables
* Added support for encoding to AAC audio
* Use eval instead of seq for the for audio loops as seq is Linux-specific
* Added an ASCII art banner
* Export encoding params to a shell script and source it for encoding
* Place the libx265 params in the config file for easy modifications
* Made auto-cropping optional. It can be disabled in the config file
* Made the SUBS var in the config file consistant with the ones that
accept \"y\" or \"n\" as value
* Added support for specifying the audio language metadata
* Automatically add the title of the content based on provided output name
* Automatically add the audio codec name metadata
* Updated the README file
Sat Sep 5 14:00:00 2015 Grozdan Nikolov 1.4
* Implemented support for virtually an unlimited audio track encodings
* Ask for AC-3 bitrate instead of setting it in the config file
* Updated the README file
Sat Sep 5 14:00:00 2015 Grozdan Nikolov 1.3
* Added support for copying a single subtitle. Note that this is only
supported when output container is set to MKV
* Changed var OUTPUT in the config file to OUTDIR. Also changed internal
var OUT to OUTPUT
* Updated the README file
Fri Sep 4 14:00:00 2015 Grozdan Nikolov 1.2
* Added a -v option to print the version
* Check for paths when user provides the output name
* Added a README file
Fri Sep 4 14:00:00 2015 Grozdan Nikolov 1.1
* keyint should be 240 and not 24
* Simplify chapters and metadata copy options in the config file
* Added force-cfr=1 to the libx265 params to force constant frame rates
* Put config file location into a single var
Thu Sep 3 14:00:00 2015 Grozdan Nikolov 1.0
- Initial public release