Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#5173 closed defect (invalid)

How to add a single image with scroll effect

Reported by: B 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: I want to use one single image where it should scroll from top to bottom and zoomin to left. I was unable to get the details from online. Please help me with the syntax.
How to reproduce:

% ffmpeg -i 4.jpg -filter_complex "zoompan=z='min(zoom+0.0015,1.5)':d=60:s=1000x1332" -shortest  -pix_fmt yuv420p zoomin.mp4

the above code will just zoomin but i want to scroll from top to bottom and then zoomin to left position.

Change History (2)

comment:1 by Carl Eugen Hoyos, 8 years ago

Priority: wishnormal
Resolution: invalid
Status: newclosed
Type: taskdefect
Version: 2.7.3unspecified

Please post all usage questions on the user mailing list, this is a bug tracker not a support forum.

comment:2 by Elon Musk, 8 years ago

You can do it with crop filter.

Note: See TracTickets for help on using tickets.