Skip to content

Instantly share code, notes, and snippets.

@jwalgran
Created February 1, 2014 15:39
Show Gist options
  • Save jwalgran/8753871 to your computer and use it in GitHub Desktop.
Save jwalgran/8753871 to your computer and use it in GitHub Desktop.
ffmepg command to make an mp4 form a csg
ffmpeg -threads 2 -i purplerain.cdg -i purplerain.mp3 -b:v 1200k -vcodec mpeg4 -acodec libfaac -preset slower -qp 0 -b 450k -sws_flags print_info+neighbor -s 640x480 -r 30 -y purplerain.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment