[gstreamer-bugs] [Bug 512345] gstalpha: chroma-key should not set alpha to 0 if brightness is near maximum or minimum

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jan 28 14:23:07 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=512345

  GStreamer | gst-plugins-good | Ver: HEAD CVS




------- Comment #4 from Sebastian Keller  2008-01-28 22:23 UTC -------
Created an attachment (id=103916)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=103916&action=view)
some pictures showing the problem

First I modified my patch a bit for these pictures, since it was causing some
problems with videotestsrc, it just checks for (y11 >= 225 || y12 >= 225 || y21
>= 225 || y22 >= 225) now.

The command i used for testing:
gst-launch-0.10 \
videotestsrc ! "video/x-raw-yuv, width=360, height=296,
framerate=(fraction)15/2" ! ffmpegcolorspace ! \
alpha alpha=0.0 method=blue angle=50 noise_level=0 ! videomixer name=mix !
ffmpegcolorspace ! ximagesink \
filesrc location="/usr/share/pixmaps/backgrounds/gnome/nature/FreshFlower.jpg"
! decodebin2 ! \
ffmpegcolorspace ! videoscale ! "video/x-raw-yuv, width=360, height=296" !
ffmpegcolorspace ! mix.

(simply replace videotestsrc with v4lsrc for webcam)


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=512345.




More information about the Gstreamer-bugs mailing list