From 20bfe52f2e7785056f57f337fbfb6f9994b36ee3 Mon Sep 17 00:00:00 2001 From: Harish Karumuthil Date: Mon, 25 Dec 2023 08:59:11 +0530 Subject: [PATCH] Update from len lap --- home/.local/Apps/daily-utils/bin/hari-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.local/Apps/daily-utils/bin/hari-tools.sh b/home/.local/Apps/daily-utils/bin/hari-tools.sh index 49cd191..9a79f71 100755 --- a/home/.local/Apps/daily-utils/bin/hari-tools.sh +++ b/home/.local/Apps/daily-utils/bin/hari-tools.sh @@ -68,7 +68,7 @@ videoformobile(){ local infile=$1; shift set -x - ffmpeg -i "$infile" -c:v libx264 -pix_fmt yuv420p -profile:v baseline -level 3.0 $@ + ffmpeg -i "$infile" -c:v h264 -pix_fmt yuv420p -level 3.0 $@ } # allow permission for docker container. dockerAllow