Search found 3 matches
- Fri Jul 31, 2020 4:19 am
- Forum: The Junkyard
- Topic: *sad update* ESRGAN AI Upscaling (ScummVM fork and tools pulled from github by author)
- Replies: 163
- Views: 390685
Re: ESRGAN: AI Neural Net Upscaling (For HiRes Packs?)
There's a problem though, playing 1080p 30fps video in ScummVM gets really slow for me, even on a fast PC ( notice how the dome slows down as you approach ). Question for the devs: any way to make it run faster? MinGW build, videos are QT/MJPEG codec but that can be changed if another one would be ...
- Thu Jul 30, 2020 2:31 am
- Forum: The Junkyard
- Topic: *sad update* ESRGAN AI Upscaling (ScummVM fork and tools pulled from github by author)
- Replies: 163
- Views: 390685
Re: ESRGAN: AI Neural Net Upscaling (For HiRes Packs?)
Good to see there's still interest in this. Made some more progress on Riven, I've gotten the videos upscaled with a custom EDVR model + DAIN. The compression artifacts were so bad that processing each frame individually with ESRGAN didn't work well. https://streamable.com/czimjh There's a problem t...
- Sat Jul 04, 2020 11:11 pm
- Forum: The Junkyard
- Topic: *sad update* ESRGAN AI Upscaling (ScummVM fork and tools pulled from github by author)
- Replies: 163
- Views: 390685
Re: ESRGAN: AI Neural Net Upscaling (For HiRes Packs?)
I've been working on ESRGAN upscaling for Riven ( code ). It involves a lot of coding since any references to pixel coordinates or dimensions have to be multiplied by the upscaling factor. And then there's the trouble of dealing with different resolutions since all of the numbers are hard-coded, see...