Quote: weird bug, in vapoursynth mode, no problemsAvisynth and Vapoursynth use different decoders and filters, so that might explain differences.
Looking at the debug output, I see:
FFmpeg : Error opening input files: Unknown error occurred
"E:\Pro321\Hybrid2\Hybrid\64bit\ffmpeg.exe" -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "C:\Users\79142\AppData\Local\Temp\encodingTempSynthSkript_2024-10-15@09_18_31_7710_0.avs" -an -sn -pix_fmt yuv420p -vsync 0 -f rawvideo -
Looking at the Avisynth script:
ClearAutoloadDirs()
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
LoadPlugin("E:\Pro321\Hybrid2\Hybrid\64bit\Avisynth\avisynthPlugins\D2VSource.dll")
LoadPlugin("E:\Pro321\Hybrid2\Hybrid\64bit\Avisynth\avisynthPlugins\yadifmod2.dll")
LoadPlugin("E:\Pro321\Hybrid2\Hybrid\64bit\Avisynth\avisynthPlugins\mvtools2.dll")
LoadPlugin("E:\Pro321\Hybrid2\Hybrid\64bit\Avisynth\avisynthPlugins\masktools2.dll")
LoadPlugin("E:\Pro321\Hybrid2\Hybrid\64bit\Avisynth\avisynthPlugins\RgTools.dll")
Import("E:\Pro321\Hybrid2\Hybrid\64bit\Avisynth\avisynthPlugins\mtmodes.avsi")
Import("E:\Pro321\Hybrid2\Hybrid\64bit\Avisynth\avisynthPlugins\Zs_RF_Shared.avsi")
Import("E:\Pro321\Hybrid2\Hybrid\64bit\Avisynth\avisynthPlugins\QTGMC.avsi")
# loading source: E:\COOKIE 111\NTV.ts
# color sampling YV12@8, matrix: bt709, scantyp: top field first, luminance scale: limited
D2VSource(d2v="C:\Users\79142\AppData\Local\Temp\2024-10-15@09_18_31_7710.d2v",fieldop=0)
# current resolution: 1440x1080
# deinterlacing
AssumeTFF()
QTGMC(Preset="Ultra Fast", ediThreads=2)
# scaling to 1920x1080
GaussResize(1920,1080)
# setting output fps to 59.940fps
AssumeFPS(60000,1001)
PreFetch(8)
# output: color sampling YV12@8, matrix: bt709, scantyp: progressive, luminance scale: limited
return last
Does the Avisynth Preview work, or does is show an error?
The most likely cause is that the source is buggy in some way and D2VSource is having problems with it.
Try disabling Filtering->Avisynth->Misc->Source->D2VSource, I suspect that fixes the problem.
Cu Selur
Ps.: On my setup the option is not even available, since it should only be available if both 32bit and 64bit Avisynth are installed. (In newer Hybrid versions 32bit is moved to an addon, which I don't use.)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.