Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Linux, Mac OS X, & Co

Reply
 
Thread Tools Search this Thread Display Modes
Old 4th July 2014, 20:05   #701  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.2.0
Quote:
* We currently try to auto-detect resolutions and fps in order to set the fake interlaced option and color prims/transfers/matrices when using the Blu-ray/AVCHD presets. The problem is that this auto-detection cannot be made very reliable and there's a high chance it will misdetect something. Make it simple instead and ask the user if to set the prims and/or fake interlaced options
* Tune the Blu-ray/AVCHD high-quality presets for better quality
* Both the aften and lavc encoders for AC-3 audio share the same bitrate code. Move it out of the encoder functions to a new ac3_bitrate_func() function to reduce some duplication
* Removed some commented out code
* In addition to reporting file sizes in MiB after encoding finishes, also report them in GiB
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 15th August 2014, 00:11   #702  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.2.1
Quote:
* Support copying Dolby TrueHD audio into the MKV container
* When detecting audio, change the TRUEHD reported by MPlayer to Dolby TrueHD
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 17th August 2014, 11:23   #703  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.2.2
Quote:
* Merge the eac3 and truehd part in the case statement as they're identical
* Rename MP3FLOAT as reported by MPlayer to MP3 and EAC3 to E-AC-3
* Since we now set -nosound when copying a TrueHD track, it is no longer necessary to modify the text files for encoding, so remove the sed part
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 14th September 2014, 07:33   #704  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.2.3
Quote:
* Add back checking for aften in the sanity check (-sc) option
* Support disabling of MKV global tags. Bumps up the config file version to 32
* Use -frames 0 to workaround possible problems when detecting audio bitrates
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 15th September 2014, 08:40   #705  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.2.4
Quote:
* Fix Blu-ray input: -demuxer lavf is used by default for BD input as it provides extra info for audio detection. The problem is that -demuxer lavf forces MPlayer to read the whole(!) BD even when -frames 0 or 1 is used as option. This fix works around the problem by using the -cache option which seems to make -demuxer lavf behave as it should. Thanks to Andy Furnis on the MPlayer mailing list for providing the workaround
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 16th September 2014, 08:49   #706  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.2.5
Quote:
* Set the -cache option needed for BD input in a single variable inside the code for BD input. Reduces detection time of resolution/audio codecs if input is not BD since the -cache option won't be used for such inputs
* Make some words uppercase in the crop function to ease the focus on them
* Reduced some duplication by placing the chapters examples text into its own chapters_example_func() function
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 17th September 2014, 09:20   #707  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.2.6
Quote:
* Fix crop detection for Blu-ray input
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 25th September 2014, 20:33   #708  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.2.7
Quote:
* Fix incorrect Aspect Ratio (AR) and Pixel Aspect Ratio (PAR) calculations for cropped resolutions
* Do not run the get_resolution_func() function if we do cropping as it's needless
* Calculate and display the AR and PAR when we do scaling
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 26th September 2014, 17:44   #709  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.2.8
Quote:
* Get rid of the get_resolution_func() and audio_stream_copy_func() functions
* Detecting Blu-ray resolution can be sometimes problematic when using -vo null -ao null. Switch to using -nosound instead of -ao null
* Check the value set, if any, in the DEFAULT_VID_CRFQP variable in the config file and restrict the maximum to 51
* Add the $cache var for Blu-rays to the audio_resample_func() function and to the audio detection code for stream copy
* For audio copy, move the audio detection into its own audio_copy_func() function. It makes it possible to correctly copy TrueHD audio regardless of the preset used, except for restricted presets that do not support audio copy. DTS HD MA is not supported yet as there's no way detecting it due to no decode support in libavcodec
* Remove the -nocache option from the MPOPTS var
* Cosmetics
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 27th September 2014, 13:09   #710  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.2.9
Quote:
* Colorize the output of detected subtitles and DVD/VCD titles
* Merge the two case statements of the ratio_and_pixels_func() function
* All audio encoders we currently use support a max of 6 audio channels. Check the detected audio channels amount and warn per track if we detect more than 6
* Minor default filters values tuning
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 29th September 2014, 08:13   #711  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.3.0
Quote:
* Get rid of the $RATIO var in the ratio_and_pixels_func() function
* Support disabling of all video filters at once through the config file
* Support disabling of cropping and subtitles
* Support disabling of all audio filters at once
* Support disabling of asking for DVD/BD angles and chapters encode
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 30th September 2014, 08:18   #712  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.3.1
Quote:
* Fix a syntax error in the ratio_and_pixels_func() due to missing var
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 2nd October 2014, 19:46   #713  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.3.2
Quote:
* Add the $cache var to a few more places in the audio code
* Reorder the audio codec conditionals in the case statements for better readability
* When using external audio encoders, we currently only check if the encoder has produced a file. Make it a bit more reliable and check if the audio file is at least 20 KiB in size as most encoders that output a file but error out, produce files less than 20 KiB. A more reliable method would be to check the return code of the background encoder process itself with $! to get its PID and using wait $PID; RET=$? to capture the signal, but this will result in a hacky way of doing it. I do not rule it out for the future
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 20th January 2015, 17:34   #714  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.3.3
Quote:
* Improved original resolution detection. Patch by Markus Grunwald
* Update copyright dates
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 23rd January 2015, 12:37   #715  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.3.4
Quote:
* Added support for setting a default software scaler in the config file
* Ask for color primaries/transfers/matrics when using any preset, not just the Blu-ray ones
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 11th March 2015, 15:25   #716  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.3.5
Quote:
* Support mono and tile format frame packing. Requires latest x264
* Improved crop detection for files
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 16th March 2015, 10:30   #717  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.3.6
Quote:
* Revert the previous change to crop detect for files as it misdetects too often
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 4th April 2015, 13:02   #718  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.3.7
Quote:
* Added support for EDL list files. Updates the config version to 35. By default, EDL is disabled as I don't think many people know what it is or how to make such files, so you have to enable it in the config file. Requested by Shibby7
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 30th April 2015, 22:22   #719  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.3.8
Quote:
* Fixed an issue in the EDL code where tab completion wasn't working due to missing -e option to read
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 3rd May 2015, 10:32   #720  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 10.3.9
Quote:
* Add a check for x264 in the sanity test
* Fix a typo in the x264params var for multi-pass encoding
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Reply

Tags
h264enc, ipod, mencoder, ps3, xbox360

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:47.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.