20.04.2018, 07:27
This command with DGIndexNV crashes like I said before, There is no file in generated in /tmp.
wine "/root/.wine/drive_c/windows/syswow64/avisynthPlugins/DGIndexNV.exe" -i "/tmp/convert/ntsc-1.VOB" -o "/tmp/11_34_49_4410.dgi" -h -e
However, using the same code but substituting DGIndex brings up its GUI.
Nothing in /tmp
-----------------------
This second line of code crashes with ERROR "Couldn't open input file in HDE mode Exiting"
There is nothing in /tmp
wine "/root/.wine/drive_c/windows/syswow64/avisynthPlugins/DGIndex.exe" -om 0 -i "/tmp/convert/ntsc-1.VOB" -o "/tmp/07_39_53_7110" -hide -exit
---------------------
Using just part of the code to call up DGIndex:
wine "/root/.wine/drive_c/windows/syswow64/avisynthPlugins/DGIndex.exe"
Then entered the required information as I would normally do under windows.
Produced .d2v + 2 ac3 tracks & 1 DTS track as usual
wine "/root/.wine/drive_c/windows/syswow64/avisynthPlugins/DGIndexNV.exe" -i "/tmp/convert/ntsc-1.VOB" -o "/tmp/11_34_49_4410.dgi" -h -e
However, using the same code but substituting DGIndex brings up its GUI.
Nothing in /tmp
-----------------------
This second line of code crashes with ERROR "Couldn't open input file in HDE mode Exiting"
There is nothing in /tmp
wine "/root/.wine/drive_c/windows/syswow64/avisynthPlugins/DGIndex.exe" -om 0 -i "/tmp/convert/ntsc-1.VOB" -o "/tmp/07_39_53_7110" -hide -exit
---------------------
Using just part of the code to call up DGIndex:
wine "/root/.wine/drive_c/windows/syswow64/avisynthPlugins/DGIndex.exe"
Then entered the required information as I would normally do under windows.
Produced .d2v + 2 ac3 tracks & 1 DTS track as usual