[Bug 755205] New: mp4mux generate bad file for raw video

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Sep 18 00:12:37 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=755205

            Bug ID: 755205
           Summary: mp4mux generate bad file for raw video
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: gst at grr.la
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 311608
  --> https://bugzilla.gnome.org/attachment.cgi?id=311608&action=edit
raw h264 stream

I have raw stream and I wat to pack into MP4 (or FLV) containter.

Failed:
======
gst-launch-1.0 -v filesrc location=stream.h264 ! queue !
video/x-h264,width=640,height=480,framerate=67/12 ! h264parse ! mp4mux !
filesink location=stream.mp4

gst-launch-1.0 -v filesrc location=stream.h264 ! queue !
video/x-h264,width=640,height=480,framerate=67/12 ! h264parse ! flvmux !
filesink location=stream.flv


Success:
=======

gst-launch-1.0 -v filesrc location=stream.h264 ! queue !
video/x-h264,width=640,height=480,framerate=67/12 ! h264parse ! avimux !
filesink location=stream.avi

gst-launch-1.0 -v filesrc location=stream.h264 ! queue !
video/x-h264,width=640,height=480,framerate=67/12 ! h264parse ! avmux_mp4 !
filesink location=stream.mp4

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