Add a script to trim videos

This commit is contained in:
2022-03-24 20:18:05 -04:00
parent 4129ca58d1
commit 8e440d74da
3 changed files with 49 additions and 3 deletions

View File

@@ -544,9 +544,9 @@ dl_twitch_vid() {
printf "${BOLD}Downloading Twitch vid with compression.${NORMAL}\n"
fi
if [[ $format == "" ]]; then
# Twitch only supplies pre-merged mp4s so we can ask for the best format and not worry about anything else.
printf "${BOLD}No format given; using best available.${NORMAL}\n"
format="best"
#opts+=" --merge-output-format mp4"
format="b"
fi
if [[ $make_folder == "1" ]]; then