1 # yt-track-split
2
3 Brittle little script used to split long .mp4 youtube audio downloads into
4 individual tracks and convert them to .mp3s.
5
6 Takes a tracklist as it's first arg and a path to a
7 .mp4 as it's second arg. The second arg must be a path.
8
9 ```
10 # Doesn't work
11 yt-track-split tracklist.txt some_file
12
13 # Works
14 yt-track-split tracklist ./some_file
15 ```
16
17 This is brittle but I don't really care to fix it. Work's this way
18 due to lazy regexing.
19
20 Depends on ffmpeg, .mp4 codec, libmp3lame, and a
21 tracklist that matches provided example.