Loop gif and add audio
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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