mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +00:00
Added a syntax line for avi.
Original commit message from CVS: Added a syntax line for avi.
This commit is contained in:
parent
d1d3d5344f
commit
abf0bf9506
1 changed files with 6 additions and 0 deletions
|
@ -86,6 +86,12 @@ for mpeg2 with both audio and video (glib2):
|
|||
|
||||
Note: The types of audio streams in the mpeg files can vary!
|
||||
|
||||
For an avi file (DivX, mjpeg,...)
|
||||
|
||||
gstreamer-launch filesrc location=video.avi ! avidecoder video_00! { queue ! sdlvideosink } avidecoder0.audio_00! { queue ! osssink }
|
||||
|
||||
|
||||
|
||||
gstreamer-complete
|
||||
==================
|
||||
|
||||
|
|
Loading…
Reference in a new issue