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 611906 - [ffenc_h263p] fails at custom resolutions
[ffenc_h263p] fails at custom resolutions
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal blocker
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-05 14:40 UTC by Mark Nauwelaerts
Modified: 2010-06-27 08:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mark Nauwelaerts 2010-03-05 14:40:21 UTC
That is, the output of following pipeline plays fine:
----
gst-launch-0.10 videotestsrc num-buffers=100 ! video/x-raw-yuv,width=352,height=288 ! ffenc_h263p ! qtmux ! filesink location=test-h263p-2.mov
----
whereas replacing 288 by 292 seems to encode well, but is not playable
(damaged header complaints by gst-ffmpeg, or mplayer, etc).

On the one hand, it is a regression as it worked fine in previous release.

On the other hand, it is pretty much due to updated ffmpeg as it also fails with corresponding ffmpeg binary (i.e. non playable output).
Comment 1 Edward Hervey 2010-06-27 08:43:25 UTC
So it's an upstream problem. Closing bug here, please file with ffmpeg bugtracker if you want this fixed.