yt-track-split

spesk1 fcab926e7d Added small script to rename wavs from cds 4 years ago
README.md 2972c16c88 Small tool for sanitizing tracklists and cleanup output 4 years ago
download_archive_dot_org.pl 11a7f84ffc Just adding a few characters to the replace regex 4 years ago
install.sh 41038c372b Wrong path in installer 4 years ago
rename_wavs.pl fcab926e7d Added small script to rename wavs from cds 4 years ago
sanitize_tl.pl 19f7f7a6d5 A few more changes 4 years ago
tracklist.example dd5c7f4dff Initial Commit 4 years ago
yt-track-split 19f7f7a6d5 A few more changes 4 years ago

README.md

yt-track-split

Brittle little script used to split long .mp4 youtube audio downloads into individual tracks and convert them to .mp3s.

Takes a tracklist as it's first arg and a path to a .mp4 as it's second arg. The second arg must be a path.

# Doesn't work
yt-track-split tracklist.txt some_file

# Works
yt-track-split tracklist ./some_file

This is brittle but I don't really care to fix it. Work's this way due to lazy regexing.

Depends on ffmpeg, .mp4 codec, libmp3lame, and a tracklist that matches provided example.