Skip to content

Instantly share code, notes, and snippets.

@samelie
Created July 12, 2016 19:20
Show Gist options
  • Save samelie/15377edcf8d3578cf7827b044c433d39 to your computer and use it in GitHub Desktop.
Save samelie/15377edcf8d3578cf7827b044c433d39 to your computer and use it in GitHub Desktop.
sox copywrite_audio.wav copy_loop.wav repeat 200
ffmpeg -i .avi -i copy_loop.wav -c:v copy -c:a aac -map 0:v:0 -map 1:a:0 -shortest -y copywrite.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment