Skip to content

Instantly share code, notes, and snippets.

@Tsarpf
Created May 16, 2021 21:02
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 Tsarpf/e75cf07145bb47139e91d2514da17b1f to your computer and use it in GitHub Desktop.
Save Tsarpf/e75cf07145bb47139e91d2514da17b1f to your computer and use it in GitHub Desktop.
Loop gif and add audio
perl -e 'print "file gif_or.mp4\n" x 10000' > animgif.txt
ffmpeg -f concat -i animgif.txt -i song_name.mp3 -map 0 -map 1 -c copy -shortest tikka_hommat_industrial.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment