Last active
August 29, 2015 14:15
-
-
Save edoloughlin/0c9608979a6392bdcb5f to your computer and use it in GitHub Desktop.
ffmpeg rgba in
This file contains hidden or 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 -pix_fmt rgba -s 480x360 -r 25 -vcodec rawvideo -f rawvideo -i in-0.rgba \ | |
-pix_fmt rgba -s 480x360 -r 25 -vcodec rawvideo -f rawvideo -i in-1.rgba \ | |
-pix_fmt rgba -s 480x360 -r 25 -vcodec rawvideo -f rawv^Ceo -i in-2.rgba \ | |
-f s16le -ar 44.1k -ac 2 -acodec pcm_s16le -i 28.wav \ | |
-r 25 -pix_fmt yuv420p -strict -2 -c:v libx264 -preset ultrafast -crf -1 \ | |
-me_method zero -b:v 0.4M -s 480x360 out.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment