diff --git a/bash/make_pr4444.sh b/bash/make_pr4444.sh new file mode 100755 index 0000000..c3a9ebf --- /dev/null +++ b/bash/make_pr4444.sh @@ -0,0 +1,3 @@ +for i; + do ffmpeg -i "$i" -f mov -c:v prores_ks -profile:v 4444 -pix_fmt yuva444p10le -strict -2 -vendor ap10 "${i%.*}_pr4444.mov" ; +done; 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; +