Skip to content

Instantly share code, notes, and snippets.

@hekar
Last active August 29, 2015 14:20
Show Gist options
  • Save hekar/7654d233188c5b9e857c to your computer and use it in GitHub Desktop.
Save hekar/7654d233188c5b9e857c to your computer and use it in GitHub Desktop.
ffmpeg - Convert video to PS3 format
ffmpeg -r 23.98 -i $1.avi -vf "subtitles=$1.srt" -c:v libx264 -c:a libvo_aacenc -b:v 2M -b:a 224k -threads 0 $1.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment