AaronFeng753 / Waifu2x-Extension-GUI

Video, Image and GIF upscale/enlarge(Super-Resolution) and Video frame interpolation. Achieved with Waifu2x, Real-ESRGAN, Real-CUGAN, RTX Video Super Resolution VSR, SRMD, RealSR, Anime4K, RIFE, IFRNet, CAIN, DAIN, and ACNet.
https://patreon.com/aaronfeng
Other
13.18k stars 884 forks source link

[Feature request] Mux video segments #615

Closed WashYourBum closed 6 months ago

WashYourBum commented 6 months ago

✅ Fixed in latest version

When processing a video by segments, it produces encoded video files according to the user's settings: 1.mp4, 2.mp4, etc... image

After all the segments are done, it takes a long time to assemble them: image

I believe the app is re-encoding all the segments again, which can take a very long time depending on the video and settings, sometimes even hours. This seems like a waste.

Please can we mux the segments together instead? You can easily mux in the audio and subtitles as well. This only takes a few seconds and would greatly speed up processing time!

AaronFeng753 commented 6 months ago

Thanks, will implement this in the recent updates

AaronFeng753 commented 6 months ago

implemented, will be available in the next update

AaronFeng753 commented 6 months ago

@WashYourBum

AaronFeng753 commented 6 months ago

https://www.patreon.com/posts/video-encoding-104522548

AaronFeng753 commented 6 months ago

Thank you once again for your suggestion. It has indeed significantly saved time in assembling the video segments.

AaronFeng753 commented 5 months ago

✅ Fixed in latest version