Nenotriple / R-ESRGAN-AnimeVideo-UI

reav-ui - Upscale videos using R-ESRGAN
57 stars 6 forks source link

Issue: Upscaled Video File Not Generated After Merging Frames #2

Closed Sxrjs2010 closed 11 months ago

Sxrjs2010 commented 11 months ago

Firstly, I would like to express my gratitude for your work on this project. Thank you for your efforts in providing such a useful tool.

I used your project to perform video upscaling, and after clicking "Merge frames," the console displays "Done Merging!" but the PandaDrivingCar_UPSCALE.mp4 file is not generated.

Steps Taken:

I have successfully installed and executed your project. Both raw_frames and upscaled_frames directories have been generated with the corresponding images. After clicking "Merge frames," the console displayed the following information: PandaDrivingCar.mp4 Output: D:/Self/AI/R-ESRGAN-AnimeVideo-UI-main\PandaDrivingCar_UPSCALE.mp4 Done Merging!

Environment Information:

Operating System: Windows 11 Python Version: [3.10.8] upscaled_frames merged_frames NoUpscaledVideo

I want to thank you once again for your work on this project, and any guidance on resolving this issue would be greatly appreciated.

Nenotriple commented 11 months ago

Thank you so much for the kind words!

I'm having trouble reproducing the issue, could you upload the video file here?

1) Are you using a different scaling factor? x2 (default), x3, x4

2) Are you scaling the frames back down after upscaling?

3) Does it still fail if you simply go through the numbered steps, without pressing any other buttons at all?

You can also try out the latest v1.09 release.

I didn't make any specific changes related to this issue, but I did rewrite some of the merge operation, it's possible it might just work now. 🤞

Is this an issue with all files? Could you test with this video?

https://github.com/Nenotriple/R-ESRGAN-AnimeVideo-UI/assets/70049990/1b44077b-952b-4622-85b1-12fee545e437

Sxrjs2010 commented 11 months ago

Surprised, after merging the sample video you provided, I can generate sample_original_UPSCALE.mp4. It might be an issue with my video. I'll upload the video, and I'd appreciate it if you could take a look when you have time.

https://github.com/Nenotriple/R-ESRGAN-AnimeVideo-UI/assets/137243324/ba3da311-5567-4acb-95f3-db18357e6325

Sxrjs2010 commented 11 months ago

i've tried v1.09 release and promblem resolved. thanks a lot. resolved

Nenotriple commented 11 months ago

i've tried v1.09 release and problem resolved. thanks a lot.

I'm really glad it's working for you. Don't hesitate to drop in with any suggestions or bug reports!