[XviD-devel] RE: irix64 & YUV

Edouard Gomez xvid-devel@xvid.org
Fri, 03 Jan 2003 08:27:28 +0100 (CET)


Quoting Venkata Tumati <vt35@cornell.edu>:
> Now as far as the YUV input I did the following with my input
> "xvid_encraw -t 0 -i big.yuv"  and it did not work I got a message
> that
> said "Wrong input format, I want YUV encapsulated in PGM". What should
> I
> use to get a file in yuv format that xvid_encraw is happy with. 

If you're trying to feed xvid_encraw with YUV file format then you _must_
provide image dimensions. The program falls back to PGM because it will try to
retrieve image dimensions from the file (which is possible in PGM but not in raw
YUV)

Use -w WIDTH -h HEIGHT else it won't work.

--
Edouard Gomez