Log in

View Full Version : Source Image Format not Supported


ssaga
8th December 2003, 18:52
Another weird problem with v2.53...:(
I used a script (which is used for most of the else DVDs I owned with v2.52) to encode my DVD, but this time I got a Source Image Format not Supported error message in VirtualDub when I tried to encode it with fast recompress. So I cut the script into the following ones, but still got the same message...

loadplugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec3dg.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\Decomb510.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\kerneldeint140.dll")
clip=mpeg2source(".\DVD.d2v")
clip=crop(clip,8,0,-8,-0)
clip=bicubicresize(clip,640,480,0,0.5)
return clip

P.S. With Full Process Mode, the message disappears.

stevenxu
9th December 2003, 05:18
1.use lastest version of VirtualDub or
2.use virtualdubmod or
3.ConvertToYUY2()

sh0dan
9th December 2003, 11:27
Also - what is your destination format? (codec)

ssaga
9th December 2003, 18:06
I tried both VirtualDub 1.5.9 and 1.5.10 and also DIVX Pro 5.04 and Xvid(Nic's build), all of them got the same problem.
But converttoyuy2() solves the problem...:confused:
Not sure where the problem is...I'll try the 2.54a build and give some other information.

ssaga
9th December 2003, 18:38
2.54a also failed. It seems that I have to at lease select Normal Recompress to complete the job...:(

sh0dan
9th December 2003, 20:47
Try vdubmod. I haven't used plain vdub for ages, since it took so long to get YV12 support, and the lack of the very nice editor.

ssaga
10th December 2003, 16:12
VDMOD Got the same error too...:(

Wilbert
10th December 2003, 16:29
Could you add the following to your registry file


REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32]
"VIDC.YV12"="divx.dll"

and try again?

ssaga
10th December 2003, 18:19
Thx very much, It works very well!!!:)
But how could the registry be removed? I didn't touch those registry at all, and before I install the new version, the YV12 colorspace worked very well...:confused: