On Mon, 2009-10-12 at 12:49 +0200, nupur mittal wrote:
> hello 
> 
> i am a new user of this encoder.. i want to convert an uncompressed
> yuv file to avi format using transcode. please guide me

Hi there. Which format are you using as input? And which version of
transcode are youy using?

The verby basic transcode commandline is built like

transcode -i input -o output -y <export module[s]>

where the export module for your usecase will likely be 
`raw,null', leading to

transcode -i input -o output -y raw,null

Bests,

-- 
Francesco Romani // Ikitt
http://fromani.exit1.org  ::: transcode homepage
http://tcforge.berlios.de ::: transcode experimental forge

Reply via email to