Hi there , Trying to download a part of youtube video ,like from min x to min y and so on .
Usually i use ffmpeg for direct link videos,and its straight forward when u have a direct link to the video , but with youtube its messy , I can't figure out how to do this especially with the separate files for audio and video for quality like 1080P+.
Tried using youtube-dl , but did not work with me , I hope that someone can help me to integrate those two amazing programs and find a code that works .
This is the code i usually use to download specific parts of videos , now how to use it with youtube-dl to download part of a youtube video? .
Code:ffmpeg -ss 00:01:00 -i "video url" -t 50 -c copy output.mkv
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 4 of 4
-
-
Check out start_time and end_time with the -o option.
-
You can transfer the download to ffmpeg. Code:
youtube-dl --external-downloader ffmpeg --external-downloader-args "xxxxx -yyy"
Similar Threads
-
how to use youtube.dl or ffmpeg to download video in ts
By Wizard23 in forum Video Streaming DownloadingReplies: 5Last Post: 12th May 2018, 21:00 -
cannot download youtube video
By Anonymous in forum Video Streaming DownloadingReplies: 4Last Post: 6th Mar 2017, 00:45 -
downloading only part of a youtube video
By mvalmont in forum Newbie / General discussionsReplies: 2Last Post: 8th Sep 2016, 16:17 -
How to download video using Youtube-dl
By rogue2020 in forum Video Streaming DownloadingReplies: 1Last Post: 5th May 2016, 16:28 -
Inability to download Youtube video by Youtube Downloader HD
By jgp123 in forum Video Streaming DownloadingReplies: 9Last Post: 17th Nov 2015, 05:03