Skip to content

Instantly share code, notes, and snippets.

@jgrevich
Created November 18, 2012 00:46
Show Gist options
  • Save jgrevich/4102105 to your computer and use it in GitHub Desktop.
Save jgrevich/4102105 to your computer and use it in GitHub Desktop.
attempt to overlay video from one mp4 onto another
gst-launch -e videomixer name=mix ! filesink location=test.mp4 \
filesrc location=Video.mov ! decodebin name=decode1 decode1. ! videobox border-alpha=0 top=-320 left=-640 ! mix. \
filesrc location=Slides.mov ! decodebin name=decode2 decode2. ! videobox border-alpha=0 top=0 left=0 ! mix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment