Skip to content

Instantly share code, notes, and snippets.

@mboyar
Last active April 26, 2023 15:38
Show Gist options
  • Save mboyar/2e376382587f5c8076d9339e4930788b to your computer and use it in GitHub Desktop.
Save mboyar/2e376382587f5c8076d9339e4930788b to your computer and use it in GitHub Desktop.
Concat AVI videos, merge WAV audio and generate MP4 output in one-line by using FFMPEG
ffmpeg -i 'concat:output.1.avi|output.2.avi|output.3.avi|output.4.avi|output.5.avi' -i audio.wav -c:v copy -c:a aac output.mp4
@mboyar
Copy link
Author

mboyar commented Apr 26, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment