Loading sub-menu...

Download

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

Changes (7)

View Page History
$ python --version
Python 2.6.6

python -c "import pygtk; pygtk.require('2.0')"
python -c "import pygst; pygst.require('0.10')"


$ gst-launch v4l2src ! video/x-raw-yuv,width=800,framerate=24/1 ! ffmpegcolorspace ! xvimagesink
Estableciendo el flujo a PAUSADO ...
libv4lconvert: warning more framesizes then I can handle!
Estableciando el conducto a PREPARADO …
Estableciendo el conducto a NULL …
Liberando la tubería…


$ gst-launch v4l2src ! 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
Estableciendo el flujo a PAUSADO ...
Estableciendo el conducto a NULL …
Liberando la tubería…
$ ls -l out.avi
-rw-r--r-- 1 galicaster galicaster 389152 2011-12-01 10:12 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
{code}