Skip to content

Instantly share code, notes, and snippets.

@Wikinaut
Created April 23, 2022 01:34
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 Wikinaut/dad943ab741e00221c66e4200663df53 to your computer and use it in GitHub Desktop.
Save Wikinaut/dad943ab741e00221c66e4200663df53 to your computer and use it in GitHub Desktop.
Add audio to a video, loop the video 2 times
ffmpeg \
-stream_loop 2 \
-i F74.mp4 \
-i "yes-it's-puzzling-i-don't-think-i've-ever-seen-anything-quite-like-this-before.mp3" \
-c copy -map 0:v:0 -c:a aac -map 1:a:0 \
f74puzzling.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment