You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For L134 it's a little faster to use the built-in parameter scale=2. The results are not exact but are ±1 with integer formats so that can be chalked up to rounding errors.
A quick test with ffms2 video input gave me
264fps vs 285fps in 8 bit
211fps vs 241fps in 16 bit
150fps vs 191fps in 32 bit
The text was updated successfully, but these errors were encountered:
You can put external whateveryouwant mask clip and it will have zero overhead against internal one.
The bottleneck of this script is not a mask anyway, but eedi3.
For L134 it's a little faster to use the built-in parameter
scale=2
. The results are not exact but are ±1 with integer formats so that can be chalked up to rounding errors.A quick test with ffms2 video input gave me
The text was updated successfully, but these errors were encountered: