Skip to content

Python script for splitting YouTube video audio according to timestamps.

License

Notifications You must be signed in to change notification settings

zarbod/yt_decomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

yt_decomp

Python script for splitting YouTube video audio according to timestamps from the description.

Requirements for running:

python 3

ffmpeg installed and in $PATH

pytube and youtube_dl python libraries

Tested on the following platforms:

Gentoo Linux

(should work with MacOS and Windows in theory)

Current Limitations:

Video must have timestamps in the description in the following format

<timestamp> <title>

The following formats don't work:

<title> <timestamp>

<timstamp>

Support may be added in the future.

About

Python script for splitting YouTube video audio according to timestamps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages