Created
January 26, 2019 23:45
-
-
Save NISH1001/006975930a7ab23b9c0219c6c819de14 to your computer and use it in GitHub Desktop.
add watermark to video
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
# add watermark | |
ffmpeg -y -i demo.mp4 -i logo.png -filter_complex \ | |
"[1]lut=a=val*0.3[a];[0][a]overlay=5:600" \ | |
-c:v libx264 -an output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment