diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2001-12-31 15:55:29 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2001-12-31 15:55:29 +0000 |
commit | abf0bf9506e5cffc541e809c5e1e6e114ad9a7af (patch) | |
tree | f86e3298d01cb9878278393af7a1852b9fb3e9f3 /tools/README | |
parent | d1d3d5344f82d3d198b5258e4c558878d8282303 (diff) |
Added a syntax line for avi.
Original commit message from CVS:
Added a syntax line for avi.
Diffstat (limited to 'tools/README')
-rw-r--r-- | tools/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/README b/tools/README index 083f1efcb..54a8aa61e 100644 --- a/tools/README +++ b/tools/README @@ -85,6 +85,12 @@ for mpeg2 with both audio and video (glib2): gstreamer-launch filesrc location=video.mpg ! mpegdemux name=demux video_00! { queue ! mpeg2dec ! sdlvideosink } demux.private_stream_1.0! { queue ! a52dec ! osssink } 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 ================== |