[MEncoder-users] concatenate two avi files

Rossana Guerra guerra.rossana at gmail.com
Tue Jun 19 06:53:38 CEST 2012


2012/6/19 The Wanderer <wanderer at fastmail.fm>

> On 06/18/2012 06:21 PM, Rossana Guerra wrote:
>
>  Hi every one, I have 2 avi files (videos) I need to concatenate them, but
>> it
>> isn't possible, because different audio codecs.
>>
>
> I presume your question is how to do it anyway?
>
> The simplest way I know of, using only MEncoder, is to convert both files
> to
> have the same audio codec details and then concatenate the results. In the
> most
> basic form, something like:
>
> mencoder -ovc copy -oac mp3lame -o outcom1-2.avi outcom1.avi
> mencoder -ovc copy -oac mp3lame -o outcom2-2.avi outcom2.avi
> mencoder -ovc copy -oac copy -o outcom12.avi outcom1-2.avi outcom2-2.avi
>
> Might not be the only or even the best way to do it, but I think it should
> work.
>


Yes, I did a sort of this ussing ffmpeg. I needed to encode to h264 and mp3
with 30 fps.
Then I joined the files with mencoder

Thanks anyway

Rossana

> --
>      The Wanderer
>
> Warning: Simply because I argue an issue does not mean I agree with any
> side of it.
>
> Every time you let somebody set a limit they start moving it.
>  - LiveJournal user antonia_tiger
> ______________________________**_________________
> MEncoder-users mailing list
> MEncoder-users at mplayerhq.hu
> https://lists.mplayerhq.hu/**mailman/listinfo/mencoder-**users<https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users>
>


More information about the MEncoder-users mailing list