mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-21 18:19:56 +01:00
Fix name
This commit is contained in:
parent
f7b2ac8036
commit
9f2b194021
@ -95,8 +95,8 @@ ff-av1-scale720p() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
# Recompress input MP4 to 560p AV1 MP4 (copy audio)
|
# Recompress input MP4 to 540p AV1 MP4 (copy audio)
|
||||||
ff-av1-scale560p() {
|
ff-av1-scale540p() {
|
||||||
for input in *.mp4; do
|
for input in *.mp4; do
|
||||||
if [[ -f "$input" ]]; then
|
if [[ -f "$input" ]]; then
|
||||||
tempfile="temp_${input%.mp4}"
|
tempfile="temp_${input%.mp4}"
|
||||||
|
Loading…
Reference in New Issue
Block a user