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
Last revision Both sides next revision
nightmare_before_christmas_the [2014/02/23 15:28]
beandog [Handbrake]
nightmare_before_christmas_the [2014/05/16 08:55]
beandog
Line 200: Line 200:
 === Test Encode === === Test Encode ===
  
-This one segfaults, copying the first three audio tracks (including the DTS):+This one segfaults, copying the first three audio tracks (including the DTS)
  
-''​HandBrakeCLI -i NIGHTMARE.iso ​-c 1-1 -o high-3.1-ac3-x264-medium-film-vfr-480p.mkv -f mkv -s 1,2 -m -4 -O -e x264 --x264-preset medium --h264-profile high --h264-level 3.1 --x264-tune film -c 1-1 -q 20 --vfr -a 1,2,-E copy -d -5 -9''​+  * medium, high, 3.1 
 +  * tune film 
 +  * q 20 
 +  * chapters 1 to 1 
 +  * DTS, AC3 copy 
 +  * copy audio tracks 1, 2, 4 (DTS Unknown, English 5.1, English 2.0) 
 + 
 +''​HandBrakeCLI -i NIGHTMARE.iso ​
 + -o high-3.1-ac3-x264-medium-film-vfr-480p.mkv ​
 + -f mkv 
 + -s 1,2 
 + -m 
 + -4 
 + -O 
 + -e x264 
 + --x264-preset medium ​
 + --h264-profile high 
 + --h264-level 3.1 
 + --x264-tune film 
 + -c 1-1 
 + -q 20 
 + --vfr 
 + -a 1,2,4 \ 
 + -E copy 
 + -d -5 -9''​
  
 <​code>​ <​code>​
Line 212: Line 236:
 [12:51:30] scan: audio 0x81bd: AC-3, rate=48000Hz,​ bitrate=384000 English (AC3) (5.1 ch) [12:51:30] scan: audio 0x81bd: AC-3, rate=48000Hz,​ bitrate=384000 English (AC3) (5.1 ch)
 </​code>​ </​code>​
 +
 +Using the same encode, but skipping the DTS track, works fine:
 +
 +  * copy audio tracks 2, 4 (English 5.1, English 2.0)

Navigation