Changes between Version 34 and Version 35 of x264EncodingGuide


Ignore:
Timestamp:
01/18/2013 08:42:40 PM (5 months ago)
Author:
llogan
Comment:

global options go before input options

Legend:

Unmodified
Added
Removed
Modified
  • x264EncodingGuide

    v34 v35  
    4646 
    4747{{{ 
    48 ffmpeg -i input -c:v libx264 -preset fast -b:v 555k -pass 1 -an -f mp4 -y /dev/null && \ 
    49 ffmpeg -i input -c:v libx264 -preset fast -b:v 555k -pass 2 -c:a libfaac -b:a 128k output.mp4 
     48ffmpeg -y -i input -c:v libx264 -preset medium -b:v 555k -pass 1 -an -f mp4 /dev/null && \ 
     49ffmpeg -i input -c:v libx264 -preset medium -b:v 555k -pass 2 -c:a libfaac -b:a 128k output.mp4 
    5050}}} 
    5151