Update video script

This commit is contained in:
Michael Campagnaro 2023-09-20 14:00:57 -04:00
parent f9a06756ca
commit abbcd76178
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/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 # Bulk retrievals are the lowest-cost retrieval option when restoring objects
# from S3 Glacier Deep Archive. They typically finish within 48 hours for # from S3 Glacier Deep Archive. They typically finish within 48 hours for

View File

@ -57,7 +57,7 @@ fi
cmd="" cmd=""
if [[ $extension == "mkv" || $extension == "mpg" ]]; then if [[ $extension == "mkv" || $extension == "mpg" || $extension == "mov" ]]; then
if [[ $bitrate != "" ]]; then if [[ $bitrate != "" ]]; then
bitrate_args="-b:v $bitrate" bitrate_args="-b:v $bitrate"
else else