mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-09 20:54:51 +01:00
Fix name
This commit is contained in:
parent
f7b2ac8036
commit
9f2b194021
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user