Changes between Version 3 and Version 4 of x264EncodingGuide


Ignore:
Timestamp:
08/07/2012 12:15:59 AM (11 months ago)
Author:
llogan
Comment:

fix typo found by ron999

Legend:

Unmodified
Added
Removed
Modified
  • x264EncodingGuide

    v3 v4  
    1818A preset is a collection of options that will provide a certain encoding speed:compression ratio. A slower preset will provide better compression (compression is quality per filesize). General usage is to use the slowest preset that you have patience for. Current presets in descending order of speed are: `ultrafast`, `superfast`, `veryfast`, `faster`, `fast`, `medium`, `slow`, `slower`, `veryslow`, `placebo`. Ignore `placebo` as it is a joke and a waste of time (see FAQ). 
    1919 
    20 === 3. Keep going === 
     20=== 3. Continue encoding === 
    2121Use these same settings for the rest of your videos if you are encoding more. This will ensure that they will all have the same quality. 
    2222 
     
    3636683k - 128k (desired audio bitrate) = 555k video bitrate 
    3737}}} 
    38  
    3938 
    4039=== Two-Pass Example === 
     
    6261 
    6362{{{ 
    64 ffmpeg -i input -c:v libx264 -preset verslow -qp 0 output.mkv 
     63ffmpeg -i input -c:v libx264 -preset veryslow -qp 0 output.mkv 
    6564}}} 
    6665