imxieyi / waifu2x-ios

iOS Core ML implementation of waifu2x
MIT License
538 stars 58 forks source link

[feature] export as gif or mp4 #35

Closed jinyuzu99 closed 2 years ago

jinyuzu99 commented 2 years ago

now waifu2x can import gif, but can only export static image format. if waifu2x can import animated gif and export it in high res, it would be much better. (also for some animated video format)

considering about the ram usage, using anime4k may be a good idea.

imxieyi commented 2 years ago

It's not worth preprocess a video using Anime4K. It's very lightweight and can even scale 1080p->4k in real time on the old Apple TV 4K (A10X). See Anime4K-tvOS if you are interested.

GIF support is already planned for a future release.

Video support will be available once the updated macOS version is released, which will be only available to the macOS version for the following reasons:

jinyuzu99 commented 2 years ago

as a recent anime4k example, the result of anime4k is even better than waifu2x.

imxieyi commented 2 years ago

GIF and video support is now available on the latest version (5.2.0). Feel free to update.