David 10 lat temu
rodzic
commit
20ae0dcbff
1 zmienionych plików z 9 dodań i 21 usunięć
  1. 9 21
      completo-2cam.ini

+ 9 - 21
completo-2cam.ini

@@ -110,24 +110,6 @@ audio mixer verbose 1
 ################################################################################
 stack  0
 
-# Define some text strings identified by their text id.
-text string 0 Snowmix Virtual Feed Setup by Peter Maersk-Moller
-text string 1 This is feed #1
-text string 2 This is feed #2
-text string 6 [#RUNTIME,1]
-text string 7 [#RUNTIME,2]
-text string 10 [#FEEDSTATE,2,RUNNING]Running 2
-text string 11 [#FEEDSTATE,2,PENDING]Pending 2
-text string 12 [#FEEDSTATE,2,STALLED]Stalled 2
-text string 13 [#FEEDSTATE,2,DISCONNECTED]Lost Signal 2
-text string 20 [#DATETIME] CET
-
-# This defines 3 font selections identified by their font id
-text font 0 Sans Bold 8
-text font 1 Sans Bold 12
-text font 2 Sans Bold 14
-text font 0 Sans Bold 7
-
 command create create_virtual_feeds
   vfeed add 1 Feed #1
   vfeed source feed 1 1
@@ -146,6 +128,15 @@ command create place_virtual_feed_pip
   loop
 command end
 
+command create place_virtual_feed_video
+  vfeed place rect 1 000 000 640 480 000 00 0.0 0.625 0.625 1.0
+#800x600 * 0.4 => 320x240
+#1024x768 - 320x240 = 704x528
+  vfeed place rect 2 640 480 384 288 000 00 0.0 0.480 0.480 1.0
+  loop
+command end
+
+
 command create place_virtual_feed_main
   vfeed place rect 1 000 000 1024 768 000 00 0.0 1.0 1.0 1.0
   vfeed place rect 2 704 384 0800 600 000 00 0.0 0.4 0.4 0.0
@@ -169,9 +160,6 @@ command create Show
   vfeed overlay 1
   vfeed overlay 2
   image overlay 0
-#  text overlay 1 3
-#  text overlay 2 4..end
-#  text overlay 0
   loop
 command end