Add a watermark to a certain position in one or several media files
$ ffmpeg-watermark [OPTION]... WATERMARK INFILE...
This script adds a watermark to a certain position in one or several media files.
-
-a
,--anchor
valueSet anchor of watermark (default:
ne
) -
-s
,--scale
width:heightScale watermark according to larger dimension of media file (default: undefined)
-
-m
,--margin
valueSet margin around watermark in pixels (default:
0
) -
-o
,--opacity
valueSet opacity of watermark (default:
1
) -
-r
,--rotate
valueSet clockwise rotation angle of watermark in degrees (default:
0
) -
-n
,--name
valueSet default output filename suffix (default:
none
) -
-d
,--directory
valueSet an optional directory to where to write the files (default:
none
) -
-y
,--yes
Overwrite existing files
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.