This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Out of bounds frame requested
#13
Does the issue also happen for you if you use the 'Avisynth Preview' and not the 'Avisynth Filter Preview' ?

-----
If the problem is only the "Avisynth Filter View" it is probably because it applies QTGMC two times:
1st on the Source
2nd on the FilteredSource
SourceFiltered = Source
Source = Source.AssumeTFF()
Source = Source.QTGMC(Preset="Fast", ediThreads=2, PrevGlobals="Reuse")# added PrevGlobals="Reuse" to handle multiple QTGMC instances
Source = Source.SelectEven()
SourceFiltered = SourceFiltered.AssumeTFF()
SourceFiltered = SourceFiltered.QTGMC(Preset="Fast", ediThreads=2, PrevGlobals="Reuse")# added PrevGlobals="Reuse" to handle multiple QTGMC instances
SourceFiltered = SourceFiltered.SelectEven()
in old versions Hybrid used:
Source = Source.AssumeTFF()
Source = Source.QTGMC(Preset="Fast", ediThreads=2)
SourceFiltered = Source
instead of the above which speeds up things a log, but caused crashes whenever a filter was applied before the deinterlacing which easily happens if the user changes the filter order.
So in order to avoid that problem Hybrid switched to appying the deinterlacer separately on the source and the filtered source.

Cu Selur

Ps.: I still don't get the "FFVideoSource: Out of bounds frame requested" here.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
RE: Out of bounds frame requested - by Selur - 16.05.2020, 21:24
RE: Out of bounds frame requested - by Selur - 16.05.2020, 21:51
RE: Out of bounds frame requested - by Selur - 16.05.2020, 22:34
RE: Out of bounds frame requested - by Selur - 16.05.2020, 23:38
RE: Out of bounds frame requested - by Selur - 16.05.2020, 23:51
RE: Out of bounds frame requested - by Selur - 17.05.2020, 08:04
RE: Out of bounds frame requested - by Selur - 17.05.2020, 09:12
RE: Out of bounds frame requested - by Selur - 17.05.2020, 09:21
RE: Out of bounds frame requested - by Selur - 17.05.2020, 12:44
RE: Out of bounds frame requested - by Selur - 17.05.2020, 13:31
RE: Out of bounds frame requested - by Selur - 17.05.2020, 13:47

Forum Jump:


Users browsing this thread: 1 Guest(s)