Combine seperate audio and video files into a single video with ffmpeg
copy the audio and video tracks
# ffmpeg -i videoin.mp4 -i audioin.mp4 -c:v copy -c:a copy out.mp4
Previous Post Next Post
Grav was with by Trilby Media.