Skip to content

Latest commit

 

History

History
62 lines (30 loc) · 1.18 KB

ffmpeg-watermark.md

File metadata and controls

62 lines (30 loc) · 1.18 KB

ffmpeg-watermark

Add a watermark to a certain position in one or several media files

Synopsis

$ ffmpeg-watermark [OPTION]... WATERMARK INFILE...

Description

This script adds a watermark to a certain position in one or several media files.

Options

  • -a, --anchor value

    Set anchor of watermark (default: ne)

  • -s, --scale width:height

    Scale watermark according to larger dimension of media file (default: undefined)

  • -m, --margin value

    Set margin around watermark in pixels (default: 0)

  • -o, --opacity value

    Set opacity of watermark (default: 1)

  • -r, --rotate value

    Set clockwise rotation angle of watermark in degrees (default: 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