Re: [FFmpeg-user] Fail to concatenate 2 videos

2015-04-21 Thread Werner Robitza
On Tue, Apr 21, 2015 at 10:01 AM, babeman92 wrote: > avconv Please note that this is an FFmpeg mailing list. You are using avconv from the Libav project, which is similar to FFmpeg but a different project. This mailing list is for issues with the ffmpeg command from the FFmpeg project which you

[FFmpeg-user] Fail to concatenate 2 videos

2015-04-21 Thread babeman92
Hi, I'm trying to concatenate 2 different video files. The first is a title image i generate with those commands: /# I generate a 2 sec mute video avconv -y -loop 1 -r 27.75 -i blank.png -vcodec h264 -t 00:00:02 -an output.avi # And I had a blank sound avconv -y -ar 44000 -b 320 -ac 2 -f s16le -i