View Single Post
Old 20th November 2016, 15:04   #79  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,844
ChangeLog for ffhevc 3.0.4 and ffx264 3.2.0
Quote:
* Moved checks for supported containers into its own function, check_container_func()
* Improvements to gathering information about the input file. Saves us piping to sed and in some cases piping to awk and tail
* Removed the NOSOUND option since the user can specify 0 for amount of audio tracks which equals to encoding with the NOSOUND option
* Placed both subcopy and subcpy variables into a single subparams variable. This also removes the NOSUBS variable
* Placed the video length detection code into its own function, video_length_func(), as it is used in two places so we can save writing the same stuff twice
* Instead of skipping bitrate calc for target file size in case we can't detect the video length, ask the user to provide it
* Removed install script and added a Makefile for installation
* Added new INSTALL file with install/uninstall instructions
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote