MrS0m30n3 / youtube-dl-gui

A cross platform front-end GUI of the popular youtube-dl written in wxPython.
The Unlicense
9.3k stars 1.59k forks source link

Could Integration with sponsorblock be added? #505

Open PhlegethonAcheron opened 3 years ago

PhlegethonAcheron commented 3 years ago

What operating system do you use ?

Win10, Arch

Integration with sponsorblock would allow undesirable portions of videos to be cut out of the download, such that sponsor or plug the merch segments could be omitted from the download, and for music videos, the "non-music" section could be omitted from the download.

I haven't worked with APIs before, so this might not be possible, but would be absolutely amazing to have. I'm pretty familiar with python, so I might be able to implement this myself, but don't know if it would be possible, or even wanted.

axcore commented 3 years ago

It is absolutely not possible using youtube-dl.

Edit: youtube-dl could pass the video directly to ffmpeg, which could edit out the undesired video sections. But this project is abandoned, so you should submit the same request to one of the forks, for example this one or this one (see also this related issue).