Page 1 of 1

[RESOLVED] Frames info from .dgi

Posted: Mon Nov 26, 2018 1:43 pm
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

Re: Frames info from .dgi

Posted: Mon Nov 26, 2018 2:56 pm
by admin
Post complete untouched script and DGI.

Welcome to the forum.

Re: Frames info from .dgi

Posted: Mon Nov 26, 2018 4:08 pm
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

Re: Frames info from .dgi

Posted: Mon Nov 26, 2018 5:16 pm
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

Re: Frames info from .dgi

Posted: Tue Nov 27, 2018 1:02 pm
by Bravo5
with your support I solved, :salute:

Image

Thanks for your help and for your Time.

Congratulations for DGIndex.

Re: Frames info from .dgi

Posted: Tue Nov 27, 2018 1:07 pm
by admin
Thanks for your kindness and good luck with your projects, Bravo5.