[gstreamer-bugs] [Bug 421068] New: ffenc_h263p -- missing options

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Mar 21 08:24:34 PDT 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=421068

  GStreamer | gst-ffmpeg | Ver: HEAD CVS

           Summary: ffenc_h263p -- missing options
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: spglegle at yahoo.fr
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Hi,
most of flags and options used for ffmpeg mpeg4 encoding are also usable
for H263+ encoding (umv, aiv, aic...) .

Shouldn't the CODEC_ID_H263P added to the structure

static gint mpeg[] = {
  CODEC_ID_MPEG4,
  CODEC_ID_MSMPEG4V1,
  CODEC_ID_MSMPEG4V2,
  CODEC_ID_MSMPEG4V3,
  CODEC_ID_MPEG1VIDEO,
  CODEC_ID_MPEG2VIDEO,
  CODEC_ID_FLV1,
  CODEC_ID_NONE
};

in file gst-ffmpeg/ext/ffmpeg/gstffmpegcfg.c ?

Somes Flags could also be added but are more specific to H263+ :
CODEC_FLAG_H263P_SLICE_STRUCT
CODEC_FLAG_H263P_AIV


Regards.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list