Skip to content

Instantly share code, notes, and snippets.

@windowsair
Created April 26, 2022 04:43
Show Gist options
  • Select an option

  • Save windowsair/5315437a97dadf3f74f886486657183d to your computer and use it in GitHub Desktop.

Select an option

Save windowsair/5315437a97dadf3f74f886486657183d to your computer and use it in GitHub Desktop.
ffmpeg-overlay
```bash
ffmpeg.exe -loglevel debug -i a1.mp4 -i a1.png -filter_complex "[0:v][1:v]overlay=x=0:y=0:alpha=premultiplied[v]" -map "[v]" -c:v:0 libx264 -f mp4 output.mp4
```
@windowsair
Copy link
Author

a1.mp4

a1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment