Update video script
This commit is contained in:
parent
f9a06756ca
commit
abbcd76178
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
#
|
||||
# Restores all files/folders inside a particular bucket path for the next 7 days. This uses the bulk retreival tier:
|
||||
# Restores all files/folders inside a particular bucket path for the next 7 days. This uses the bulk retrieval tier:
|
||||
#
|
||||
# Bulk retrievals are the lowest-cost retrieval option when restoring objects
|
||||
# from S3 Glacier Deep Archive. They typically finish within 48 hours for
|
||||
|
|
|
@ -57,7 +57,7 @@ fi
|
|||
|
||||
cmd=""
|
||||
|
||||
if [[ $extension == "mkv" || $extension == "mpg" ]]; then
|
||||
if [[ $extension == "mkv" || $extension == "mpg" || $extension == "mov" ]]; then
|
||||
if [[ $bitrate != "" ]]; then
|
||||
bitrate_args="-b:v $bitrate"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue
Block a user