20.04.2018, 23:38
This line also works:
wine "/root/.wine/drive_c/windows/syswow64/avisynthPlugins/DGIndex.exe" -i "\tmp\convert\ntsc-1.VOB" -o cd .log -preview -exit
This line DOES NOT:
wine "/root/.wine/drive_c/windows/syswow64/avisynthPlugins/DGIndex.exe" -i "/tmp/convert/ntsc-1.VOB" -o cd .log -preview -exit
Irrespective. this doesn't fix the problem calling DGIndexNV
I do not have an Nvidia card on my linux box because I do not play games and there is no need.
The two missing Nvidia dll's I copied over from win7 came from system32 not sysWOW64 and was a waste of time because they will not work without the physical graphics card. Anyway I no longer have them since I recompiled ans reinstalled wine
I now have 32bit wine on a Slackware 64bit multi-lib system so can run/compile both 32bit and 64bit
Hybrid already identifies my graphics correctly and CUDA + opus is disabled
On windows I use DGIndex or DGAVCIndex because it is already known that DGIndexNV is buggy
DGAVCIndex.exe is another tool that I use and it works with slightly modified code. the source is a mkv that I have recently encoded with
x264 that was split with mkvToolnix so I have a smaller file to work with, then demuxed on linux with tsMuxer.
The code follows and the log is attached
wine "\root\.wine\drive_c\windows\syswow64\avisynthPlugins\DGAVCIndex.exe" -i "\tmp\convert\test01.264" -o \tmp\convert\test01.dga -f 2 -e
Suport DGDecNV seems to be a permanent default.
No matter what I do to deselect and save it does not work.
Adding these two lines to misc.ini had no effect:
"supportNVCUEncCuda=false"
"supportDGDecNV=false"
Errors I get trying to load avisynth preview:
couldn't open file in HIDE mode. Exiting - (somebody else complained about this 3 years ago)
0033:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33f8ec 1 C) semi-stub
Avisynth preview error: 0033:fixme:msvcrt:__clean_type_info_names_internal (0xc59b38) stubHybrid
wine "/root/.wine/drive_c/windows/syswow64/avisynthPlugins/DGIndex.exe" -i "\tmp\convert\ntsc-1.VOB" -o cd .log -preview -exit
This line DOES NOT:
wine "/root/.wine/drive_c/windows/syswow64/avisynthPlugins/DGIndex.exe" -i "/tmp/convert/ntsc-1.VOB" -o cd .log -preview -exit
Irrespective. this doesn't fix the problem calling DGIndexNV
I do not have an Nvidia card on my linux box because I do not play games and there is no need.
The two missing Nvidia dll's I copied over from win7 came from system32 not sysWOW64 and was a waste of time because they will not work without the physical graphics card. Anyway I no longer have them since I recompiled ans reinstalled wine
I now have 32bit wine on a Slackware 64bit multi-lib system so can run/compile both 32bit and 64bit
Hybrid already identifies my graphics correctly and CUDA + opus is disabled
On windows I use DGIndex or DGAVCIndex because it is already known that DGIndexNV is buggy
DGAVCIndex.exe is another tool that I use and it works with slightly modified code. the source is a mkv that I have recently encoded with
x264 that was split with mkvToolnix so I have a smaller file to work with, then demuxed on linux with tsMuxer.
The code follows and the log is attached
wine "\root\.wine\drive_c\windows\syswow64\avisynthPlugins\DGAVCIndex.exe" -i "\tmp\convert\test01.264" -o \tmp\convert\test01.dga -f 2 -e
Suport DGDecNV seems to be a permanent default.
No matter what I do to deselect and save it does not work.
Adding these two lines to misc.ini had no effect:
"supportNVCUEncCuda=false"
"supportDGDecNV=false"
Errors I get trying to load avisynth preview:
couldn't open file in HIDE mode. Exiting - (somebody else complained about this 3 years ago)
0033:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x33f8ec 1 C) semi-stub
Avisynth preview error: 0033:fixme:msvcrt:__clean_type_info_names_internal (0xc59b38) stubHybrid