summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-16 20:49:35 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-16 20:49:35 +0200
commita1d6c2de4ce464374f9e2e8dc331e8786a2e9e32 (patch)
tree31232ae79513c12b8564a5bbd5ddb29733cf1150 /bin
parentb5dd71d97379079416346635a142467a987ff642 (diff)
Lower audio bitrate to 32k (should be adequate even for live music).
Diffstat (limited to 'bin')
-rwxr-xr-xbin/decode+edit+encode+stream2
-rwxr-xr-xbin/loop+encode+stream2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/decode+edit+encode+stream b/bin/decode+edit+encode+stream
index fc2364a..a3be9a9 100755
--- a/bin/decode+edit+encode+stream
+++ b/bin/decode+edit+encode+stream
@@ -14,7 +14,7 @@ fi
FIRSTPORT=${2:-5002} # even number - next 3 ports used too
-ABITRATE=64000
+ABITRATE=32000
HEIGHT=360
VBITRATE=256000
diff --git a/bin/loop+encode+stream b/bin/loop+encode+stream
index 5c687bd..7c1ab79 100755
--- a/bin/loop+encode+stream
+++ b/bin/loop+encode+stream
@@ -15,7 +15,7 @@ fi
FIRSTPORT=${2:-5002} # even number - next 3 ports used too
-ABITRATE=64000
+ABITRATE=32000
VBITRATE=256000