reve icon indicating copy to clipboard operation
reve copied to clipboard

Upscale without needing to extract frames

Open BankaiNoJutsu opened this issue 2 years ago • 2 comments

Hey!

Is it possible to upscale the frames from memory instead of writing to disk? I was thinking using image2pipe may be an option? (The main ESRGAN has a python example for video files), however the ncnn Vulkan implementation only supports images or directories inputs.

This should speed up the process and decrease read/writes on disk

Just wondering if possible, as this would be a nice improvement.

BankaiNoJutsu avatar Nov 14 '22 14:11 BankaiNoJutsu