Skip to content

v0.0.1

Latest
Compare
Choose a tag to compare
@sukhbinder sukhbinder released this 16 Mar 12:06
· 3 commits to main since this release

vidtoolz-apply-fadein-fadeout

Apply fadein-fadeout effects on videos

Installation

First install vidtoolz.

pip install vidtoolz

Then install this plugin in the same environment as your vidtoolz application.

vidtoolz install vidtoolz-apply-fadein-fadeout

Usage

type vid fadeinout --help to get help

usage: vid fadeinout [-h] [-d DURATION] [-o OUTPUT]
                     video {fadein,fadeout,both}

Apply fadein-fadeout effects on videos

positional arguments:
  video                 Path to the input video file.
  {fadein,fadeout,both}
                        Type of fade effect to apply.

optional arguments:
  -h, --help            show this help message and exit
  -d DURATION, --duration DURATION
                        Duration of the fade effect in seconds. (Default 1)
  -o OUTPUT, --output OUTPUT
                        Path for the output video file. Defaults to
                        'output_video.mp4'.