[RESOLVED] Frames info from .dgi

Support forum for DGDecNV
Post Reply
DAE avatar
Bravo5
Posts: 7
Joined: Sun Nov 25, 2018 5:16 pm

[RESOLVED] Frames info from .dgi

Post by Bravo5 »

Greetings to the forum and members

well if I use DGSource("1.dgi", show = true) the video start normally , but the frames info doesn't appear , while if I use FFvideos. the info appears normally :

DGSource("1.dgi", show = true)
Image

FFVideoSource("1.mkv")
Image

I use Avisynt 2.6 , 32 bit O.S. Seven 64 bit and DGIndexNV 2053. 0.0. 161 32 bit

thanks in advance for your time
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: Frames info from .dgi

Post by admin »

Post complete untouched script and DGI.

Welcome to the forum.
DAE avatar
Bravo5
Posts: 7
Joined: Sun Nov 25, 2018 5:16 pm

Re: Frames info from .dgi

Post by Bravo5 »

thanks admin

so don't match
LoadPlugin("C:\Program Files (x86)\AviSynth\plugins\FillMargins.dll")
LoadPlugin("C:\Users\Downloads\dgdecnv2053\DGDecodeNV.dll")
DGSource("1.dgi", show = true)
Crop(4, 142, -2, -142).Spline36Resize(1912,796,2,0,-1,-0)
FillMargins(1,0,1,0)

Since I wanted to check, if I had to crop 1 pixel on left, without the crop works
LoadPlugin("C:\Program Files (x86)\AviSynth\plugins\FillMargins.dll")
LoadPlugin("C:\Users\Downloads\dgdecnv2053\DGDecodeNV.dll")
DGSource("1.dgi", show=true )
Image

now thinking about it, the file .dgi is created on a resolution without crop, I should have tried before without crop, I apologize ...
but it's possible to bring the info frames even in the cropped resolution?
I tried, but I'm wrong something in the syntax

thank you admin
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: Frames info from .dgi

Post by admin »

Use the show2 offsets to position things inside the cropped area, e.g.:

dgsource("D:\tmp\Bravo5\alba.dgi",show=true,show2="100,100,hello")

Also, see here for limitations on the offsets:

viewtopic.php?f=8&t=659&p=8613&hilit=show2#p8610
DAE avatar
Bravo5
Posts: 7
Joined: Sun Nov 25, 2018 5:16 pm

Re: Frames info from .dgi

Post by Bravo5 »

with your support I solved, :salute:

Image

Thanks for your help and for your Time.

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

Re: Frames info from .dgi

Post by admin »

Thanks for your kindness and good luck with your projects, Bravo5.
Post Reply