Skip to content

Instantly share code, notes, and snippets.

View mboyar's full-sized avatar
🎯
Focusing

MURAT BOYAR mboyar

🎯
Focusing
View GitHub Profile
@mboyar
mboyar / ffmeg-concat-merge-convert
Last active April 26, 2023 15:38
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