PDA

View Full Version : YUY2 format was not acepted, what does it mean?


videocheez
28th February 2003, 16:22
I've been following the avi2dvd guide. After encoding with CCE, the authoring programs that I use will give me an "invalid framerate" error. When i drag the *.mpv file into Spruce up or Maestro I receive this error. I have a feeling that i messed up somthing in the avisynth.avs file. It was suggest in this forum that I put a line in the *.avs file telling the encoder to try YUY2 conversion. What is the line of text that I need to insert. I've included my log file in case you may be able to see where I went wrong.

biCompression = DIV3
fccHandler = div3
trying yuy2.
YUY2 format was not accepted.
trying bitcount = 32.
cce created.
encoder initialized.
encoding started at 2003/02/27 22:46:31.
>> received encoding start notification
>> received encoding stop notification
encoding stopped at 2003/02/27 23:47:39.
sync stopped.
fdev0 closed.
fdev1 closed.
>>>> Performance <<<<
Source : 10640.046 seconds (255106 frames)
Elapsed: 3686.000 seconds
---------------------------------------------------
>> File reading 610.321 16.558 %
>> Decoding 975.977 26.478 %
>> RGB -> YUY2 315.373 8.556 %
---------------------------------------------------
>> MPEG encoding 1784.329 48.408 %
uncompressed YUY2.
cce created.
encoder initialized.
encoding started at 2003/02/27 23:48:12.
>> received encoding start notification
>> received encoding stop notification
encoding stopped at 2003/02/28 02:17:47.
sync stopped.
fdev0 closed.
fdev1 closed.
>>>> Performance <<<<
Source : 10640.046 seconds (255106 frames)
Elapsed: 8975.938 seconds
---------------------------------------------------
>> File reading 5775.809 64.348 %
>> Decoding 0.000 0.000 %
>> RGB -> YUY2 430.793 4.799 %
---------------------------------------------------
>> MPEG encoding 2769.337 30.853 %
fexp thread terminated.
***** Cinema Craft Encoder SP shutting down at 2003/02/28 07:09:35 *****

Thanks in advance,

VC

Millenod
8th March 2003, 10:16
Add this line to your avs script :
ConvertToYUY2()