From abf0bf9506e5cffc541e809c5e1e6e114ad9a7af Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 31 Dec 2001 15:55:29 +0000 Subject: [PATCH] Added a syntax line for avi. Original commit message from CVS: Added a syntax line for avi. --- tools/README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/README b/tools/README index 083f1ef..54a8aa6 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 ================== -- 2.7.4