PeteJobi / RealEsrganUpscalerGUI

This repo provides a simple GUI for upscaling images and videos, based on Real-ESRGAN ncnn Vulkan, with features for pausing/canceling and performing bulk upscale operations on multiple files or folder contents.
3 stars 4 forks source link

mp4 video #2

Closed VicMahoney closed 9 months ago

VicMahoney commented 9 months ago

Hello! The program does not select MP4 videos, only photos are available.

PeteJobi commented 9 months ago

Hello. Please check that FFMPEG is present in the same folder. If it's not, then you probably downloaded the "Image-only" assets folder. Please download the full assets folder here

VicMahoney commented 9 months ago

@PeteJobi I downloaded this folder, now the video is loading, but after a minute of work it throws an error system.agrumentoutofrangeException value ''-465'' is invalid for value

Upd:i installed ffmpeg in system path and after that its ok, thanks

PeteJobi commented 9 months ago

Glad to see it works. Though I don't think the issue is ffmpeg-related. But since the original issue is resolved, I'll close this ticket. Feel free to open another if that error shows up again.