Skip to content

Instantly share code, notes, and snippets.

@Quackdoc
Created May 17, 2023 04:51
Show Gist options
  • Save Quackdoc/c0af63138d96fff972700d44e765258e to your computer and use it in GitHub Desktop.
Save Quackdoc/c0af63138d96fff972700d44e765258e to your computer and use it in GitHub Desktop.
mpv tricks
#!/bin/bash
## take two inputs, filter one, stack filtered and second input, put unfiltered input at tope
mpv video.mp4 --lavfi-complex="[vid1] split [v1] [v3], [v3] eq=brightness=-0.1 [v3], [v3] [vid2] hstack [bot], [v1] pad=width=iw*2:x=(ow-iw)/2 [top], [top] [bot] vstack [vo]" --external-file=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment