spesk1 0e13287500 Download tracks from archive.org streaming pages (mp3 only) | 5 년 전 | |
---|---|---|
README.md | 5 년 전 | |
download_archive_dot_org.pl | 5 년 전 | |
install.sh | 5 년 전 | |
sanitize_tl.pl | 5 년 전 | |
tracklist.example | 5 년 전 | |
yt-track-split | 5 년 전 |
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.