Created
February 1, 2014 15:39
-
-
Save jwalgran/8753871 to your computer and use it in GitHub Desktop.
ffmepg command to make an mp4 form a csg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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