On Tuesday, June 10 2008, 22:55 (+0200), Herman Robak wrote: > Avidemux is a much better fit for this task, and it's supposed to handle > both MPEG input and output. It can trim videos without recoding them > (with some constraints, but you may be able to live with those) > > http://avidemux.org/admWiki/index.php?title=Avidemux#Supported_Output_Formats
Footnote to that: The avoid problems with the DVD footage, it's best to perform these steps before editing with avidemux: - run: mplayer -streamdump dvd:// to save [the first title of] the DVD into an MPEG file. - then: ffmpeg -i stream.dump -vcodec copy -acodec copy dvd-film.mpg to even out weirdness in the MPEG file. Both steps are lossless, i.e. involve no recompression of the DVD material. -F -- http://cramer.plaintext.cc:70 gopher://cramer.plaintext.cc _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
