VirtualDub Blank frame error

Locked
User avatar
xDreww
Joined: Thu Jan 07, 2010 9:45 pm
Org Profile

VirtualDub Blank frame error

Post by xDreww » Sat Dec 06, 2014 11:34 am

Hey, so I'm in need of help solving an issue. So I'm skimming through VDub just fine..after 30 seconds or so of skimming through the screen goes blank on the left side.
http://prntscr.com/5dumki

Hasn't happen to me before, when I try to save as .avi this happens.
http://prntscr.com/5dupmv

I try restarting vdub but keeps happening. Anyone know how I can fix this? Or is there a new update or anything? o-o
Image

User avatar
Enigmo
Joined: Fri Oct 29, 2010 5:34 am
Location: London, United Kingdom
Contact:
Org Profile

Re: VirtualDub Blank frame error

Post by Enigmo » Sat Dec 06, 2014 11:40 am

would you like enigmo's help, brother andrew?
Image Image

User avatar
xDreww
Joined: Thu Jan 07, 2010 9:45 pm
Org Profile

Re: VirtualDub Blank frame error

Post by xDreww » Sat Dec 06, 2014 11:56 am

Enigmo wrote:would you like enigmo's help, brother andrew?
Thanks for asking, but think I fixed it now.
, seekmode=0)
This seems to be working, but lags when I skim back, but it's whatever.
Image

User avatar
l33tmeatwad
Joined: Wed Feb 16, 2005 3:22 pm
Location: Christiansburg, VA
Contact:
Org Profile

Re: VirtualDub Blank frame error

Post by l33tmeatwad » Sat Dec 06, 2014 10:04 pm

Could you post the script?
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube

User avatar
xDreww
Joined: Thu Jan 07, 2010 9:45 pm
Org Profile

Re: VirtualDub Blank frame error

Post by xDreww » Sun Dec 07, 2014 8:25 pm

l33tmeatwad wrote:Could you post the script?

loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\FFMS2v2.dll")
directshowsource("C:\Users\Andrew\Documents\Kyoukai no Kanataep 11.mp4")
ConvertToYV12()
assumefps(23.976)
killaudio()
loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\aWarpSharp2.dll")
awarpsharp2(8,1)


I switched to directshowsource and I have no problems now. I've always used ffsource tho. Maybe because the file was .mp4? but that shouldn't be the reason.. o:
Image

User avatar
RTW47
Joined: Sat Oct 30, 2010 10:48 am
Status: Knight of Ni
Location: Argument Clinic
Org Profile

Re: VirtualDub Blank frame error

Post by RTW47 » Mon Dec 08, 2014 9:06 am

It is expected seeking would be slow using 0. Instead of dss update ffms2 (currently 2.20) and this time try without setting seekmode manually or use 1, i.e default mode);
else: see if LSMASHVideoSource (for .mp4's) performs faster.
~ probably threre is no need for ConvertToYV12

User avatar
l33tmeatwad
Joined: Wed Feb 16, 2005 3:22 pm
Location: Christiansburg, VA
Contact:
Org Profile

Re: VirtualDub Blank frame error

Post by l33tmeatwad » Mon Dec 08, 2014 1:03 pm

You probably have an outdated version of FFMS2, do not use DirectShowSource as it can bring a lot of other issues into the decoding process. Also, you shouldn't have to manually load the plugins like that, I would recommend reinstalling AviSynth if it's not loading the plugins properly. I'd grab the latest ffms2 and install the latest revision of AviSynth to insure stability. While 2.6 is still in Alpha, only the new features are unstable and it actually fixes bugs from the 2.5 releases (will still install to the 2.5 directory). Alternatively you can always snag the latest version of AMVpack to simplify things.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube

Locked

Return to “Video & Audio Help”