Skip to content

Releases: TheDrHax/Twitch-Utils

1.5

03 Apr 18:38
Compare
Choose a tag to compare
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

03 Apr 09:44
Compare
Choose a tag to compare
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);

1.3.1

03 Apr 09:44
Compare
Choose a tag to compare
  • Add basic Windows support for concat and offset;
  • Do not mutate clips in find_offset;