Changelog for
ffx264-2.7.3-1.1.noarch.rpm :
Tue Mar 29 14:00:00 2016 Grozdan Nikolov
2.7.3
* Support setting MPlayer opts in the config file
Sat Dec 19 13:00:00 2015 Grozdan Nikolov 2.7.2
* Added support for audio normalization using the Dynamic Audio
Normalizer filter
Fri Dec 18 13:00:00 2015 Grozdan Nikolov 2.7.1
* Add back using dB for the volume filter
Sat Nov 21 13:00:00 2015 Grozdan Nikolov 2.7.0
* Don\'t use dB for the volume filter
Tue Nov 3 13:00:00 2015 Grozdan Nikolov 2.6.9
* Made audio resampling optional
Tue Nov 3 13:00:00 2015 Grozdan Nikolov 2.6.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.6.7
* Use -filter:a:id aresample instead of -ar:a:id
Sat Oct 31 13:00:00 2015 Grozdan Nikolov 2.6.6
* Added support for audio resampling
Sun Oct 4 14:00:00 2015 Grozdan Nikolov 2.6.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.6.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.6.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.6.2
* Small update to the channel layout mappings
Tue Sep 15 14:00:00 2015 Grozdan Nikolov 2.6.1
* Added support for deinterlacing
* Updated the README file
Mon Sep 14 14:00:00 2015 Grozdan Nikolov 2.6.0
* Fixed an issue where -vf was added despite not using any filters
Sun Sep 13 14:00:00 2015 Grozdan Nikolov 2.5
* Added support for scaling
* Updated the README file
Sat Sep 12 14:00:00 2015 Grozdan Nikolov 2.4
* Added audio channel layout mappings
Fri Sep 11 14:00:00 2015 Grozdan Nikolov 2.3
* Update to the default libx264 encoding params
Thu Sep 10 14:00:00 2015 Grozdan Nikolov 2.2
* Tweaks to the audio code
* Somehow I removed the chapters option. Add it back
Wed Sep 9 14:00:00 2015 Grozdan Nikolov 2.1
* 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 2.0
* 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.9
* 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.8
* 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.7
* 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 libx264 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.6
* 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.5
* 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.4
* 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.3
* Simplify metadata/chapters options in the config file
* Put config file location into a single var
Thu Sep 3 14:00:00 2015 Grozdan Nikolov 1.2
- Evaluate if user enters ac3 as audio codec
- Introduced a config file in $HOME/.ffx264
Wed Sep 2 14:00:00 2015 Grozdan Nikolov 1.1
- Initial package release