This commit is contained in:
Jan Jastrow 2024-08-06 08:31:24 +02:00
parent f7b2ac8036
commit 9f2b194021

View File

@ -95,8 +95,8 @@ ff-av1-scale720p() {
done
}
# Recompress input MP4 to 560p AV1 MP4 (copy audio)
ff-av1-scale560p() {
# Recompress input MP4 to 540p AV1 MP4 (copy audio)
ff-av1-scale540p() {
for input in *.mp4; do
if [[ -f "$input" ]]; then
tempfile="temp_${input%.mp4}"