hi, I've recently reinstalled and updated avisynth, all the plugins and avspmod.
it seems all working like before, till now, except for when I use the command "Prefetch(n)".
doesn't matter what number I use, as soon as I reload the script, a little window appears,
saying "Waiting for avisynth, thread is still running", and apparently it never stops.
It gets stucked for ever.
it never happened before the reinstall.
can I please have some help?
https://www.dropbox.com/s/54xaepz8g9gxrox/prefetch.png?dl=0
+ Reply to Thread
Results 1 to 5 of 5
-
-
Update avs+ to 3.72 test 3, and the newest avspmod, and/or disable frame properties
https://github.com/gispos/AvsPmod/releases
Avisynth 3.71 final version has problems with prefetch and frame properties. **
AvsPmod also reads the frame properties when creating a clip, so avisynth hangs.
There are two ways to avoid this:
Video > Display > YUV -> RGB > 'Read from source or script' must be disabled.
or
Use Avisynth version 3.72 test 3, the problem was fixed here. -
thx for the info dude.
Code:There are two ways to avoid this: Video > Display > YUV -> RGB > 'Read from source or script' must be disabled. or Use Avisynth version 3.72 test 3, the problem was fixed here.
I disabled the 'Read from source or script' and it no longer hangs on Prefech.
But did I disabled a function that I need?
what does disabling that function involve?
is it better to keep it enabled while upgrade to Avisynth version 3.72 test 3?Last edited by maudit; 14th Feb 2022 at 18:26.
-
It's just for the YUV to RGB preview in avspmod
avisynth reads and passes "props" like metadata flags now, if the source filter passes it - such as matrix, primaries, transfer, field order etc.. - and avspmod can use those to adjust the RGB conversion for the preview automatically. For example if file was flagged bt.601, it would auto adjust.
It's up to you ; personally I leave it as "resolution based", progressive, TV levels - because I'm used to the old way . If I need to convert to RGB in a specific manner, I specify the specific arguments in the script. Moreover, some files are flagged incorrectly. Doing it manually (at least for me) is another layer of checking for errors -
hi, sry about this, I had a problem with colors corrections, but now is all fine, I made a mistake. sry
Last edited by maudit; 24th Apr 2022 at 08:37.
Similar Threads
-
AvsPmod window not opening
By hannahdiamond in forum EditingReplies: 0Last Post: 12th Sep 2020, 06:30 -
Problems with QTGMC in AvsPmod
By Master Tape in forum Video ConversionReplies: 11Last Post: 4th Aug 2020, 08:59 -
Avspmod and Aspect Ratio
By Betelman in forum RestorationReplies: 39Last Post: 12th Jul 2020, 17:50 -
Avspmod stopped working
By Smart Jason in forum Software PlayingReplies: 4Last Post: 16th Nov 2019, 04:54 -
AvsPmod - Can't open in Avisynth 2.6
By VideoFanatic in forum Video ConversionReplies: 1Last Post: 21st Jan 2018, 06:27