On Wed, 2009-07-08 at 13:04 +0200, ezzetabi wrote: Hi,
[...] > It does not work, the movie displays messed up. It seems that transcode does > not > actually make a raw video file, but it makes an avi file. True. The `raw' into export_raw means `without encoding' (e.g. raw, uncompressed, RGB24/YUV420/Whatever frames). This will fixed into transcode 1.2.0, with the introduction of a brand new export module set. > I did not found a way to play the movie on the fly, so my question is: is > there > a way to convince transcode to make a raw video output > instead of an avi? Otherwise, is there a way to remove the avi informations > on-the-fly? Unfortunately, no. You can do further processing offline using tcextract, but that can't be done on the fly (well, there is of course the FIFO way). Not all formats can be extracted using tcextract. Bests, -- Francesco Romani // Ikitt http://fromani.exit1.org ::: transcode homepage http://tcforge.berlios.de ::: transcode experimental forge
