EC wrote:

On Fri, 2005-05-20 at 13:53 -0400, Preston Crow wrote:


I'm looking for a way to convert files trancoded into mpeg4 into standard .avi 
files without re-encoding them.

On Windows, the dsMyth stuff will convert a .nuv to a .avi without
trans-coding. The resulting .avi seems fine, though I've not tried it
on a LARGE file. On linux, I'm still looking. Nuvexport is the closest
I've found, but, as mentioned, it does seem to always want to
trans-code.


Shouldn't you be able to just use:

mencoder ${FILENAME}.nuv -oac copy -ovc copy -o ${FILENAME}.avi

which copies the audio and video streams from the NuppelVideo container into an AVI container without any transcoding.

Mike
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to