Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Stylesproline/50ec6e5f6867b12c8c6aac92d3bef0a3 to your computer and use it in GitHub Desktop.
Save Stylesproline/50ec6e5f6867b12c8c6aac92d3bef0a3 to your computer and use it in GitHub Desktop.
ffmpeg logo overlay
ffmpeg -i input.mp4 -i logo.png -filter_complex "[0:v][1:v] overlay=185:475:enable='between(t,2,19)'" output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment