I’m doing a zoom out of a video like this :
ffmpeg -i “input.mp4” -vf “fps=60,scale=8000:-1,zoompan=z=’pzoom+0.0002′:x=iw/2-(iw/zoom/2):y=ih/2-(ih/zoom/2):d=1:s=1920×1080:fps=60” -t 5 -c:v libx264 -pix_fmt yuv420p “output.mp4”
now How I do the oposite? Start from the max zoom position and go to the original video zoom?
Thanks!
New contributor
Map Jiawu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.