Page 1 of 1

[SOLVED] Are DGTelecide and DGDecimate working

Posted: Fri Mar 30, 2018 10:11 am
by Guest
I realize that you have a large number of changes lately
Went back to work on some old DVD material and I encountered a problem
script

Code: Select all

LoadPlugin("C:\Program Files (Portable)\dgdecnv\x64 Binaries\DGDecodeNV.dll")
DGSource("I:\THE RING VIRUS.dgi", fieldop=0)
runs fine, also tested on avsmeter

Script

Code: Select all

LoadPlugin("C:\Program Files (Portable)\dgdecnv\x64 Binaries\DGDecodeNV.dll")
DGSource("I:\THE RING VIRUS.dgi", fieldop=0)
DGTelecide()
DGDecimate()
does not
AVSmeter can't load the script, no log or error messages, it just closes
and NVEncC crashes on this script, memory exception error I believe, but runs fine on first one

Did I mess up again?

Re: Are DGTelecide and DGDecimate working

Posted: Fri Mar 30, 2018 10:17 am
by Guest
Just updated to slipstream 138 and it is working again
Please mark as resolved
If I encounter anymore issues I'll post again

Edit
Happened again
AVSMeter and VDub both error out on the script with DGTelecide

Re: [SOLVED] Are DGTelecide and DGDecimate working

Posted: Fri Mar 30, 2018 11:23 am
by admin
Investigating...

Re: Are DGTelecide and DGDecimate working

Posted: Fri Mar 30, 2018 11:38 am
by admin
Working fine here. Can you attach your DGI file?

If 137 was not working for you it must be something on your system, because nothing other than the version resource was changed for DGDecodeNV.dll since way back.

Re: Are DGTelecide and DGDecimate working

Posted: Fri Mar 30, 2018 11:56 am
by Guest
It seems to happen when cropping in DGIndexNV
Forum is refusing dgi and txt extensions so I uploaded to this link
http://www.mediafire.com/file/sa4qzlaah ... _VIRUS.dgi

Re: Are DGTelecide and DGDecimate working

Posted: Fri Mar 30, 2018 12:00 pm
by admin
I'll add those extensions.

So, if you edit the DGI to 'CLIP 0 0 0 0' then it doesn't fail?

EDIT: Duplicated. Investigating...

Re: Are DGTelecide and DGDecimate working

Posted: Fri Mar 30, 2018 12:17 pm
by Guest
Take your time, no rush
You have been real busy lately
Edit
Also happens when cropping in DGSource as well when usin crop_t=, etc.

Re: Are DGTelecide and DGDecimate working

Posted: Fri Mar 30, 2018 12:30 pm
by admin
Yeah, I know what the problem is. Will fix. Many thanks for pointing it out! It may be a few days as I haven't completed the physics paper review due tomorrow.

For now do your cropping at the end of the script using Crop().

.txt and .dgi extensions should be working now.

Great job on isolating this to cropping, gonca. :salute:

Re: Are DGTelecide and DGDecimate working

Posted: Fri Mar 30, 2018 3:17 pm
by admin
Have it fixed locally. Coming...

Re: Are DGTelecide and DGDecimate working

Posted: Fri Mar 30, 2018 5:16 pm
by Guest
tested and working fine

Re: Are DGTelecide and DGDecimate working

Posted: Fri Mar 30, 2018 5:52 pm
by admin
Cool, thanks.