mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
flvmux: fix broken sample pipeline
which was muxing raw audio and video into flvmux, which won't work, even if there were converters.
This commit is contained in:
parent
29effb522a
commit
771ffe5609
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
|||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
* |[
|
||||
* gst-launch-1.0 -v filesrc location=/path/to/audio ! decodebin2 ! queue ! flvmux name=m ! filesink location=file.flv filesrc location=/path/to/video ! decodebin2 ! queue ! m.
|
||||
* ]| This pipeline muxes an audio and video file into a single FLV file.
|
||||
* gst-launch-1.0 -v flvmux name=mux ! filesink location=test.flv audiotestsrc samplesperbuffer=44100 num-buffers=10 ! faac ! mux. videotestsrc num-buffers=250 ! video/x-raw,framerate=25/1 ! x264enc ! mux.
|
||||
* ]| This pipeline encodes a test audio and video stream and muxes both into an FLV file.
|
||||
* </refsect2>
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue