Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#1 | Link | |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,881
|
*SOLVED* DGIndexNV __del__ dont work
*SOLVED* , see post #4.
What am I doing wrong with the __del__ template macro ? I use the __del__ template macro all of the time in DGIndex and works ok, but in DGIndexNV, I have not (I think) had it ever work as desired. Here is a template [or at least the start of it] Code:
VideoFileName ="__vid__" AudioFileName ="__aud__" AudioDelay =Value("__del__") # this works fine in DgIndex # below just testing if works TEST_DEL = "__del__" TEST_CROP = "__crop__" TEST_H2S = """__h2s__""" # EDIT: Fixed, Enclosed in Triple dQuotes, as h2s macro can contain double quotes Code:
VideoFileName ="D:\___BLURAY\T\Inch.dgi" AudioFileName ="D:\___BLURAY\T\Inch_track2_eng_DELAY 3003ms.dts" AudioDelay =Value("__del__") # dont work in DgIndexNV - should be Value("3.003") # below just testing if everything works TEST_DEL = "__del__" TEST_CROP = ",ct=24,cb=24,cl=0,cr=0" TEST_H2S = """mode="pq",white=2000,black=0,gamma=0.42,r=1.00,g=1.00,b=1.00,tm=1.00,roll=0.70""" # EDIT: Fixed, Enclosed in Triple dQuotes, as h2s macro can contain double quotes and also did the "Enable HDR to SDR" thingy. What terrible sin did I commit. EDIT: I can easily extract delay from the audio file name if necessary. EDIT: Quote:
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? Last edited by StainlessS; 14th May 2022 at 20:22. |
|
![]() |
![]() |
Tags |
dgindexnv |
Thread Tools | Search this Thread |
Display Modes | |
|
|