Putting a video inside another video

myaspm myaspm at gmail.com
Thu Aug 24 07:03:09 UTC 2017


Yeah i got it working now, i forgot to use decodebin. 

Final pipeline : 

gst-launch-1.0 -ve videomixer name=mixer sink_1::alpha=0.5 sink_1::xpos=50
sink_1::ypos=50 ! videoconvert ! autovideosink sync=true \
          filesrc location=FILE1 ! decodebin name=db ! queue2 ! mixer. \
          filesrc location=FILE2 ! decodebin ! queue2 ! mixer. \
          db. ! audioconvert ! pulsesink

This also plays first videos sound. Any advice about improvements? How
should i encode the raw videos coming out from decodebin for more smoothness
and/or performance?



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Putting-a-video-inside-another-video-tp4684295p4684307.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list