On Tue, 25 Dec 2012 14:15:12 +1030
Tim wrote:

> Convert to an uncompressed format, edit that, then encode the
> output using the compression scheme that you want.

Yea, I almost always convert anything I want to edit to
something like huffyuv, making sure I have a giant amount
of free space available, then I can use avidemux on it.
Something like this usually works for the video bits:

mencoder -ovc lavc -lavcopts format=422p:vcodec=huffyuv \
         -o <outfile>.avi <infile>.avi

Audio though is always screwed up. Heck, most audio
seems to be already screwed up in the source material,
and it always gets worse during editing.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to