There is a webm file that contains no audio. I want to merge an audio file with this video. I've tried the following command:
ffmpeg -i /home/test.mp3 -i /home/output.webm -vcodec copy -acodec copy /home/newtest.webm
And received the error:
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument.