Releases: TheDrHax/Twitch-Utils
Releases · TheDrHax/Twitch-Utils
1.5
- [mute] Added inverse mode to remove streamer's voice instead of music;
- [mute] Added ability to run multiple passes on each interval;
- [concat] Output both ends of missing segment (start and end);
- [record] Ensure that segments are not skipped or corrupted by streamlink because of network problems;
- [record] Automatically download missing segments during recording;
- [record] Resume recording in case of interruption (PC freeze, killed script, etc.);
- [record] Support recording without OAuth token - you will need to provide VOD ID manually;
- [record] Pass OAuth token to streamlink (works best with this fork);
1.4
- Added new script
mute
that allows to remove background music from video; - Dependencies were split into multiple extras - default package now contains only
concat
; - [record] Require first-party OAuth token (from twitch.tv cookies);
- [record] Check possibility of concatenation while stream is still running and redownload live VOD if timeline is not complete;
- [record] Support multiple output formats (same as
concat
, but without piping);