Pixelation

General => General Discussion => Topic started by: JessBowers on August 22, 2019, 05:45:52 pm

Title: Question: Resize video of game with pixel graphics
Post by: JessBowers on August 22, 2019, 05:45:52 pm
Hi folks,

I have what I hope are a couple of simple questions. I have captured a video of a game with pixel graphics. The resolution is 320x200. I would like to 'resize' the video but not 'resample' the video to an HD size. When I attempt to resize the video now (using VideoProc) it appears to resample the video and the clear pixels become extremely blurred.

How might I increase the resolution of this small 320x200 video without blurring the pixels?

Do you have any suggestions on software that I should be using? Or, settings for VideoProc?

Thank you!
Title: Re: Question: Resize video of game with pixel graphics
Post by: eishiya on August 22, 2019, 09:02:21 pm
You'll need to use Nearest Neighbour resampling to avoid blurring, and ideally you should scale up by a whole number (such as 6x) to avoid wonky, unevenly-sized "pixels".
Title: Re: Question: Resize video of game with pixel graphics
Post by: JessBowers on August 23, 2019, 08:10:07 pm
Thank you!