[gstreamer-bugs] [Bug 624786] New: x264enc time base is wrong

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 19 17:39:00 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=624786
  GStreamer | gst-plugins-ugly | git

           Summary: x264enc time base is wrong
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-ugly
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: dhoyt at llnl.gov
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=166187)
 View: https://bugzilla.gnome.org/attachment.cgi?id=166187
 Review: https://bugzilla.gnome.org/review?bug=624786&attachment=166187

Sets the appropriate time base for gstreamer

Encoding with a simple pipeline results in odd visual artifacts. Fixing it is a
matter of setting the appropriate time base in x264enc. The attached patch
resolves the issue.

Try running the following pipeline before and after the patch to see the
difference: 

gst-launch videotestsrc ! ffmpegcolorspace ! x264enc ! rtph264pay !
rtph264depay ! ffdec_h264 ! ffmpegcolorspace ! autovideosink

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