Skip to content

Instantly share code, notes, and snippets.

@edoloughlin
Last active August 29, 2015 14:15
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 edoloughlin/0c9608979a6392bdcb5f to your computer and use it in GitHub Desktop.
Save edoloughlin/0c9608979a6392bdcb5f to your computer and use it in GitHub Desktop.
ffmpeg rgba in
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