Log in

View Full Version : troubles with raw produced by xvid_encraw


d-man
6th October 2005, 09:20
Hello, all!

I have some troubles with row file produced by xvid_encraw.

I am encoding an yuv file:
xvid_encraw -i crew_352x288.yuv -w 352 -h 288 -asm -qpel -quality 6 -bitrate 1000000 -max_brames 2 -o crew_result.m4v


Then i import resulting raw file into .mp4:
mp4box -add crew_result.m4v result.mp4

and than i am trying to pack mp4 file into .avi:
mp4box -avi 1 result.mp4

at this stage mp4box says:
Track ID 1 is not MPEG-4 Visual - cannot extract to AVI

Error: BitStream Not Compliant

what is the matter? is something wrong in my actions or xvid_encraw produces mpeg4-uncomplaint raw stream ?