[Ffmpeg-devel] [PATCH] FAQ entry for video joining

Víctor Paesa wzrlpy
Fri Apr 27 20:19:36 CEST 2007


Hi,

>> + at example
>> +ffmpeg -i input1.avi -sameq intermediate1.mpg
>> +ffmpeg -i input2.avi -sameq intermediate2.mpg
>> +cat intermediate1.mpg intermediate2.mpg > intermediate_all.mpg
>> +ffmpeg -i intermediate_all.mpg -sameq intermediate2.avi
>
> Why to call the final output "intermediate2.avi" if it's indeed the
> final output? Wouldn't be better to call it "output.avi"?
>
>> [...]
>> + at example
>> +mkfifo intermediate1.mpg
>> +mkfifo intermediate2.mpg
>> +ffmpeg -i input1.avi -sameq -y intermediate1.mpg < /dev/null &
>> +ffmpeg -i input2.avi -sameq -y intermediate2.mpg < /dev/null &
>> +cat intermediate1.mpg intermediate2.mpg |\
>> +ffmpeg -f mpeg -i - -sameq -vcodec mpeg4 -acodec mp3 intermediate2.avi
>                                                         ^^^^^^^^^^^^^^^^^
> Same as above.

Ah, the dangers of careless copy&paste ...
Thanks for noticing, here is attached a second attempt.

> For the rest I found it very clear.

:-)

Regards,
V?ctor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg.faq.concat.2.diff
Type: application/octet-stream
Size: 2508 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070427/b87bbc54/attachment.obj>



More information about the ffmpeg-devel mailing list