EC wrote:
On Fri, 2005-05-20 at 13:53 -0400, Preston Crow wrote:
On Windows, the dsMyth stuff will convert a .nuv to a .avi withoutI'm looking for a way to convert files trancoded into mpeg4 into standard .avi files without re-encoding them.
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}.aviwhich 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
