Loading sub-menu...

Download

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (9)

View Page History

{code:none}
$ python \--version
Python 2.6.6

$ python \-c "import pygtk; pygtk.require('2.0')"
$ python \-c "import pygst; pygst.require('0.10')"
python \-c "import pycurl"
python \-c "import icalendar"


$ gst-launch v4l2src num-buffers=25 \! video/x-raw-yuv,width=800,framerate=24/1 \! ffmpegcolorspace \! xvimagesink
$ gst-launch v4l2src num-buffers=25 \! video/x-raw-yuv,width=800,framerate=24/1 \! ffmpegcolorspace \! x264enc pass=5 quantizer=22 speed-preset=4 profile=1 \! queue \! avimux \! filesink location=out.avi
$ gst-launch v4l2src num-buffers=25 ! video/x-raw-yuv,width=800,framerate=24/1 ! ffmpegcolorspace ! xvimagesink
$ gst-launch v4l2src num-buffers=25 ! video/x-raw-yuv,width=800,framerate=24/1 ! ffmpegcolorspace ! x264enc pass=5 quantizer=22 speed-preset=4 profile=1 ! queue ! avimux ! filesink location=out.avi
$ file out.avi
out.avi: RIFF (little-endian) data, AVI, 800 x 600, \~24 fps, video: H.264 X.264 or H.264
$ rm out.avi
{code}