Skip to content

Files

Latest commit

4fb5e00 · Jun 24, 2024

History

History
54 lines (26 loc) · 1.01 KB

ffmpeg-fadeinout.md

File metadata and controls

54 lines (26 loc) · 1.01 KB

ffmpeg-fadeinout

Add a fade-in and fade-out effect to one or several video files

Synopsis

$ ffmpeg-fadeinout [OPTION]... INFILE...

Description

This script adds fade-in and fade-out effects to one or several video files.

Options

  • -t, --time value

    Set fade duration in seconds (default: 5)

  • -m, --mode value

    Set fade mode: fade-in only (i), fade-out only (o), both (default: b)

  • -s, --stream value

    Fade video stream only (v), audio stream only ( a), or both (default: b)

  • -n, --name value

    Set default output filename suffix (default: none)

  • -d, --directory value

    Set an optional directory to where to write the files (default: none)

  • -y, --yes

    Overwrite existing files

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT