im making a meme sort of. and i need it in lowest resolution possible(blurred and shit) but my editing app only allows 480p as the lowest
im making a meme sort of. and i need it in lowest resolution possible(blurred and shit) but my editing app only allows 480p as the lowest
just pipe it into ffmpeg
something like 'ffmpeg -i input.mp4 -vf "scale=180:-1" output.mp4'
but check the documentation, cause I can never remember the proper names for the settings
(ik thats not piping, but your editing softwares gonna have it own syntax for how to pipe the output into a custom encoder so cant really tell ya how)