aboutsummaryrefslogtreecommitdiff
path: root/example-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'example-scripts')
-rwxr-xr-xexample-scripts/ffmpeg/record-all-audio-streams.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/example-scripts/ffmpeg/record-all-audio-streams.py b/example-scripts/ffmpeg/record-all-audio-streams.py
index f2ce526..c30f735 100755
--- a/example-scripts/ffmpeg/record-all-audio-streams.py
+++ b/example-scripts/ffmpeg/record-all-audio-streams.py
@@ -58,9 +58,13 @@ except:
# ffmpeg
# -hide_banner
# -y -nostdin
-# -i tcp://localhost:13000 -i tcp://localhost:13001 -i tcp://localhost:13002
+# -i tcp://localhost:13000
+# -i tcp://localhost:13001
+# -i tcp://localhost:13002
# -ac 2 -channel_layout stereo
-# -map 0:a -metadata:s:a:0 language=und -map 1:a -metadata:s:a:1 language=und -map 2:a -metadata:s:a:2 language=und
+# -map 0:a -metadata:s:a:0 language=und
+# -map 1:a -metadata:s:a:1 language=und
+# -map 2:a -metadata:s:a:2 language=und
# -c:a mp2 -b:a 192k -ac:a 2 -ar:a 48000
# -flags +global_header -flags +ilme+ildct
# -f mpegts