I'm trying to resize (keeping quality) and reduce frame rate to 30, I've seen various command but I'm having difficulty.
This seems to resize nicely
ffmpeg -i final-video.mp4 -aspect 886:1920 -c copy final-resized.mp4
I've also see -r 30
and -filter:v fps=fps=30
But neither seem to work in-conjunction with the resize command.
I've seen posts like this Re-sampling H264 video to reduce frame rate while maintaining high image quality But this takes a long time.