Update video compression scripts

This commit is contained in:
2021-08-22 13:49:35 -04:00
parent f87d16d9c6
commit a3d6451725
4 changed files with 72 additions and 22 deletions

View File

@@ -510,6 +510,10 @@ dl_twitch_chat() {
# using the full path to the cookies file, e.g.
# `tw-1080p60 <url> --cookies /c/<cookie_path>/twitch_cookies.txt`
#
# To extract a portion of a video, you have to first download the entire file and then
# pass these args to ffmpeg: `-ss HH:MM:SS : start time to take`, `-to HH:MM:SS : end time`.
# Or use the script `compress-video-portion`
#
dl_twitch_vid() {
local format="$1"
local shortname="$2"