elif [[ $chara == *"tv"* ]] then echo "Recording from TV..." "$adb" -s $serial shell screenrecord --bit-rate $bitrate --verbose --size $width"x"$height /sdcard/capture.mp4 # > $1/reclog.txt
elif [[ $chara == "tv" ]]
then
echo "Recording from TV..."
"$adb" -s $serial shell screenrecord --bit-rate $bitrate --verbose --size $width"x"$height /sdcard/capture.mp4 # > $1/reclog.txt