View Full Version : c3syv12 and 2.5 beta
kayman
28th January 2003, 23:45
im tryin convoltion3dyv12 and 2.5 beta of avisnth with mpeg2dec and decomb yv12 both plugins work , but when i try C3d it says it only works with yv12. when i add converttoyv12 all i get is a black screen
im trying to encode tv episodes from m2v streams converted from MPeg2 transport streams
thanksx
kayman
Guest
29th January 2003, 01:07
Post your script.
kayman
29th January 2003, 01:28
LoadPlugin("D:\f_drive\mpeg2dec.dll")
loadplugin("D:\f_drive\decomb.dll")
loadplugin("D:\f_drive\Convolution3Dyv12.dll")
mpeg2source("D:\JM temp\VIDEO_TS\1.d2v")
telecide()
Decimate()
crop(0,0,702,478)
BicubicResize(704,480,0,0.75)
Convolution3D(0, 6, 10, 6, 8, 2.8, 0)
since im upzing from 544x480 the convo is at the end , theough i did try to move it around cuz i read in a 2.5 post about conflits in filter chain but i keep gettin the error that convo only works in yv12
Guest
29th January 2003, 02:11
You need mpeg2dec3. It is the only one that delivers YV12.
kayman
29th January 2003, 02:26
i have tried that with many different verians of mpeg2dec3.dll
they all say the same error that its not a valid avs 2.5 plugin
can you post a link to the one you mean?
kayman
29th January 2003, 02:38
ok i found the dll mpeg2dec3.dll v 1.00
but when i use it in my script it gives me a black screen
Shayne
29th January 2003, 03:40
https://sourceforge.net/project/showfiles.php?group_id=57023&release_id=136663
kayman
29th January 2003, 03:57
ya that mpeg2dec3.dll opens my d2v as all black frames
:(
vlad59
29th January 2003, 09:19
Are you using VdubMod ?
Have you installed Divx 5.02 or one of the latest Koepy's Xvid build ?
When you look at file information in file menu of Vdub or VdubMod ?
Thanks for these informations !
scorchED
29th January 2003, 13:44
when i am loading "c3dyv12 beta4" in an AVISynth 2.5 beta script then i get an error:
"Avisynth open failure:
LoadPlugin: "...path...\Convolution3DYV12.dll" is not an Avisynth 1.0 plugin"
i'm sure that i have deletet all AVISynth 1.x stuff. i installed AVISynth 2.5beta and c3d beta 3 works.
could someone imagine, what's wrong?
vlad59
29th January 2003, 14:08
@scorchED
That's strange.
Did you download the beta4 from the website or from the C3D YV12 & SMP thread ?
scorchED
29th January 2003, 14:18
@Vlad59
i downloaded it from many sources, and every time the same error :(
i downloadet it also from the website.
vlad59
29th January 2003, 14:25
That's really strange as it work without any problem on my computer
EDIT : If you look at Convolution3DYV12.txt can you see any mention of AvisynthPluginInit2. Sorry to be such a pain in *** but as there was a little while when 2 or 3 differents release were floating I really want to be sure of the dll you're using.
EDIT2 : Have you verified your auto load directory.
kayman
29th January 2003, 14:48
im using VirtualDubMod_1_4_13_1 i installed divx 5.02 last nite, but it seems when ever my image format converts to yv12 is when all my frames go black , when i use mpeg2dec for 2.5 c3d says it only works with yv12 colorspace so i put converttoyv12 then all frames are black , when i try mpeg2dec3.dll when i first open it all my frames are black
kayman
EDIT: yes im using C3d beta 4 but i dont think thats the problem ;)
vlad59
29th January 2003, 15:07
@Kayman
You should have a look to this thread (http://forum.doom9.org/showthread.php?s=&threadid=44362)
It will maybe help you. Can you also confirm that if you encode 1 or 2 seconds of your clip -> you can play the avi and that it's not black
scorchED
29th January 2003, 15:19
@vlad59
yes:
"2003/01/01 Beta 4 :
- Change AvisynthPluginInit to AvisynthPluginInit2"
i am tried the version from the website again, but the same failure occurs.
i don't know what do you mean with "autoload directory" (sorry). but everything is fine with beta 3.
vlad59
29th January 2003, 15:22
@scorchED
So I won't be able to help till I get home. You'll have to wait 4 hours till I redownload all avisynth and C3D to be sure to test like you ;)
Let's wait :(
scorchED
29th January 2003, 15:25
@vlad59
thanks for your patience and great work!
kayman
29th January 2003, 15:25
ok so heres waht i did like the post you directed me to vlad i added convertto yuy2 at the end and it worked thanks
script as follows
LoadPlugin("D:\f_drive\mpeg2dec3.dll")
loadplugin("D:\f_drive\decomb.dll")
loadplugin("D:\f_drive\Convolution3DYV12.dll")
mpeg2source("1.d2v")
telecide()
decimate()
Convolution3D(0, 6, 10, 6, 8, 2.8, 0)
BicubicResize(512,384,0,0.75)
ConvertToYUY2()
vlad59
29th January 2003, 15:36
@kayman
That's only a workaround, not the solution unfortunately :(
Because you'll loose speed with that.
kayman
29th January 2003, 15:55
oh , ive tried every other solution in that thread to no avail , i have latest xvid binaries installed , 5.02 divx and all i get is black frames if i dont add that convert to yuy2. :(
scorchED
29th January 2003, 16:47
@kayman
my brother had nearly the same problem when playing YV12 Movies. he installed the newest graphics card driver and everything was ok.
it sounds that the movie-output is only YV12 when you are using c3d. did you tried the normal YUV c3d version? then the movie output should be YUV with your MPEG2Dec and you don't get a black screen.
kayman
29th January 2003, 17:18
yes i always used c3d yuv with 2.07 but with 2.5 beta yv12 it does not work .
Wilbert
30th January 2003, 11:49
@scorchED,
it sounds that the movie-output is only YV12 when you are using c3d
This is not true. If you use AviSynth v2.5, you don't have a line ConvertToYUY2/ConvertToRGB in your script and you use mpeg2dec3 v1.00, then the output will always be YV12. You can check that by using the info filter (see http://www.avisynth.org/index.php?page=Info).
"Avisynth open failure: LoadPlugin: "...path...\Convolution3DYV12.dll" is not an Avisynth 1.0 plugin"
This message means that you used a plugin for AviSynth v2.5, and that VirtualdubMod (or whatever) is still using AviSynth v2.0x or v1.0x. Since you installed AviSynth v2.5 it means that there's still an old AviSynth version floating around your hard disc (maybe in Virtualdub/VirtualdubMod dir?). So scan your harddisc and remove every old AviSynth version.
@kayman,
im using VirtualDubMod_1_4_13_1 i installed divx 5.02 last nite, but it seems when ever my image format converts to yv12 is when all my frames go black
Ok, apperently your video is not decompressed by DivX 5.02. Go to your windows-dir and rename a file called MSYUV.DLL, or add the following to your registry file:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32]
"VIDC.YV12"="divx.dll"
scorchED
30th January 2003, 13:18
Originally posted by Wilbert
[B]@scorchED,
This is not true. If you use AviSynth v2.5, you don't have a line ConvertToYUY2/ConvertToRGB in your script and you use mpeg2dec3 v1.00, then the output will always be YV12. You can check that by using the info filter (see http://www.avisynth.org/index.php?page=Info).
You are right, but he is using MPEG2dec not MPEG2dec3
kayman
30th January 2003, 17:02
wlibert your the man , all my problems fixed , it was that i didnt have the yv12 in the registry and nothing was decoding it , all is good your my hero ;)
kayman
scorchED
31st January 2003, 11:20
@vlad59
the problem i have with c3d and avisynth 2.5 is not the fault of your excellent c3d.
i deletet all avisynth related files and cleaned the registry. after reinstalling avisynth 2.5 beta i get the same error with the first plugin "mpeg2dec3 v1.0".
edit: i have to put all dll's into the avisynth plugin directory.
oh man ... an alternative directory with correct path in avs-script doesn't work now.
vlad59
31st January 2003, 11:25
@scorchED
Sorry I forgot to post here. I've tested to redownload all dlls yesterday and I never got this problem.
Have you tried to remove everything in your plugin directory ?????
Wilbert
31st January 2003, 11:28
@scorchED,
Make a script containing:
Version()
What does VirtualDub say when previewing?
scorchED
31st January 2003, 11:32
everything is fine now.
as i edited in my last reply: an other plugin directory than the default plugin directory doesn't work (path in the script were 100% ok). Maybe it's abug of avisynth.
thanks for your patience
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.