Last active
August 29, 2015 14:16
-
-
Save crossle/dd64450e270fee7848e7 to your computer and use it in GitHub Desktop.
ffmpeg add watermark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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