I have a single intro video. I want to add the intro using ffmpeg or a similar program in the beggining of the users uploaded video (and yes I do need to merge them in one file, so it would be possible to download it later) I`ve been searching internet and it suggests to convert both (intro and the other video) in to .mpg format.
OK, so far so good, but now when I try to join them together I get
[mpeg4 @ 0x5547c60]Invalid and inefficient vfw-avi packed B frames detected
So I`m guessing it is because of something being different in both videos, like frame rate or size. The worst thing is users are allowed to upload videos in almost any formats, also 240p-720p quality, so there is not one default size to convert the intro video into.
How could this be done?