styler00dollar / VapourSynth-RIFE-ncnn-Vulkan

RIFE filter for VapourSynth
MIT License
97 stars 22 forks source link

faster seek ? #29

Closed luikaire closed 5 months ago

luikaire commented 6 months ago

This works very well together with mpv. However, when seeking a video in mpv (with rife enabled as script), the video takes a few seconds before getting to the new position. In the meantime, gpu use rises to 100%. Is this some buffering effect?

Is there a way to make this "seek" faster?

hooke007 commented 6 months ago

Not this project. It's mpv's issue of implement. Any heavy filters share the same problem.

styler00dollar commented 5 months ago

I don't think changing this plugin will make mpv faster. Maybe what mpv could do is to seek frames from the original video and display processed frames when they are generated or maybe making buffer smaller can help, but that isn't the scope of this plugin. I don't really use mpv piping a lot and mainly use ffmpeg. hooke007 maintains mpv so he should know more about this than me. Closing.