Log in

View Full Version : Error of 'couldnt find approriate video codec for 'YV12''


psmuk
18th September 2003, 16:21
Recieved a few AVI synths from one of the Forum users to help with Interlaced Pal DVD, however now when i go to DoCCE4U. I recieve the error

couldnt find approriate video codec for 'YV12'

Anyone able to tell me how to get round this ??

Below is an example of my AVS script

LoadPlugin("C:\Program Files\DoItFast4U\mpeg2dec3.dll")
Mpeg2Source("VTS__01_P01.I-BFF.4~3_1.d2v",idct=0)
ResampleAudio(44100)

Any suggestions would be apeciated

Thanks

adam
18th September 2003, 20:21
ConvertToYUY2()

Stick that at the end of your scripts.

hendrix
23rd September 2003, 03:50
Originally posted by psmuk
LoadPlugin("C:\Program Files\DoItFast4U\mpeg2dec3.dll")
Mpeg2Source("VTS__01_P01.I-BFF.4~3_1.d2v",idct=0)
ResampleAudio(44100)

just wondering - why did you change the .avs script from the default that DoItFast4U creates - i noticed the ResampleAudio(44100) line in your script...what version of avisynth are you using?