After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 696084 - green bar when scaling/encoding to webm
green bar when scaling/encoding to webm
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.0.5
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-03-18 17:04 UTC by Jakub Steiner
Modified: 2013-11-05 10:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jakub Steiner 2013-03-18 17:04:23 UTC
When encoding videos from PNG sequences in gnome-getting-started-docs, I get a green bar on the right hand side*. The pipeline used on 1280x720 PNGs is:

"gst-launch-1.0 webmmux name=mux ! filesink location=\"%s/%s\"    file://%s ! decodebin ! audioconvert ! vorbisenc bitrate=96000 ! mux.     multifilesrc location=\"%s/%%04d.png\" index=1 caps=\"image/png,framerate=\(fraction\)24/1\" ! pngdec ! videoconvert ! videoscale ! video/x-raw, width=854,height=480 ! videorate ! vp8enc threads=12 target-bitrate=200000 ! mux." % (transcodepath,webmfile,sndfile,framepath)


This is gstreamer1 on Fedora 18.

* http://jimmac.fedorapeople.org/gnome3/getting-started/C/gnome-launching-applications.webm
Comment 1 Antonio Ospite 2013-10-28 12:16:52 UTC
I do not seem to be able to reproduce the issue with these commands on GStreamer 1.2.0:

gst-launch-1.0 videotestsrc num-buffers=50 ! video/x-raw,width=1280,height=720 ! pngenc ! multifilesink location=file_%02d.png

gst-launch-1.0 multifilesrc location=file_%02d.png caps="image/png,framerate=24/1" ! pngdec ! videoconvert ! videoscale ! video/x-raw,width=854,height=480 ! vp8enc threads=12 target-bitrate=200000 ! webmmux ! filesink location=out.webm

Jakub do these commands still show your problem on Fedora 18?
Comment 2 Jakub Steiner 2013-11-05 10:42:26 UTC
It seems to have been fixed in the meantime. I no longer see any artifacts in fedora 20.