02.02.2021, 03:12
(01.02.2021, 22:05)Selur Wrote: Strange seems to work fine here.
But the frame rate calculation seems to be wrong,...
-> no clue why it's crashing for you.
Cu Selur
Ps.: will send you a link with a version which properly tracks the frame rate inside the script, but that should not fix your crash. My guess is that it's related to your file,..
dev_2021.02.01-213520 still the same - Yadifmod crashes both Avisynth and Vapoursynth.
The video I'm trying to process: https://drive.google.com/file/d/1x0U11Ii...sp=sharing
Have no issues to process this video using just 2 lines with AvsPmod and VirtualDub2, regardless input filter (FFmpegSource2(), LSMASHVideoSource(), LWLibavVideoSource()) :
yadifmod2(mode=1, edeint=nnedi3(field=-2))
srestore(frate=23.976)
It gives acceptable "srestored" output: https://drive.google.com/file/d/15hykYpV...sp=sharing
Would be great if you can reproduce the same result using "Hybrid"
(02.02.2021, 03:12)serg Wrote:(01.02.2021, 22:05)Selur Wrote: Strange seems to work fine here.
But the frame rate calculation seems to be wrong,...
-> no clue why it's crashing for you.
Cu Selur
Ps.: will send you a link with a version which properly tracks the frame rate inside the script, but that should not fix your crash. My guess is that it's related to your file,..
dev_2021.02.01-213520 still the same - Yadifmod crashes both Avisynth and Vapoursynth.
The video I'm trying to process: https://drive.google.com/file/d/1x0U11Ii...sp=sharing
Have no issues to process this video using just 2 lines with AvsPmod and VirtualDub2, regardless input filter (FFmpegSource2(), LSMASHVideoSource(), LWLibavVideoSource()) :
yadifmod2(mode=1, edeint=nnedi3(field=-2))
srestore(frate=23.976)
It gives acceptable "srestored" output: https://drive.google.com/file/d/15hykYpV...sp=sharing
Would be great if you can show me how to reproduce the same result using "Hybrid"
Forgot debugs. Here they are.