Skip to content

Instantly share code, notes, and snippets.

@mrrooijen
Created March 13, 2010 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrrooijen/331328 to your computer and use it in GitHub Desktop.
Save mrrooijen/331328 to your computer and use it in GitHub Desktop.
FFMPEG Commands for various video conversions.
#
# FFMPEG Commands
# Playstation 3 / Sony Bravia HD TV Conversion
ffmpeg -y -i video.mkv -vcodec libx264 -level 41 -vpre normal -crf 24 -threads 0 -acodec libfaac -ab 128k -ac 2 -ar 48000 new_video.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment