Created
November 18, 2012 00:46
-
-
Save jgrevich/4102105 to your computer and use it in GitHub Desktop.
attempt to overlay video from one mp4 onto another
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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