[SOLVED] Are DGTelecide and DGDecimate working

These CUDA filters are packaged into DGDecodeNV, which is part of DGDecNV.
Post Reply
DAE avatar
Guest

[SOLVED] Are DGTelecide and DGDecimate working

Post 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?
DAE avatar
Guest

Re: Are DGTelecide and DGDecimate working

Post 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
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: [SOLVED] Are DGTelecide and DGDecimate working

Post by admin »

Investigating...
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: Are DGTelecide and DGDecimate working

Post 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.
DAE avatar
Guest

Re: Are DGTelecide and DGDecimate working

Post 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
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: Are DGTelecide and DGDecimate working

Post 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...
DAE avatar
Guest

Re: Are DGTelecide and DGDecimate working

Post 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.
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: Are DGTelecide and DGDecimate working

Post 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:
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: Are DGTelecide and DGDecimate working

Post by admin »

Have it fixed locally. Coming...
DAE avatar
Guest

Re: Are DGTelecide and DGDecimate working

Post by Guest »

tested and working fine
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: Are DGTelecide and DGDecimate working

Post by admin »

Cool, thanks.
Post Reply