comparison DOCS/xml/en/faq.xml @ 14975:9c2052060e45

MEncoder now supports multiple files. patch by Oded Shimon <ods15 at ods15 dot dyndns dot org>
author diego
date Mon, 21 Mar 2005 01:12:45 +0000
parents e76a8c56d81b
children 84c7d76be5bb
comparison
equal deleted inserted replaced
14974:e6b885fef171 14975:9c2052060e45
1312 <qandaentry> 1312 <qandaentry>
1313 <question><para> 1313 <question><para>
1314 How can I join two video files? 1314 How can I join two video files?
1315 </para></question> 1315 </para></question>
1316 <answer><para> 1316 <answer><para>
1317 This has been discussed to no end on mplayer-users. Go search the 1317 MPEG files can be concatenated into a single file with luck.
1318 <ulink url="http://mplayerhq.hu/cgi-bin/s-arch.cgi?sbm=mplayer-users">archives</ulink> 1318 For AVI files, you can use <application>MEncoder</application>'s
1319 for a complete answer. This is a complicated topic and your mileage may vary a 1319 multiple file support like this:
1320 lot depending on the kind of files you want to merge. MPEGs can be concatenated 1320 <screen>
1321 into a single file with luck. For AVIs there are two tools, 1321 mencoder -ovc copy -oac copy -o out.avi file1.avi file2.avi
1322 </screen>
1323 This will only work if the files are of the same resolution and codec.
1324 You can also try
1322 <ulink url="http://fixounet.free.fr/avidemux/">avidemux</ulink> and 1325 <ulink url="http://fixounet.free.fr/avidemux/">avidemux</ulink> and
1323 <application>avimerge</application> (part of the 1326 <application>avimerge</application> (part of the
1324 <ulink url="http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/">transcode</ulink> 1327 <ulink url="http://www.transcoding.org/">transcode</ulink>
1325 tool set), available that might do the job. You can also try <application>MEncoder</application> 1328 tool set).
1326 if you have two files sharing the same dimensions and codec. Try
1327 <screen>
1328 cat file1 file2 > file3
1329 mencoder -ovc copy -oac copy -o out.avi -forceidx file3.avi
1330 </screen>
1331 </para></answer> 1329 </para></answer>
1332 </qandaentry> 1330 </qandaentry>
1333 1331
1334 <qandaentry> 1332 <qandaentry>
1335 <question><para> 1333 <question><para>