Hi,
When I execute this pipeline, it shows the video ok. $ gst-launch-0.10 -v filesrc location=dreamtheater.mpg ! mpegdemux ! mpeg2dec ! autovideosink But in this, the video is black and white: $ gst-launch-0.10 -v filesrc location=dreamtheater.mpg ! mpegdemux ! mpeg2dec ! videomixer ! autovideosink I've tried $ gst-launch-0.10 -v filesrc location=dreamtheater.mpg ! mpegdemux ! mpeg2dec ! ffmpegcolorspace ! videomixer ! autovideosink $ gst-launch-0.10 -v filesrc location=dreamtheater.mpg ! mpegdemux ! mpeg2dec ! videomixer ! ffmpegcolorspace ! autovideosink $ gst-launch-0.10 -v filesrc location=dreamtheater.mpg ! mpegdemux ! mpeg2dec ! ffmpegcolorspace ! videomixer ! ffmpegcolorspace ! autovideosink But all are black and white. What's happening? How can I get color video with videomixer? Regards, Andrés ------------------------------------------------------------------------------ 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 Mon, 2010-08-23 at 14:25 +0200, Andres Gonzalez wrote:
> Hi, > > When I execute this pipeline, it shows the video ok. > > $ gst-launch-0.10 -v filesrc location=dreamtheater.mpg ! mpegdemux ! > mpeg2dec ! autovideosink > > But in this, the video is black and white: > > $ gst-launch-0.10 -v filesrc location=dreamtheater.mpg ! mpegdemux ! > mpeg2dec ! videomixer ! autovideosink > > I've tried > $ gst-launch-0.10 -v filesrc location=dreamtheater.mpg ! mpegdemux ! > mpeg2dec ! ffmpegcolorspace ! videomixer ! autovideosink > > $ gst-launch-0.10 -v filesrc location=dreamtheater.mpg ! mpegdemux ! > mpeg2dec ! videomixer ! ffmpegcolorspace ! autovideosink > > $ gst-launch-0.10 -v filesrc location=dreamtheater.mpg ! mpegdemux ! > mpeg2dec ! ffmpegcolorspace ! videomixer ! ffmpegcolorspace ! autovideosink > > But all are black and white. What's happening? How can I get color video > with videomixer? this at http://bugzilla.gnome.org against GStreamer if you're using 0.10.24 or something newer. videomixer is not meant to transform videos into black/white :) ------------------------------------------------------------------------------ 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 signature.asc (205 bytes) Download Attachment |
On 23/08/10 14:45, Sebastian Dröge wrote:
> Which version of gst-plugins-good are you using? Please file a bug about > this at http://bugzilla.gnome.org against GStreamer if you're using > 0.10.24 or something newer. videomixer is not meant to transform videos > into black/white :) > > Hi Sebastian, "$ gst-inspect videomixer" says: ... Plugin Details: ... Version 0.10.21 ... So.. here come the silly questions. I guess I should: $ ./configure --prefix=/usr $ make $ make install gst-plugins-good-0.10.24 from source code. Is this correct? Should I "apt-get remove gstreamer0.10-plugins-good" previously? TIA, Andrés ------------------------------------------------------------------------------ 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 Mon, 2010-08-23 at 15:12 +0200, Andres Gonzalez wrote:
> On 23/08/10 14:45, Sebastian Dröge wrote: > > Which version of gst-plugins-good are you using? Please file a bug about > > this at http://bugzilla.gnome.org against GStreamer if you're using > > 0.10.24 or something newer. videomixer is not meant to transform videos > > into black/white :) > > > > > Hi Sebastian, > > "$ gst-inspect videomixer" says: > ... > Plugin Details: > ... > Version 0.10.21 That's fixed since some release > [...] > > Is this correct? > Should I "apt-get remove gstreamer0.10-plugins-good" previously? Are you running Ubuntu? In that case you can get updated packages for Lucid at https://launchpad.net/~gstreamer-developers/+archive/ppa/+packages?field.name_filter=&field.status_filter=published&field.series_filter=lucid ------------------------------------------------------------------------------ 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 signature.asc (205 bytes) Download Attachment |
On 23/08/10 15:18, Sebastian Dröge wrote:
> Are you running Ubuntu? In that case you can get updated packages for > Lucid at > https://launchpad.net/~gstreamer-developers/+archive/ppa/+packages?field.name_filter=&field.status_filter=published&field.series_filter=lucid > Yes, I'm running Ubuntu. Ok, I just visited the site, modified my sources.list and updated my packages. But surprisingly, now gstreamer cannot find "mpegdemux", even after installing gstreamer0.10-plugins-ugly 0.10.15.4-1~lucid1. Any idea? Thanks for all the help, Andrés ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |