Skip to content

Instantly share code, notes, and snippets.

@YHaruoka
Created May 11, 2022 09:55
Show Gist options
  • Save YHaruoka/3da37488c15b38f1ed58a03b97f2307f to your computer and use it in GitHub Desktop.
Save YHaruoka/3da37488c15b38f1ed58a03b97f2307f to your computer and use it in GitHub Desktop.
ffmpeg -i input.mp4 -i logo.png -filter_complex overlay=10:10 output1.mp4
ffmpeg -i input.mp4 -i logo.png -filter_complex [1:v]lut=a='val*0.5',[0:v]overlay=10:10 output2.mp4
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment