How to add filesink to a videomixer
aetitcomb
andrew at pixelstreetinc.com
Tue Mar 31 16:08:23 PDT 2015
Hi all -
I'm still stuck. Does anyone have a suggestion about how I can get this
pipeline to write out a file correctly?
gst-launch-0.10 \
filesrc location="over.mov" ! \
decodebin ! \
queue ! \
alpha alpha=.5 ! \
videomixer name=mix ! \
ffmpegcolorspace ! \
tee name=t ! \
queue ! \
autovideosink filesrc location="under.mov" ! \
decodebin ! \
alpha alpha=1 ! \
mix. \
t. ! \
theoraenc ! \
oggmux ! \
filesink location="output.ogg"
Thanks!
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/How-to-add-filesink-to-a-videomixer-tp4671020p4671401.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list