jiaxinwang / ffmpeg-transitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FFMPEG transition test

These scripts are the result of half a day experimenting with ffmpeg and how to create transitions between video inputs.

Each .sh script will merge the same input files (assets/0.mp4 and assets/1.mp4) and output to the same file (output.mp4) with different transitions between the two inputs.

Transitions

Cut

cut

Fade to/from black

fade

Flash from white

flash

Cross fade

crossfade

Slide

slide

Wipe

wipe

Rotate

rotate

TODO

  • Parameterize the duration of the transition
  • Optimize video output

About


Languages

Language:Shell 100.0%