[RESOLVED] Sometimes VirtualDub hangs with no error message

Support forum for DGDecNV
DAE avatar
jpsdr
Posts: 214
Joined: Tue Sep 21, 2010 4:16 am

Re: [RESOLVED] Sometimes VirtualDub hangs with no error message

Post by jpsdr »

Code is here : https://github.com/jpsdr/Filtres_JPSDR
Only RGBConvert and AddBorder are involved from mine.
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: [RESOLVED] Sometimes VirtualDub hangs with no error message

Post by admin »

You loaded an avs script in VirtualDub and then added VirtualDub filters? What was the script and what filters? Thanks. I would like to recreate your scenario.
DAE avatar
jpsdr
Posts: 214
Joined: Tue Sep 21, 2010 4:16 am

Re: [RESOLVED] Sometimes VirtualDub hangs with no error message

Post by jpsdr »

Thanks for trying this, even knowing that NV is not causing it... :bow:
You can get also my avisynth plugins on my github, i'm using the "all in one plugin" for avisynth, the one called "plugin_jpsdr".
Script :

Code: Select all

SetMemoryMax(192)
video=DGSource("File.dgi",i420=false,deinterlace=0,fieldop=0).crop(0,20,0,-20)
Y=ConvertToY8(video)
U=UtoY8(video).BlackmanResizeMT(Width(Y),Height(Y),src_left=0.25,range=3)
V=VtoY8(video).BlackmanResizeMT(Width(Y),Height(Y),src_left=0.25,range=3)
YtoUV(U,V,Y)
DGI file is created from a Blu-Ray.
VDub : Input/Output colors are set to YV24, compression is UT Video 17.4.0 YUV444 BT709.
Internal VDub filters :
RGBConvert BT709
NeatVideo 4.5
RGBConvert BT709 , output YV24.
AddBorder (Top/Bottom 20).
alias BT601.
VDub version : VDub build 35570
Full x64 chain. avs+ r2420 for avisynth.
I think that's all...
And time to sleep, i've caught a bad cold...
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: [RESOLVED] Sometimes VirtualDub hangs with no error message

Post by admin »

Ok, thank you, jp. Investigating... :scratch:

Take rest, get well soon.
Post Reply