12
submitted 4 days ago by [email protected] to c/[email protected]

cross-posted from: https://mander.xyz/post/14609590

Can I have some help regarding using yt-dlp.

  1. How to select a specific duration of video to be downloaded like from 00 to 600 seconds in video of 8 hours.
  2. When downloading songs from youtube with metadata and thumbnail I get thumbnails in rectangular shape instead of square. How to turn them square?

Asking it here cause, Discussion on repository is closed and it is FOSS software.

top 4 comments
sorted by: hot top controversial new old
[-] [email protected] 15 points 4 days ago

First question: You use

--download-sections "*00:00-10:00"

as an option to download the first 10 minutes. The asterisk means the numbers are treated as a timestamp instead of looking for a chapter with that title.

Second question I don't know.

[-] [email protected] 1 points 3 days ago

Well that's a game changer, because I've been using ffmpeg directly to trim the files and it's very clunky by comparison.

[-] [email protected] 5 points 4 days ago* (last edited 4 days ago)

How to turn them square?

I don't think yt-dlp has built-in image cropping, so it's just going to download thumbnails in the resolutions provided by the server. (See the --list-thumbnails option.) To crop what you download, consider a tool like ImageMagick.

[-] [email protected] 6 points 4 days ago

to my knowledge you can't get squares from yt-dlp. Strawberry Music Player has a feature to download and embed the cover from MusicBrainz, I usually use that (I have to correct the tags from yt-dlp most of the time anyways). I think Picard has that too, but I don't use that.

this post was submitted on 26 Jun 2024
12 points (100.0% liked)

Free and Open Source Software

17476 readers
100 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS