I am not a big fan of ffmpeg because it has tons of settings and commands you can need to learn and I wouldn't know what to do with most of them.So,I tried to find a command as simple as possible to join a soundtrack with a video file.And this what I came up with:
sudo ffmpeg -i videofile.avi vcodec copy acodec copy soundfile.mp3 output.avi
And that worked like a charm!
explanation of commands.
-i stands for input
vcodec is the video codec
acodec is the audio codec
Maybe it's time to switch to ffmpeg or so it seems.
No comments:
Post a Comment