ONdraid / reve

Real-ESRGAN video upscaler with resumability.
https://github.com/xinntao/Real-ESRGAN
GNU General Public License v3.0
24 stars 7 forks source link

Output video not created when input video doesn't contain audio track #10

Open thekryz opened 9 months ago

thekryz commented 9 months ago

Not sure what's going on. I'm on Windows 10 and everything had been working fine. But after doing some updates, for some reason reve won't create the output video any more. I can see that the images are extracted and upscaled, then a temporary video file is created within the reve directories - but then the final video file is not created. On the cmd it says "Done." - but the result is clearly not there. I don't know how to debug or find additional information. Can you please help?

EDIT: The problem seems to be video without an audio track. Video clips with audio tracks still work.