Skip to content

Instantly share code, notes, and snippets.

@unjello
Created January 1, 2019 16:31
Show Gist options
  • Save unjello/159505f5c87f3871d8051fdfc2255eae to your computer and use it in GitHub Desktop.
Save unjello/159505f5c87f3871d8051fdfc2255eae to your computer and use it in GitHub Desktop.
ffpmeg cheatsheet
; concat multiple avi files. create "list.txt" with "file xxx.avi" per line
ffmpeg -f concat -safe 0 -i list.txt -c copy out.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment