39
submitted 1 month ago* (last edited 1 month ago) by PenisDuckCuck9001@lemmynsfw.com to c/selfhosted@lemmy.world

This is killing me. Videos that are gigabytes in size instead of a couple hundred mb. I don't have the storage space for this. I don't have the bandwidth for this. More and more content creators are using 4k video instead of 1080p. Is there an easy way to make it only download videos in 1080p? I've found a few commands around the internet that don't work, presumably they work on some videos sometimes but that's just not good enough.

I download videos from a custom made web interface connected to yt-dlp so if it's no longer going to be possible to automate the process of video and playlist downloading then everything is going to become a huge pain in the ass.

all 19 comments
sorted by: hot top controversial new old
[-] Azzu@lemm.ee 42 points 1 month ago* (last edited 1 month ago)
[-] rand_alpha19@moist.catsweat.com 23 points 1 month ago* (last edited 1 month ago)

Could also do yt-dlp -S "res:1080" - it works with vertical videos too (will scale using the smallest dimension).

[-] solrize@lemmy.world 15 points 1 month ago

Use yt-dlp -F to list the available formats, and pick the one you want. See the "Video Format Options" section of the man page.

[-] aedelred@lemmy.world 9 points 1 month ago

To elaborate a little on this, if the format you want doesn't have audio you may have to combine two formats. -F lists the formats, -f to choose them. As an example you can choose to combine an audio and video format like this: yt-dlp -f 136+140 [URL]

[-] PenisDuckCuck9001@lemmynsfw.com 4 points 1 month ago* (last edited 1 month ago)

Guess I'll have to find a way to get my script to automate that somehow. My goal is to get it back to where the only thing I have to do to download a video is paste the url in a lan webpage on my local server.

[-] cmnybo@discuss.tchncs.de 5 points 1 month ago

You can specify multiple formats and it will download the first one that's available.

[-] solrize@lemmy.world 3 points 1 month ago

I don't remember the format codes but they are generally pretty stable across a given host like youtube. The trouble is that not every video has all of the formats. You might have to just find the nearest one and convert with ffmpeg.

[-] pe1uca@lemmy.pe1uca.dev 3 points 1 month ago

Check the most upvoted answer and then look into tubearchivist which can take your yt-dpl parameters and URLs to download the videos plus process them to have a better index of them.

[-] pax0707@lemmy.world 12 points 1 month ago

This has been working for me for ages:

-f "bestvideo[height<=1080][dynamic_range=SDR]

[-] just_another_person@lemmy.world 9 points 1 month ago
[-] hedgehog@ttrpg.network 6 points 1 month ago

I use --format-sort +res:1080, which, if my understanding of the documentation is correct, will make it prefer 1080p, the smallest video larger than 1080p if 1080p isn’t available, or the largest video if nothing 1080p or larger is available.

res is the smallest dimension of the video (so for a 1080x1920 portrait video, it would be 1080).

Default sort is descending order. The + makes it sort in ascending order instead.

[-] alphacyberranger@sh.itjust.works 5 points 1 month ago

Recently youtube changed a few things and everything was breaking for me NewPipe, Freetube, yt-dlp. NewPipe and Freetube immediately released updates. Yt-dlp also got updated but this time there is a change. Earlier you can simply download 1080p videos in one go. Now I have to download 1080 video and corresponding audio separately and use a FFMEG command to merge them. Though it's a pain, I'm still thankful that yt-dlp works.

[-] Davel23@fedia.io 3 points 1 month ago

Do you have the FFMPEG executable in the same directory as yt-dlp? They should merge automatically if so.

[-] alphacyberranger@sh.itjust.works 2 points 1 month ago

Yes. But me being an idiot, didn't know it was possible to add up formats like 136+140 in yt-dlp until I saw few of the comments in this thread. I was downloading everything separately for the past 3 weeks.

[-] xavier666@lemm.ee -2 points 1 month ago

I didn't want to do this but RTFM!

[-] KingJalopy@lemm.ee -2 points 1 month ago
this post was submitted on 31 Jul 2024
39 points (89.8% liked)

Selfhosted

39206 readers
285 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS