mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
splitmuxsink: fix example pipeline properly
x264enc might not have a max-key-int property, but it has a key-int-max property...
This commit is contained in:
parent
102ae8511a
commit
90badeebad
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
* <refsect2>
|
||||
* <title>Example pipelines</title>
|
||||
* |[
|
||||
* gst-launch-1.0 -e v4l2src num-buffers=500 ! video/x-raw,width=320,height=240 ! videoconvert ! queue ! timeoverlay ! x264enc ! h264parse ! splitmuxsink location=video%02d.mov max-size-time=10000000000 max-size-bytes=1000000
|
||||
* gst-launch-1.0 -e v4l2src num-buffers=500 ! video/x-raw,width=320,height=240 ! videoconvert ! queue ! timeoverlay ! x264enc key-int-max=10 ! h264parse ! splitmuxsink location=video%02d.mov max-size-time=10000000000 max-size-bytes=1000000
|
||||
* ]|
|
||||
*
|
||||
* Records a video stream captured from a v4l2 device and muxes it into
|
||||
|
|
Loading…
Reference in a new issue