Skip to content

Small tool to clip music compilations from youtube into individual songs.

Notifications You must be signed in to change notification settings

tnk-rin/videoSplitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt-text

videoSplitter

A small tool to clip music compilations from youtube into individual songs.

How it works

Can be run with the command python videoSplitter.py

Required Arguments:

-v (--videopath) filename Path to the video to split

-t (--timecodepath) filename Path to the timecode file

Metadata Arguments (Optional):

-y (--year) year

-g (--genre) genre

-a (--album) album

Other Arguments:

-f (--force) Converts all songs, even if it is already present in output folder

The timecode file

An example timecode file has been added to the repository but it follows the simple format:

HH:MM:SS Artist Name - Track Name
HH:MM:SS Artist Name - Track Name
...

The time listed is the start time of each song.

Dependencies

Needs moviepy and mutagen pip install moviepy mutagen

About

Small tool to clip music compilations from youtube into individual songs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages