Add a script to trim videos
This commit is contained in:
4
aliases
4
aliases
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user