View Full Version : MeGUI 0.3.5.6 and DGIndexNV build 2021+
Sharktooth
17th July 2010, 17:23
Im going to push an update to megui (0.3.5.6 Development) so that the latest version of DGIndexNV will be supported.
The update breaks the compatibility with old AVS scripts, so that they wont work anymore.
The solution is quite simple. You can Re-create the .avs using the Avisynth script creator OR you can edit your old script to ensure that the LoadPlugin line points to DGDecodeNV.dll and the subsequent line should start with DGSource.
If you will have any problems please post here regarding that issue.
Alf Bundy
17th July 2010, 22:13
Hi,
I have no real issue, but I would like to report a problem in the script creator when using DGindexNV.
The cropping function of DGNV is not used.
So if cropping is needed, we can't use Nvidia Resizer either (because of an incorrect order of processing).
Example :
I use the file indexer to index an elementary stream (TestFile.h264). This file has borders.
When the file is indexed, the .dgi is loaded in the script creator.
Then, if I want to crop & resize, the script looks like this :
LoadPlugin("C:\Users\Alf\AppData\Roaming\MeGUI x64\tools\dgindexnv\DGDecodeNV.dll")
DGSource("E:\Recode 4\TestFile.dgi",fieldop=0)
crop( 6, 0, -6, 0)
LanczosResize(640,480) # Lanczos (Sharp)
Wich gives the correct cropping and resize, but is done by CPU not GPU.
Or the script looks like this if I use the Nvidia Resizer:
DGSource("E:\Recode 4\TestFile.dgi",fieldop=0, resize_w=640, resize_h=480)
crop( 6, 0, -6, 0)
But then it crops the video after the resize, which is not correct.
Cropping should be written directly in the .dgi ...
Is it possible to change the script creator's behaviour to automatically modify the corresponding line in the .dgi (and dismiss the normal Crop() line) ?
Clip 0 0 0 0 (Left, Right, Top, Bottom)
:thanks:
Sharktooth
18th July 2010, 14:53
known issue, however thanks for reporting :)
shroomM
29th July 2010, 15:35
Hey,
when trying to index a DVD, using DGIndexNV 2023, I can only select the first file in the file indexer.
MeGUI then launches DGIndexNV with the following command ....
"C:\Program Files\megui\tools\dgindexnv\dgindexnv.exe" -i "D:\movie\VIDEO_TS\VTS_03_1.VOB" -o "D:\movie\movie_index.dgi" -e -h -a
Which, in turn, causes DGIndexNV to only index the first file.
Any chance this could be fixed by providing the user with an option to select multiple files and then separating them with commas or should I ask neuron2 if he could add the necessary switch to the program?
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.