29.01.2021, 22:07
(29.01.2021, 21:39)Selur Wrote:Quote:However in AvsPmod/Virtualdub2 all input filters (LWLibavVideoSource, LSMASHVideoSource, FFmpegSource2) work with the same video flawlessly.Did you use the same script? (script can be seen in the Avisynth Script View; and the debug output,..)
Are you using the same Avisynth+ version?
If you did not try the same script the problem with be with the multi-threading options, you can try:
a. lowering the MT-Threads ('Config->Avisynth->Script->Miscellaneous->MT-Threads')
b. disabling MT ('Config->Avisynth->Script->Miscellaneous->Disable MT').
c. Limiting the memory Avisynths Filters can use ('Config->Avisynth->Script->Miscellaneous->AvisynthPlus limit memory').
There is also an option to tell Hybrid to use avs2yuv instead of ffmpeg as decoder (Config->Internals->Avisynth->Prefer avs2yuv as decoder) for Avisynth scripts.
Cu Selur
Looks like I've found the problem (I'm not sure, but now it works).
Original video consists 2 audio tracks: first - PCM and second AC3.
Based on successful results of the processing short segments of the same video, I realized that I took them from the original video without audio tracks.
So, after removing the 2nd AC3 from original video (without video re-encoding) everything works fine.
P.S. I'm using Avisynth+ 3.5 (r3106.3.5.i386)