Hal Vaughan wrote:
I have to join two videos, in different versions, one in .mpg for DVDs and one in .mp4. What's the best program that can do this without glitches or a high learning curve on Etch? No editing, no dissolves, just stick one after the other.

For the mpeg files,
mencoder -oac copy -ovc copy -of mpeg -mpegopts \
 format=dvd:tsaf file1.mpg file2.mpg -o output.mpg

Not so sure about mp4. Try this,
mencoder -oac copy -ovc copy -of lavf -lavfopts \
format=mp4 file1.mp4 file2.mp4 -o output.mp4


Thanks!

Hal



--

If you can't explain it simply, you don't understand it well enough.
                                       -- Albert Einstein


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to