Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
h.264 [2021/10/18 00:29] beandogh.264 [2021/10/18 00:29] (current) – removed beandog
Line 1: Line 1:
-====== H.264 ====== 
  
-In order to do some clean testing, I want to set some H.264 and x264 specs and be able to duplicate them across three sets of software: HandBrake 1.0.2, libav 12.1, and x264-latest. 
- 
-HandBrake: 
- 
-<code> 
-HandBrakeCLI '--markers' '--detelecine' '--cfr' --title '10' --encoder 'x264' --quality '14' --encoder-preset 'slow' --encoder-tune 'animation' --audio '1' --aencoder 'copy' --subtitle '1' --input 'dvd_track_10.vob' --output '480p.mkv' --stop-at duration:1 
-</code>