I tried encode MPEG-2 (DVD) to AV1 (Aomedia, aomenc encoder), but I got crashed and it says too small size 0 kb, here is what I got log:
p, li { white-space: pre-wrap; }
-> 2021-09-20@17_32_09_4310_06_video crashed: ERROR: C:\Users\User\AppData\Local\Temp\DVD_2021-09-20@17_32_09_4310_06.stats is too small! (byteSize: 0byte)
Aborting '2021-09-20@17_32_09_4310_06_video' due to: ERROR: C:\Users\User\AppData\Local\Temp\DVD_2021-09-20@17_32_09_4310_06.stats is too small! (byteSize: 0byte)
Others encoders like x264 and x265 that might work.
Will send you a link to my current dev version so you can test whether the problem is fixed there.
Also when looking at your script: Using QTGMC two times (ones as deinterlacer and once as denoiser with only cropping between them, doesn't seem to make such sense, you could do the denoising directly in the deinterlacing step).
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
(20.09.2021, 17:08)Selur Wrote: Will send you a link to my current dev version so you can test whether the problem is fixed there.
Also when looking at your script: Using QTGMC two times (ones as deinterlacer and once as denoiser with only cropping between them, doesn't seem to make such sense, you could do the denoising directly in the deinterlacing step).
That error message does not come frome Hybrid.
It comes from DGDecNV, my mistake I accidentally packed DGDecNV.ini and DGIndex.ini with the dev version. Simply deleting those files from Hybrid/64bit/Avisynth/plugins and Hybrid/32bit/avisynthPlugins should fix the problem.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
(20.09.2021, 17:48)Selur Wrote: That error message does not come frome Hybrid.
It comes from DGDecNV, my mistake I accidentally packed DGDecNV.ini and DGIndex.ini with the dev version. Simply deleting those files from Hybrid/64bit/Avisynth/plugins and Hybrid/32bit/avisynthPlugins should fix the problem.
Cu Selur
Okay, so I just deleted DGIndex.ini, but I couldn't find DGDecNV.ini and dvd to aomenc got crashed. I followed your instruction that I deleted Hybrid/32bit/avisynthPlugins, there was only one DGIndex.ini and also same as Hybrid/64bit/avisynthPlugins/, so there was no DGDecNV.ini in 32 bit and 64 bit folder. I got same error as INI file is invalid. So here is again debug file another: https://ln5.sync.com/dl/562d06190/teje79...m-dh9qvavd
fails with "Fatal: Failed to open statistics store"
Does it show any additional errors when calling this call inside a Windows Command Prompt?
4. If you have any anti virus or similar tool running aside from Windows Defender, try disabling it. In general I would recommend to:
a. place the temp folder in a more accessible folder (easier to keep clean and add excemtions to anti virus tools&co)
b. make an excemption for input, temp, output folders in anti virus tools etc. to make sure they don't interfere with Hybrid. (may be even for the Hybrid folder)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Hello, Selur.
1. My DVD is not encrypted, all almost USA movies were encrypted, but other countries don't encrypt DVD, so that is awkward read libdvdread. I added libdvdcss-2.dll, but I am not sure that it does not identify, crashed encode first pass from dvd/xvid to aomenc.
2. No, it didn't work. Error: Avisynth preview error: -> DGSource: Cannot open index file! (C:\Users\marti\Downloads\rrr2\tempPreviewAvisynthFile13_33_46_703_tmp.avs, line 13) (note in filtering tab, avisynth)
3. It doesn't show additional errors, also Windows Command Prompt won't show me.
4. I had McAfee LiveSafe, so I cannot make put safe temp folder, so I turned off real time scanning for 15 min and I moved from default temp folder to downloads\rrr2 temp folder.
Here is of debug file: https://ln5.sync.com/dl/33501df00/c52y2n...t-7sqbcn64 (note: I tried DVD and XviD file, (log file debug 5 MB)
(21.09.2021, 18:27)Selur Wrote: Have you tired another DVD?
I tried multiple DVDs and had no problem opening them through Avisynth.
With DGIndex and DGDecNV.
You can simply try the Avisynth preview (if you use Avisynth) to check whether the decoding works.
If the preview fails, so will the encoding.
Atm. I can't reproduce the issue here at all, so I suspect it's either an issue with this DVD or your AV solution.
Oh by the way, I installed Avisynth, so the preview is fine, but I have to encode seperately from mpeg 2 to xvid/h264/h265, then after encoding in avisynth program, I have to encode with AV1 encoder program.