
-
I've been using youtube-dl for years. And https://freetubeapp.io/ is amazing. But what I really want is right in the gui where the video is playing being able to mark timecode1,timecode2 and then download just that small clip.
Flow like this: hit spacebar to pause, then press A to mark that SpotA and then hit space bar again to resume playing... space again to pause, then press B to mark that SpotB. Download and repeat again for another section in video.
Before I build myself a gui to do this, is there a good way already?
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
-
update I got this: "I would recommend watching the video in FreeTube, writing down all the time ranges and then using yt-dlp with it's --download-sections option.
https://github.com/yt-dlp/yt-dlp
https://github.com/yt-dlp/yt-dlp/blob/master/README.md#user-..."