mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
docs: remove unnecessary videorate element from webmmux example pipeline
This commit is contained in:
parent
e0c49a7590
commit
a9c13cd4f7
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
* |[
|
||||
* gst-launch-0.10 webmmux name=mux ! filesink location=newfile.webm \
|
||||
* uridecodebin uri=file:///path/to/somefile.ogv name=demux \
|
||||
* demux. ! ffmpegcolorspace ! videorate ! vp8enc ! queue ! mux.video_0 \
|
||||
* demux. ! ffmpegcolorspace ! vp8enc ! queue ! mux.video_0 \
|
||||
* demux. ! progressreport ! audioconvert ! audiorate ! vorbisenc ! queue ! mux.audio_0
|
||||
* ]| This pipeline re-encodes a video file of any format into a WebM file.
|
||||
* |[
|
||||
|
|
Loading…
Reference in a new issue