[gstreamer-bugs] [Bug 611906] New: [ffenc_h263p] fails at custom resolutions

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Mar 5 06:40:23 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=611906
  GStreamer | gst-ffmpeg | git

           Summary: [ffenc_h263p] fails at custom resolutions
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: mnauw at users.sourceforge.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


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).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list