Having fun with Programming
Tuesday, September 16, 2014
Combine audio and video file using ffmpeg
ffmpeg -i audio.wav -i video.mp4 -acodec copy -vcodec copy -f mkv output.mkv
Source:
http://superuser.com/questions/277642/how-to-merge-audio-and-video-file-in-ffmpeg
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)