[usability-lab] Move muxer to separate section
- From: Ray Strode <halfline src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [usability-lab] Move muxer to separate section
- Date: Mon, 12 Oct 2009 00:03:24 +0000 (UTC)
commit 0647267c2034dfe7d924f724aaa8113decbf74be
Author: Ray Strode <rstrode redhat com>
Date: Sun Oct 11 20:03:01 2009 -0400
Move muxer to separate section
It's a little clearer that way.
eb1304-to-ogg.sh | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/eb1304-to-ogg.sh b/eb1304-to-ogg.sh
index ae5c0ba..bb22b15 100755
--- a/eb1304-to-ogg.sh
+++ b/eb1304-to-ogg.sh
@@ -99,6 +99,9 @@ gst-launch $LAUNCH_ARGS \
avi_extractor.video_00 ! streams.sink0 \
avi_extractor.audio_00 ! streams.sink1 \
\
+ oggmux name=ogg_packer \
+ ! filesink location="$OUTPUT_FILE" \
+ \
streams.src1 \
! decodebin \
! audioconvert \
@@ -106,8 +109,7 @@ gst-launch $LAUNCH_ARGS \
! audioresample \
! audiorate \
! vorbisenc \
- ! oggmux name=ogg_packer \
- ! filesink location="$OUTPUT_FILE" \
+ ! ogg_packer. \
\
streams.src0 \
! decodebin \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]