[FFmpeg-trac] #5173(undetermined:new): How to add a single image with scroll effect

FFmpeg trac at avcodec.org
Tue Jan 19 12:25:14 CET 2016


#5173: How to add a single image with scroll effect
--------------------------------------+---------------------------------
             Reporter:  balajee       |                     Type:  task
               Status:  new           |                 Priority:  wish
            Component:  undetermined  |                  Version:  2.7.3
             Keywords:                |               Blocked By:
             Blocking:                |  Reproduced by developer:  0
Analyzed by developer:  0             |
--------------------------------------+---------------------------------
 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.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5173>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list