[gstreamer-bugs] [Bug 164176] [jpegenc/dec] conversion bugs (wrong strides?)
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Sat Mar 12 12:01:50 PST 2005
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=164176
GStreamer | gst-plugins | Ver: HEAD CVS
------- Additional Comments From Ronald Bultje 2005-03-12 15:01 -------
Sebastien, we use other conventions. In this case, the bug is reproduceable w/o
ffmpegcolorspace. Convert the image to PNG using GIMP and run:
gst-launch filesrc blocksize=9999999 location=in.png ! pngdec ! ffmpegcolorspace
! jpegenc ! filesink location=out.jpg
gst-launch filesrc blocksize=9999999 location=in.png ! pngdec ! pngenc !
filesink location=out.png
gst-launch filesrc blocksize=9999999 location=in.png ! pngdec ! ffmpegcolorspace
! video/x-raw-yuv ! ffmpegcolorspace ! pngenc ! filesink location=out.png
All are fine. Now run:
gst-launch filesrc blocksize=9999999 location=in.jpg ! jpegdec ! jpegenc !
filesink location=out.jpg
gst-launch filesrc blocksize=9999999 location=in.jpg ! jpegdec !
ffmpegcolorspace ! video/x-raw-rgb,bpp=32,depth=32 ! ffmpegcolorspace ! jpegenc
! filesink location=out.jpg
gst-launch filesrc blocksize=9999999 location=in.jpg ! jpegdec !
ffmpegcolorspace ! pngenc ! filesink location=out.png
All have random data as first few bytes for each line except the first per
block. This automatically implies that the bug is in jpegdec and that
ffmpegcolorspace is bugfree.
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.
More information about the Gstreamer-bugs
mailing list