summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJeremy Simon <jsimon13@yahoo.fr>2003-11-23 21:44:55 +0000
committerJeremy Simon <jsimon13@yahoo.fr>2003-11-23 21:44:55 +0000
commit88d6d0d7ba0a905c6d2eca6e4d3b33f8ad1436b9 (patch)
tree0861ff7eb63b2136ee919febc516b8e20a77ef88 /tools
parentbe39ef7e0e1f1f23a890726f1554cf4800ff02a0 (diff)
Add a comment for wma
Original commit message from CVS: Add a comment for wma Add mpeg4 audio pipeline (aac)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gst-launch-ext.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gst-launch-ext.in b/tools/gst-launch-ext.in
index bfec863a..5ff7f7ad 100755
--- a/tools/gst-launch-ext.in
+++ b/tools/gst-launch-ext.in
@@ -109,6 +109,7 @@ read_config ($0);
"fli", "flxdec ! colorspace ! $cfg{VIDEOSINK}",
"m1v", "mpegdemux ! { queue ! mpeg2dec ! $cfg{VIDEOSINK} }",
"m2v", "mpegdemux ! { queue ! mpeg2dec ! $cfg{VIDEOSINK} }",
+ "m4a", "qtdemux ! { queue .audio_00! faad ! $cfg{AUDIOSINK} }",
"mod", "modplug ! $cfg{AUDIOSINK}",
"mp2", "mad ! $cfg{AUDIOSINK}",
"mp3", "mad ! $cfg{AUDIOSINK}",
@@ -120,6 +121,7 @@ read_config ($0);
"vob", "mpegdemux name=demux ! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } { demux. ! queue ! a52dec ! $cfg{AUDIOSINK} }",
"wav", "wavparse ! $cfg{AUDIOSINK}",
"wm", "asfdemux name=demux ! { queue ! ffmpegdecall ! $cfg{VIDEOSINK} } { demux. ! queue ! mad ! $cfg{AUDIOSINK} }",
+### a wma file can use wmav1 or wmav2 codec so we must use spider to decode it
"wma", "asfdemux name=demux ! spider ! $cfg{AUDIOSINK}",
"wmv", "asfdemux name=demux ! { queue ! ffmpegdecall ! $cfg{VIDEOSINK} } { demux. ! queue ! mad ! $cfg{AUDIOSINK} }",
);