[gstreamer-bugs] [Bug 541130] New: [avimux] full and fast recording

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jul 1 13:09:15 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=541130

  GStreamer | gst-plugins-good | Ver: HEAD CVS
           Summary: [avimux] full and fast recording
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: julien.isorce at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: thijsvermeir at gmail.com
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Steps to Reproduce:

linux:
gst-launch-0.10 v4l2src num-buffers=200 ! "video/x-raw-yuv,
format=(fourcc)YUY2, width=640, height=480, framerate=(fraction)20/1" ! queue !
avimux name=mux alsasrc buffer-time=500000 provide-clock=1 num-buffers=10 !
"audio/x-raw-int, rate=44100, channels=2" ! queue ! mux. mux. ! filesink
location=record.avi

win32: (you need to apply the dshowvideosrc patch from bugzilla in plugins-bad
section, in order the choice the video size and framerate)
gst-launch-0.10 dshowvideosrc num-buffers=200 ! "video/x-raw-yuv,
format=(fourcc)YUY2, width=720, height=576, framerate=(fraction)25/1" ! queue !
avimux name=mux dshowaudiosrc buffer-time=500000 provide-clock=1 num-buffers=10
! "audio/x-raw-int, rate=44100, channels=2" ! queue ! mux. mux. ! filesink
location=record.avi


Expected Results:

When playing back, the video is jerky and video/audio are not synchronized.


Additional Information:

It's works fine when replacing dshowaudiosrc (alsasrc),  by the audiotestsrc
element (but provides only one channel).

You need a good hard-disk to record the big flow that the pipelines generates.
You can try first by replacing the videosrc, by the videotestsrc element to
test your hard-disk.


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




More information about the Gstreamer-bugs mailing list