FFMPEG Integer Scaling

Jan 10, 2022

Had some old pixel art I had to upscale.

ffmpeg -i input.webm -vf "scale=4800:2700:flags=neighbor" -c:v libvpx-vp9 -an output.webm