Watermarking video from the Linux command line

后端 未结 2 1262
无人及你
无人及你 2021-02-09 10:18

does anyone know how to watermark video from the Linux command line using a simple tool?

Watermarking in ffmpeg isn\'t supported in the current version, and requires a c

2条回答
  •  南笙
    南笙 (楼主)
    2021-02-09 10:56

    ffmpeg -y -i 'inputFile.mpg' -vhook '/usr/lib/vhook/watermark.so -f /home/user/logo.gif'
    

    Make note of the "-vhook" parameter; watermark.so path may vary.

提交回复
热议问题