From 6f794349b9c0e7da1190235fdbd5229de533165f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 18 May 2017 01:53:42 +0200 Subject: Resolve bitrate and speed from bits (not simply height). --- bin/decode+edit+encode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/decode+edit+encode') diff --git a/bin/decode+edit+encode b/bin/decode+edit+encode index edd428f..f21ef51 100755 --- a/bin/decode+edit+encode +++ b/bin/decode+edit+encode @@ -25,7 +25,7 @@ elif [ $HEIGHT -le 432 ]; then VBITRATE=1100000 elif [ $HEIGHT -le 540 ]; then VBITRATE=2000000 -elif [ $HEIGHT -le 720 ]; then +elif [ $HEIGHT -le 720 ]; then # 720p → 921600 VBITRATE=3000000 fi -- cgit v1.2.3