07.08.2024, 05:28
Can't reproduce this here.
I load the source, enable "Filtering->Avisynth->Misc->Preview->Show Histogram" open the Avisynth Preview and have no issues moving the slider. (neither by clicking on it and using the arrow keys or by dragging&dropping the slider to a different position)
When using QTGMC with Preset 'slow' and high presets, Preview freezes from time to time, this seems to be related to how QTGMC handles YUY2 content.
I changed the code for Hybrid to use YUV422PX instead, which seems to help somewhat (preview is still slower than with Vapoursynth, but that seems to be related to Avisynths thread&RAM handling; running two instances of QTGMC on 4:2:2 HD content is somewhat demanding).
Uploaded a new dev which uses YUV422PX instead of YUY2 in FFmpegSource2.
Cu Selur
I load the source, enable "Filtering->Avisynth->Misc->Preview->Show Histogram" open the Avisynth Preview and have no issues moving the slider. (neither by clicking on it and using the arrow keys or by dragging&dropping the slider to a different position)
When using QTGMC with Preset 'slow' and high presets, Preview freezes from time to time, this seems to be related to how QTGMC handles YUY2 content.
I changed the code for Hybrid to use YUV422PX instead, which seems to help somewhat (preview is still slower than with Vapoursynth, but that seems to be related to Avisynths thread&RAM handling; running two instances of QTGMC on 4:2:2 HD content is somewhat demanding).
Uploaded a new dev which uses YUV422PX instead of YUY2 in FFmpegSource2.
Cu Selur
----
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.