Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 452 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 452 Bytes

youtube-dl split by chapters

Adds a chapter splitting postprocessor to youtube-dl to allow you to chop videos and audio into chapters.

Example:

./main.py -x -f "bestaudio/best" <URL>

In this case, the output will be a directory containing each chapter as a separate audio file.

Note: You can use the same options and arguments as the normal youtube-dl. Works with audio and video from youtube.

Requirements: python, youtube-dl and ffmpeg