imxieyi / waifu2x-ios

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

CANNOT create file #68

Closed XFLOWofficial closed 1 year ago

XFLOWofficial commented 1 year ago

Im trying to upscale a 2d video and there are many videos that have same issue: CANNOT CREATE FILE

imxieyi commented 1 year ago

Just a few things to clarify:

XFLOWofficial commented 1 year ago

Im using macOS. I upscale like 30 videos with no problem but 5 videos they appear the same error. Saving in the same file location. after the error I did upscale another videos with no problem

XFLOWofficial commented 1 year ago

I forget to mentions that I download the app from apple store on my Mac (just learning )

imxieyi commented 1 year ago

Did you try to process the same video file multiple times? The app will not try to overwrite existing files. Probably the error message can be improved though.

XFLOWofficial commented 1 year ago

I did that and it works. I changed the name to the files and where I was saving them on. Thank you

imxieyi commented 1 year ago

You should be using an old version of the app. I just realized that newer versions already overwrite existing files so that the behavior is consistent between images and videos.