dr.Prozac
26th February 2005, 23:12
Recently I tried to use this PicSubU filter. I wanted to burn a little logo into my video stream. I created the following avs script:
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\picsubu.dll")
mpeg2source("D:\My documents\My video\Gladiator\movie.d2v", idct=3)
crop(16,78,688,428)
LanczosResize(640,272)
PicSubU("C:\Program Files\GordianKnot\VirtualDubMod\plugins\logo.bmp",strength=130,align=3,offset_x=20,offset_y=20)
Media Player Classic closes immediately after I try to open such a script. The same VDMod crashes. Did anyone use this filter ? What could be the reason ?
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\picsubu.dll")
mpeg2source("D:\My documents\My video\Gladiator\movie.d2v", idct=3)
crop(16,78,688,428)
LanczosResize(640,272)
PicSubU("C:\Program Files\GordianKnot\VirtualDubMod\plugins\logo.bmp",strength=130,align=3,offset_x=20,offset_y=20)
Media Player Classic closes immediately after I try to open such a script. The same VDMod crashes. Did anyone use this filter ? What could be the reason ?