Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Here's how to download smaller resolutions #11

Open
S7venLights opened this issue Jul 31, 2024 · 0 comments
Open

Here's how to download smaller resolutions #11

S7venLights opened this issue Jul 31, 2024 · 0 comments

Comments

@S7venLights
Copy link

S7venLights commented Jul 31, 2024

I had a look at YTDLP format examples and came up with the below yt-dlp.conf
It will download no more than 1080p for vertical or horizontal videos or the next best resolution if 1080p doesn't exist. (I just edited line 6)


-i
-o "%(uploader)s (%(uploader_id)s)/%(upload_date)s - %(title)s - (%(duration)ss) [%(resolution)s] [%(id)s].%(ext)s"

# Archive Settings
--download-archive yt-dlp-archive.txt
-S "res:1080" yt-dlp-channels.txt

# Uniform Format
--prefer-ffmpeg
--merge-output-format mkv

# Get All Subs to SRT
--write-sub
--all-subs
--convert-subs srt

# Get metadata
--add-metadata
--write-description
--write-thumbnail

# Debug
-v

One can also make a separate .sh, channels and archive files for each resolution and have them point to each other, and in doing so have different channels download in different resolutions.

@S7venLights S7venLights changed the title Here's howw to download smaller resolutions Here's how to download smaller resolutions Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant