tanersener/ffmpeg-video-slideshow-scripts

Need help FFMpeg transition

Closed this issue · 6 comments

How to create this type of transition in ffmpeg. Any idea please help out.
https://youtu.be/WUuk4fkjz58

i believe this could be done using prerendered transitions with alpha channel.

i believe this could be done using prerendered transitions with alpha channel.

Any help out how to create on ffmpeg command line (shell)

I see many different in and out transitions in your link. Is there a specific transition you want to implement?

  1. Growing circle - seconds 0:00 and 0:01
  2. Stretching/growing rhombus - 0:06
  3. Sliding and expanding lines - 0:12
  4. Sliding rectangles/pages - 0:17
    ...

I see many different in and out transitions in your link. Is there a specific transition you want to implement?

  1. Growing circle - seconds 0:00 and 0:01
  2. Stretching/growing rhombus - 0:06
  3. Sliding and expanding lines - 0:12
  4. Sliding rectangles/pages - 0:17
    ...

Thank You , but how to make this type of effect, means Growing circle image to video
like: https://youtu.be/WUuk4fkjz58

There are Collapse Circular and Expand Circular transitions in v2.x branch. They are simpler versions of growing circle transition in your video. You can edit them to build more complex transitions.

There are Collapse Circular and Expand Circular transitions in v2.x branch. They are simpler versions of growing circle transition in your video. You can edit them to build more complex transitions.

Very use full ,
Thank You tanersener