Skip to content

Latest commit

 

History

History
50 lines (24 loc) · 861 Bytes

ffmpeg-gamma.md

File metadata and controls

50 lines (24 loc) · 861 Bytes

ffmpeg-gamma

Enhance gamma and saturation of one or several video files

Synopsis

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

Description

This script enhances gamma and saturation of one or several video files.

Options

  • -g, --gamma value

    Set gamma value (default: 1.0)

  • -s, --saturation value

    Set saturation level (default: 1.0)

  • -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