diff options
-rwxr-xr-x | bin/decode+edit+encode+stream | 2 | ||||
-rwxr-xr-x | bin/loop+encode+stream | 2 |
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 |