Page 1 of 1

Convert .tif to .yuv

Posted: Thu Jul 13, 2006 11:42 am
by Guest
How would I use nconvert to convert a tif or bmp file to a yuv file.

I've tried to understand and use the options but I can't seem to work out how to use nconvert for this task.

Thanks

Re: Convert .tif to .yuv

Posted: Fri Jul 14, 2006 7:19 am
by xnview
Anonymous wrote:How would I use nconvert to convert a tif or bmp file to a yuv file.

I've tried to understand and use the options but I can't seem to work out how to use nconvert for this task.
nconvert -o file.yuv -out uyvy file.bmp

Posted: Fri Jul 14, 2006 2:46 pm
by Guest
Thank you very much. It works.