Skip to content

Instantly share code, notes, and snippets.

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 earthbound19/ee47f6e266340803fda257152cd08523 to your computer and use it in GitHub Desktop.
Save earthbound19/ee47f6e266340803fda257152cd08523 to your computer and use it in GitHub Desktop.
Commands to encode a super cheesy music file with a super cheesy looped source image, via ffmpeg
ffmpeg -y -loop 1 -f image2 -i Diamond-Gemstone-Heart-300px.png -i "Our Romatic.mp3" -shortest -r 29.97 -crf 40 1.mp4
echo file '1.mp4' > concat.txt
echo file '1.mp4' >> concat.txt
echo file '1.mp4' >> concat.txt
echo file '1.mp4' >> concat.txt
echo file '1.mp4' >> concat.txt
echo file '1.mp4' >> concat.txt
echo file '1.mp4' >> concat.txt
echo file '1.mp4' >> concat.txt
echo file '1.mp4' >> concat.txt
echo file '1.mp4' >> concat.txt
ffmpeg -f concat -i concat.txt -c copy 10.mp4
DEL 1.mp4
echo file '10.mp4' > concat.txt
echo file '10.mp4' >> concat.txt
echo file '10.mp4' >> concat.txt
echo file '10.mp4' >> concat.txt
echo file '10.mp4' >> concat.txt
echo file '10.mp4' >> concat.txt
echo file '10.mp4' >> concat.txt
echo file '10.mp4' >> concat.txt
echo file '10.mp4' >> concat.txt
echo file '10.mp4' >> concat.txt
ffmpeg -f concat -i concat.txt -c copy "Our Romatic Diamond-Gemstone-Heart-300px-png-loop100x.mp4"
DEL 10.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment