nihui / rife-ncnn-vulkan

RIFE, Real-Time Intermediate Flow Estimation for Video Frame Interpolation implemented with ncnn library
MIT License
795 stars 68 forks source link

Program crashes when video files are too long #62

Open cowboybebop0 opened 1 year ago

cowboybebop0 commented 1 year ago

Hi, I am noticing the video files that exceed around 2 minutes and 30 seconds are crashing the software. I will reach about 80% on a file that is 3 minutes long and the program will disappear and I cannot open the software again. I have to uninstall, reinstall, and then it works again. I've tried this 3 times now. I am using the standard out of the box settings screenshotted below. If there is a way I can grab the issue log or something similar for you, let me know and I will do so. Thank you.

2023-08-29 08_58_38-Waifu2x-Extension-GUI v3 104 01  Premium  by Aaron Feng 2023-08-29 08_58_47-Waifu2x-Extension-GUI v3 104 01  Premium  by Aaron Feng 2023-08-29 08_58_51-Waifu2x-Extension-GUI v3 104 01  Premium  by Aaron Feng 2023-08-29 08_59_06-Waifu2x-Extension-GUI v3 104 01  Premium  by Aaron Feng 2023-08-29 08_59_08-Waifu2x-Extension-GUI v3 104 01  Premium  by Aaron Feng
Moebits commented 7 months ago

Same issue it crashes randomly on large folders of images (I think above 5k+ or so?). Some workarounds are to process the images individually (but very slow) or divide it into smaller folders with maybe 1k images each and process those.

But this should still work properly on large folders I think there is probably a memory leak.