youtube-dl-gui
youtube-dl-gui copied to clipboard
Split audio by chapter names
Is your feature request related to a problem? Please describe. When downloading audio only from one video which is actually a playlist split by chapters there is no option to split it into separate files.
Describe the solution you'd like Option to select split audio by chapter names. A audio equivalent to option "Split playlists into separate videos when:"
Describe alternatives you've considered Splitting manually with mp3DirectCut or Audacity.
Additional context
Thank you.
YT DLP documentation:
Split video by chapters: Videos can be split into multiple files based on chapters using --split-chapters
there is no separate option to split audio. I would assume the same setting works for splitting audio as well. But it might be that this option is only passed to yt-dlp when you also download a video, would have to check
I found a possible solution on Ask Ubuntu but I am not a programmer.
In order to download the best m4a audio in separate tracks: yt-dlp -f ba[ext=m4a] --split-chapters URL
In order to first list the available formats: yt-dlp -F URL
and then download the desired audio format while splitting per chapter: yt-dlp -f 139 --split-chapters URL
@StefanLobbenmeier - I came here to request the same feature. It would be very helpful for downloading music albums, which are frequently posted to Youtube as one video split into chapters per song. Thanks a lot for your work on this great software!