mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
docs: fix up example pipeline
This commit is contained in:
parent
ec5c93f169
commit
4343c3bff8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <title>Example pipelines</title>
|
* <title>Example pipelines</title>
|
||||||
* |[
|
* |[
|
||||||
* gst-launch v4l2src num-buffers=500 ! video/x-raw,width=320,height=240 ! videoconvert ! theoraenc ! oggmux ! filesink location=video.ogg
|
* gst-launch-1.0 v4l2src num-buffers=500 ! video/x-raw,width=320,height=240 ! videoconvert ! videorate ! theoraenc ! oggmux ! filesink location=video.ogg
|
||||||
* ]| Encodes a video stream captured from a v4l2-compatible camera to Ogg/Theora
|
* ]| Encodes a video stream captured from a v4l2-compatible camera to Ogg/Theora
|
||||||
* (the encoding will stop automatically after 500 frames)
|
* (the encoding will stop automatically after 500 frames)
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
|
|
Loading…
Reference in a new issue