Record video

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Record video

little boy
gst-launch-1.0 mp4mux name=mux ! filesink location=test.mp4 v4l2src num-buffers=250 norm=255 ! 'video/x-raw,width=320,height=240,framerate=(fraction)15/1' ! videoconvert ! queue ! x264enc tune="zerolatency" threads=4 ! mux. audiotestsrc num-buffers=440 ! audioconvert ! queue ! faac ! mux.

There was a problem

New clock: GstSystemClock
Caught SIGSEGV
Spinning.  Please run 'gdb gst-launch-1.0 27666' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.

Can anyone please help ...

Thanks,
little boy
Reply | Threaded
Open this post in threaded view
|

Re: Record video

little boy
I tried this one
gst-launch-1.0 v4l2src num-buffers=250 norm=255 ! 'video/x-raw,width=320,height=240,framerate=(fraction)15/1' ! queue ! mux. audiotestsrc num-buffers=440 ! audioconvert ! queue ! faac ! mux. avimux name=mux ! filesink location=test.avi

It's OK;

But I want ".mp4"
Reply | Threaded
Open this post in threaded view
|

Re: Record video

Sebastian Dröge-3
In reply to this post by little boy
On Do, 2016-02-25 at 23:58 -0800, little boy wrote:

> gst-launch-1.0 mp4mux name=mux ! filesink location=test.mp4 v4l2src
> num-buffers=250 norm=255 !
> 'video/x-raw,width=320,height=240,framerate=(fraction)15/1' !
> videoconvert !
> queue ! x264enc tune="zerolatency" threads=4 ! mux. audiotestsrc
> num-buffers=440 ! audioconvert ! queue ! faac ! mux.
>
> There was a problem
>
> New clock: GstSystemClock
> Caught SIGSEGV
> Spinning.  Please run 'gdb gst-launch-1.0 27666' to continue
> debugging,
> Ctrl-C to quit, or Ctrl-\ to dump core.
>
> Can anyone please help ...
Please install debug symbols for GStreamer and related libraries, then
get a backtrace of the crash and file a bug at
  https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer

Thanks!

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (968 bytes) Download Attachment