Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#5377 closed defect (invalid)

How to zoom center???

Reported by: tainguyen Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
Hi all,
I want to make video like http://113.171.224.242/videoplayer/output-1dd3aacc-010a-4303-8c53-919bb2e956a7.mp4
This is my command. But it only zoom 1 corner

How to reproduce:

ffmpeg -i 2.jpg -vf "zoompan=z='if(lte(zoom,1.0),1.5,max(1.001,zoom-0.0015))':d=125:x='if(gte(zoom,2.5),x,x+1/a)':y='if(gte(zoom,2.5),y,y+1)'" -c:v libx264 -t 10 -s "3872x2592" zoomout2.mp4

Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.

Change History (2)

comment:1 by Elon Musk, 8 years ago

Resolution: invalid
Status: newclosed

comment:2 by llogan, 8 years ago

This is strictly a bug tracker, not a user help forum. You can ask for help at the ffmpeg-user mailing list or at the #ffmpeg IRC channel.

If you ask for help on the mailing list or the IRC channel make sure to include the complete console output from your command.

Note: See TracTickets for help on using tickets.