AutoFications Supreme Member Jr. VIP Joined Feb 19, 2020 Messages 1,262 Reaction score 67 May 26, 2020 #1 Anyone knows a tool or online downloader where I will download specific video from youtube but in specific time stamp (start - end)
Anyone knows a tool or online downloader where I will download specific video from youtube but in specific time stamp (start - end)
greydingo Junior Member Joined Dec 31, 2014 Messages 152 Reaction score 73 May 26, 2020 #2 I've never heard of a tool that does both. I say this from a programmers point of view: As far as I know, the video would have to be downloaded in full first, and then clipped to the desired length. You could combine youtube-dl and the code from this stack overflow answer. If you know some python or someone who does. https://github.com/ytdl-org/youtube-dl https://stackoverflow.com/a/37323543/6716264
I've never heard of a tool that does both. I say this from a programmers point of view: As far as I know, the video would have to be downloaded in full first, and then clipped to the desired length. You could combine youtube-dl and the code from this stack overflow answer. If you know some python or someone who does. https://github.com/ytdl-org/youtube-dl https://stackoverflow.com/a/37323543/6716264
Alex0808 BANNED Joined May 24, 2019 Messages 378 Reaction score 151 May 26, 2020 #3 There are many online websites, don't know about the tool
tubeboost Elite Member Jr. VIP Joined Sep 24, 2014 Messages 2,646 Reaction score 1,519 May 26, 2020 #4 Any issues with cutting a video on a local computer? Anyway look at ytcutter.com seems it does what you need.
Any issues with cutting a video on a local computer? Anyway look at ytcutter.com seems it does what you need.