[gstreamer-bugs] [Bug 556825] New: ffenc_huffyuv fails to encode large resolutions

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Oct 18 03:53:08 PDT 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=556825

  GStreamer | gst-ffmpeg | Ver: HEAD CVS
           Summary: ffenc_huffyuv fails to encode large resolutions
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: fredrik.p.persson at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Try this:

gst-launch videotestsrc num-buffers=500 ! capsfilter
caps="video/x-raw-rgb,width=1000,height=800" ! videorate ! ffmpegcolorspace !
timeoverlay ! ffmpegcolorspace ! ffenc_huffyuv ! avimux ! filesink
location="test.avi"

You will get this:

0:00:01.039154423 25249  0x80934b0 ERROR               ffmpeg :0:: encoded
frame too large
0:00:01.039178527 25249  0x80934b0 ERROR               ffmpeg :0:: encoded
frame too large
0:00:01.039202958 25249  0x80934b0 ERROR               ffmpeg :0:: encoded
frame too large
0:00:01.039227194 25249  0x80934b0 ERROR               ffmpeg :0:: encoded
frame too large
0:00:01.039251448 25249  0x80934b0 ERROR               ffmpeg :0:: encoded
frame too large
0:00:01.039275572 25249  0x80934b0 ERROR               ffmpeg :0:: encoded
frame too large
0:00:01.039299877 25249  0x80934b0 ERROR               ffmpeg :0:: encoded
frame too large
....

The resulting file (test.avi) will be corrupt. (At least no media player I've
tried can play it back.)

Lower resultions, for example 640x480, is OK. 

Since the only available lossless video encoders are ffenc_ffv1, ffenc_huffyuv
and ffenc_ffvhuff where ffenc_ffv1 and ffenc_ffvhuff seems totally broken,
gstreamer effectively has NO lossless encoder for HDTV resolutions.


-- 
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=556825.




More information about the Gstreamer-bugs mailing list