Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
encoding_specifications [2014/07/24 18:18]
beandog
encoding_specifications [2014/09/24 13:36]
beandog removed
Line 89: Line 89:
 --encoder-preset medium --encoder-tune animation --encoder-profile high --encoder-level 3.1 --format av_mkv --encoder-preset medium --encoder-tune animation --encoder-profile high --encoder-level 3.1 --format av_mkv
 </​code>​ </​code>​
 +
 +Noticed on this build that HandBrake was setting the vbv-maxsize and vbv-maxrate higher than the H.264 level permitted (3.1 caps at 14,000; was set to 17,​500). ​ Added the max limits to the encoding options as well:
 +
 +<​code>​
 +--encopts '​keyint=30:​vbv-bufsize=14000:​vbv-maxrate=14000'​
 +</​code>​
 +
 +Comparing the x264 settings between a newer and older file, the only other change made was ''​filler''​ is set to 0.
 +
 +==== dlna-usb-4 (created 2014-07-26) ====
 +
 +Same settings as above, but reverted HandBrake version back to upstream'​s 0.9.9 release, but without the Gentoo ebuild so that I can have support for closed captioning.
 +
 +Changed the ''​vbv-bufsize''​ and ''​vbv-maxrate''​ to 1024k.
 +
 +==== dlna-usb-5: working spec ====
 +
 +Drops the specification requirement for a specific bitrate, but now requires two-pass encoding.
 +
 +Drop the vbv-maxrate setting. ​ See [[http://​forum.doom9.org/​showthread.php?​t=147460|this doom9 thread]] for a good explanation on the matter. :)
 +
 +  * HandBrake 0.10.0 (beta3 or newer)
 +  * libdvdread 5.0.0
 +  * libdvdnav 5.0.1
 +  * libdvdcss 1.3.0
 +  * direct AC3/DTS copy
 +  * mkvtoolnix 7.2.0
 +  * libav 9.14

Navigation