Changes between Version 36 and Version 37 of x264EncodingGuide


Ignore:
Timestamp:
02/15/2013 09:20:22 PM (3 months ago)
Author:
rogerdpack
Comment:

how to enumerate

Legend:

Unmodified
Added
Removed
Modified
  • x264EncodingGuide

    v36 v37  
    2323 
    2424Another optional setting is `-profile:v` which will limit the output to a specific H.264 profile. This can generally be omitted unless the target device only supports a certain profile. Current profiles include: `baseline`, `main`, `high`, `high10`, `high422`, `high444`. Note that usage of `-profile:v` is incompatible with lossless encoding. 
     25 
     26You can list all possible presets/tunes for your ffmpeg like 
     27 
     28`$ ffmpeg -i some_file -vcodec libx264 -preset help -tune help dummy.avi` 
    2529 
    2630=== 3. Use your settings ===