[Debconf-video-commits] r148 - package/trunk/src

edrz-guest at alioth.debian.org edrz-guest at alioth.debian.org
Tue Aug 5 03:12:11 UTC 2008


Author: edrz-guest
Date: 2008-08-05 03:12:10 +0000 (Tue, 05 Aug 2008)
New Revision: 148

Modified:
   package/trunk/src/dc-start-sink
Log:
Changed mountpoint extension to .ogv to match icecast configs. 
Removed -c 1, which mixes stereo down to mono.



Modified: package/trunk/src/dc-start-sink
===================================================================
--- package/trunk/src/dc-start-sink	2008-08-05 00:28:01 UTC (rev 147)
+++ package/trunk/src/dc-start-sink	2008-08-05 03:12:10 UTC (rev 148)
@@ -39,14 +39,14 @@
 	        ffmpeg2theora -o - -f dv - -V $VIDEO_STREAM_KBPS        \
 		--cropleft 8 --cropright 8                              \
 	        -x $VIDEO_STREAM_WIDTH -y $VIDEO_STREAM_HEIGHT          \
-	        -A $AUDIO_STREAM_KBPS -c 1 -H $AUDIO_STREAM_HZ          \
+	        -A $AUDIO_STREAM_KBPS -H $AUDIO_STREAM_HZ               \
 	        --artist "'DebConf video team'"                         \
 	        --date "'$(date +%Y-%m-%d)'"                            \
 	        --location "'$VENUE_NAME'"                              \
 	        --organization "'DebConf video team'"                   \
 	        --copyright "'DebConf video team'"                      \
 	        \| oggshout $ICECAST_ADDR $ICECAST_PORT                 \
-                "'$ICECAST_PASS'" "'/${ROOM_NAME// /_}.ogg'"            \
+                "'$ICECAST_PASS'" "'/${ROOM_NAME// /_}.ogv'"            \
 		&
 	    ;;
 	file)




More information about the Debconf-video-commits mailing list