Releases: TheDrHax/Twitch-Utils
Releases · TheDrHax/Twitch-Utils
1.8.1
1.8.0
-
[record]
- Total rewrite with multiple threads: Record and repairs are running at the same time
- Immediate interrupt on ads and skipped segments
- Avoid excessive stream fragmentation by merging adjacent missing ranges
- Fix support of Twitch's continuous VODs
-
[concat]
- Find and report all missing ranges at once
- Add
--min-overlap
parameter to avoid concatenation too close to the end
-
[clip] Fix exception on exit
-
[offset] Automatic conversion of template to match the video
1.7.3
1.7.2
1.7.1
1.7.0
- [record] Check stream status before retrying;
- [record] Find unlisted VODs to fill gaps in the recording;
- [record] Custom API headers;
- [record] Bump streamlink to version 5.5.0;
- [record] Remove OAuth token requirement;
- [record] Log precise timings;
- [concat] Cut clips precisely at keyframes if possible;
- [mute] Add support for big ranges (> 5 minutes);
- [mute] Added support for Python 3.10 (spleeter doesn't support 3.11 yet);
1.6.1
1.6
- [concat] Added mpv EDL and EDL URI output formats for fast read-only preview;
- [concat] Prefer longer clips to decrease the number of cuts in some scenarios;
- [record] Improve timings (timeouts, restart delays);
- [record] Continue recording if streamlink exited without downloading all queued segments;
- [record] Bump minimum required version of streamlink to 2.4.0;
- [record] Fixed automatic detection of live VOD;