rezoo / movis

Python library for video editing, presentation video generation, motion graphics, shader art coding, and other video production tasks
https://rezoo.github.io/movis/
MIT License
319 stars 17 forks source link

Add mv.ops.fade_in_out() #36

Closed rezoo closed 7 months ago

rezoo commented 7 months ago

Related to #25

Current example

import movis as mv

video = mv.layer.Video('foo.mp4')
scene = mv.fade_in_out(video, fade_in_duration=5.0, fade_out_duration=5.0, fade_audio=True)

We will consider the detailed specifications later.