On 2/21/07, Steve Hosgood <[EMAIL PROTECTED]> wrote:
Though I seem to be able to *read* the .dv files with 'transcode', I can't work out the command-line syntax to output as a DV-format file in .avi. Presumably, such a conversion requires no more work than demultiplexing the .dv file and remultiplexing in .avi compliant fashion. However, initial (failed) experiments seem to indicate that 'transcode' insists on decoding the DV right down to a stream of images and re-encoding back up again. That's not right, surely?
You're right, that behaviour is not correct. The (maybe) biggest problem is that transcode's import layer is not yet be ported to NMS, so transcode can't just demultiplex, it WILL always demultiplex AND decode. Export layer in recent CVS is already capable to skip either encode, multiplex or both. Bests, -- Francesco Romani