Skip to content

Instantly share code, notes, and snippets.

@crossle
Last active August 29, 2015 14:16
Show Gist options
  • Save crossle/dd64450e270fee7848e7 to your computer and use it in GitHub Desktop.
Save crossle/dd64450e270fee7848e7 to your computer and use it in GitHub Desktop.
ffmpeg add watermark
input="$1"
output="$2"
ffmpeg -i "$input" -vf "movie=watermark.png [watermark]; [in][watermark] overlay=10:10 [out]" -vsync 2 -bsf:a aac_adtstoasc -acodec copy "$output"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment