diff --git a/bash/proxyvr.sh b/bash/proxyvr.sh new file mode 100755 index 0000000..c0c6427 --- /dev/null +++ b/bash/proxyvr.sh @@ -0,0 +1,5 @@ +#!/bin/bash +for i; + do ffmpeg -i "$i" -q 0 -c:V libx264 -profile:v main -pix_fmt yuv420p -s 1920x960 "${i%.*}_proxy.mkv"; +done; +