Skip to content

Instantly share code, notes, and snippets.

@xgenvn
Created December 12, 2022 15:25
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 xgenvn/69232ba42df5f53600b3f920dae13b10 to your computer and use it in GitHub Desktop.
Save xgenvn/69232ba42df5f53600b3f920dae13b10 to your computer and use it in GitHub Desktop.
FFMPEG BACKGROUND VIDEO AUDIO LOOP
ffmpeg -i 20221211_074437.mp4 -stream_loop -1 -i ai_len_xu_hoa_dao_Anh_Tuyet.mp3 -shortest -map 0:v:0 -map 1:a:0 -y -c:v copy 20221211_074437_dubbed.mp4
ffmpeg -i 20221211_092532.mp4 -stream_loop -1 -i ai_len_xu_hoa_dao_Anh_Tuyet.mp3 -shortest -map 0:v:0 -map 1:a:0 -y -c:v copy 20221211_092532_dubbed.mp4
ffmpeg -i 20221211_104009.mp4 -stream_loop -1 -i ai_len_xu_hoa_dao_Anh_Tuyet.mp3 -shortest -map 0:v:0 -map 1:a:0 -y -c:v copy 20221211_104009_dubbed.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment