From e30d3e8e31c6546b5fc8ac52db4cb241c2804de4 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 17 May 2017 23:27:17 +0200 Subject: Wrap lines. --- bin/decode+edit+encodeDV | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'bin/decode+edit+encodeDV') diff --git a/bin/decode+edit+encodeDV b/bin/decode+edit+encodeDV index ef1474d..6586b8a 100755 --- a/bin/decode+edit+encodeDV +++ b/bin/decode+edit+encodeDV @@ -11,12 +11,18 @@ OUTPUT=../tmp/omni/show0/earth.dv HEIGHT=360 # inspired by Apple HLS recommendations - if [ $HEIGHT -le 234 ]; then VBITRATE=145000; -elif [ $HEIGHT -le 270 ]; then VBITRATE=365000; -elif [ $HEIGHT -le 360 ]; then VBITRATE=730000; -elif [ $HEIGHT -le 432 ]; then VBITRATE=1100000; -elif [ $HEIGHT -le 540 ]; then VBITRATE=2000000; -elif [ $HEIGHT -le 720 ]; then VBITRATE=3000000; +if [ $HEIGHT -le 234 ]; then + VBITRATE=145000 +elif [ $HEIGHT -le 270 ]; then + VBITRATE=365000 +elif [ $HEIGHT -le 360 ]; then + VBITRATE=730000 +elif [ $HEIGHT -le 432 ]; then + VBITRATE=1100000 +elif [ $HEIGHT -le 540 ]; then + VBITRATE=2000000 +elif [ $HEIGHT -le 720 ]; then + VBITRATE=3000000 fi mkdir -p $(dirname "$OUTPUT") -- cgit v1.2.3