Thanks Tim! That did the trick!
So, I tried to be self sufficient, and do the next step, which is to display video thru the alpha part of the PNG file. From googling around, it appears I should do something like this:
But when I do, all I get is this:
Has videomixer changed, or am I doing something wrong?
More general question: where can I look up this stuff, so I don't have to keep bugging you guys? :)
thanks (again), Bill. ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, 2010-08-11 at 18:05 -0700, Bill West wrote:
> > gst-launch-0.10 filesrc location=overlay.png ! pngdec ! > ffmpegcolorspace ! videoscale ! imagefreeze ! videomixer > name=mix ! autovideosink videotestsrc ! video/x-raw-yuv, > width=320, height=240 ! mix > > > But when I do, all I get is this: > WARNING: erroneous pipeline: no element "mix" To refer to an element created before in gst-launch you need to use the name of the element with a dot. You're lacking the dot in it, it should end with "mix.". > More general question: where can I look up this stuff, so I don't > have to keep bugging you guys? :) I don't know where to find gst-launch documentation, I'm wondering here how I learned the syntax. Have you tried man gst-launch? Seems to have enough information for me. You can find documentation for videomixer in the gst plugins-good reference. This and many more manuals and references in http://gstreamer.freedesktop.org/documentation/. Regards, Luciana Fujii ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |