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 -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
Estableciendo el flujo a PAUSADO ...
libv4lconvert: warning more framesizes then I can handle!
libv4lconvert: warning more framesizes then I can handle!
El flujo es en vivo y no necesita PRECACHEADO ...
Estableciendo el flujo para REPRODUCCIÓN ...
New clock: GstSystemClock
^CCaught interrupt -- handling interrupt.
Interrumpir: parando el conducto …
Execution ended after 2995980738 ns.
Estableciendo el flujo a PAUSADO ...
Estableciando el conducto a PREPARADO …
Estableciendo el conducto a NULL …
Liberando la tubería…


$ 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
Estableciendo el flujo a PAUSADO ...
libv4lconvert: warning more framesizes then I can handle!
libv4lconvert: warning more framesizes then I can handle!
El flujo es en vivo y no necesita PRECACHEADO ...
Estableciendo el flujo para REPRODUCCIÓN ...
New clock: GstSystemClock
^CCaught interrupt -- handling interrupt.
Interrumpir: parando el conducto …
Execution ended after 2246652444 ns.
Estableciendo el flujo a PAUSADO ...
Estableciando el conducto a PREPARADO …
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}
$ rm out.avi