Advertisement
PrimePastes

How To Download A Video At a Specific Time Stamp With YouTube-DL/YouTube-DLP

Apr 16th, 2023 (edited)
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. EXAMPLE:
  2. yt-dlp --force-keyframes --download-section *2093-4028 https://youtu.be/xxxxxxxxxx
  3.  
  4. *If sound cuts out, use '--force-keyframe'*
  5.  
  6.  
  7.  
  8. 01.) Right click on the video at the current start time you wish to start the download, and click β€˜copy video URL at current time’, and add the number to the output.
  9.  
  10. 02.) Do the same for the end of the time stamp.
  11.  
  12. If the video has no chapters; add '--force-keyframes', it should look like this:
  13. 'yt-dlp --force-keyframes --download-section *2093-4028 https://youtu.be/xxxxxxxxxx'
  14.  
  15. If it does; it should look like this:
  16. 'yt-dlp --download-section *2093-4028 https://youtu.be/xxxxxxxxxx'
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement