[gstreamer-bugs] [Bug 623821] New: qtmux produces brocken .mov files

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 8 03:33:35 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=623821
  GStreamer | gst-plugins-bad | 0.10.x

           Summary: qtmux produces brocken .mov files
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: overkill.shining at tiscali.it
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


I use an embedded hardware and I want to record an .mov.

But I am not able to produce an .mov that plays in QT or other popular software
for edit movies. Only VLC can play is. I use this pipeline:

gst-launch -e my_embedded_v4lsrc preview=1 num-buffers=300 ! \
  my_embeded_h264encoder width=720 height=400 codec-type=2 \
    name=video \
  alsasrc num-buffers=10 ! \
  audio/x-raw-int,rate=16000,channels=2,width=16,depth=16,signed=true ! \
  queue name=audio \
  qtmux name=mux ! \
  filesink location=qtmux_test.mov \
  video.src ! mux.video_0 \
  audio.src ! mux.audio_0

If I use exactly the same pipeline with ffmux_mov it works flawlessly and the
.mov is perfecly played by QT and any other software.
I want to use qtmux because the feature to recover unfinished .mov. 


My hardware has an H.264 compressor.
I have access to the sources of the GStreamer plugins to handle the compressor,
but I can't change the H.264 firmware, so I have to live togheter with it.

In attached file the resoult of the input of my hadrware

gst-launch my_embedded_v4l2src num-buffers=50 ! my_embedded_264enc ! gdppay
! filesink location=input.gdp

I am able to made any test that can be helpfull in order to fix this.

Thank you
Ivan Zoli

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