Skip to content

Instantly share code, notes, and snippets.

@privatezero
Last active February 18, 2019 17: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 privatezero/0b4948dca03913b4ab85a60a841ff9ea to your computer and use it in GitHub Desktop.
Save privatezero/0b4948dca03913b4ab85a60a841ff9ea to your computer and use it in GitHub Desktop.
ffmpeg -i 'test.gif' -c:v rawvideo -pix_fmt yuv420p test.yuv
ffmpeg -f s16le -i test.yuv -f s16le -c:a pcm_s16le -af aecho test.raw
ffmpeg -f rawvideo -pix_fmt yuv420p -framerate 10 -video_size 360x240 -i ~/input.raw test.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment