Browse Source

Update from len lap

pull/22/head
Harish Karumuthil 2 years ago
parent
commit
20bfe52f2e
  1. 2
      home/.local/Apps/daily-utils/bin/hari-tools.sh

2
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 <path>

Loading…
Cancel
Save