Clipping youtube videos

  • 🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account

Lemmingwiser

Shady
kiwifarms.net
Registrado
15 de Dic, 2022
There are times when I have access to a mobile, but not PC and I want to clip youtube videos.

Youtube has a clipping system, but that depends on creators turning it on.

Slicetube.io allows clipping it'a been broken forever and only allows you to clip when the video starts, not when it ends.

I'm looking for a site or app that will let me download clips of a video.
 
I got this to work: https://ytdlp.online/

yt-dlp is the tool everyone uses to download youtube videos, most download website run this in the background.
yt-dlp itself is a command line tool, the argument to select time stamp is
Código:
--download-sections REGEX
     Download only chapters that match the regular expression.
     A "*" prefix denotes time-range instead of chapter.
     Negative timestamps are calculated from the end.
     [...] e.g. --download-sections "*10:15-inf" --download-sections "intro"

Código:
ytp-dlp https://www.youtube.com/watch?v=dQw4w9WgXcQ --download-sections "*00:01-00:05"
will download the video segment from 1s to 5s. The link above lets you use yt-dlp from this web-site, so you can copy pase the command above to get a clip.
 
Atrás
Top Abajo