Skip to content

Releases: lay295/TwitchDownloader

1.38

20 Nov 00:20
Compare
Choose a tag to compare

More bug fixes

  • Reverted 1.37 change in VOD cutting
  • Fixed downloading clips in GUI
  • Fixed ffmpeg path finding in CLI client

1.37

17 Sep 07:24
Compare
Choose a tag to compare

More bug fixes image

Fixed typos in CLI client arguments
Fixed some instances where font fallback wouldn't work correctly
Fix desync in cutting vods, with the drawback that cutting is no longer accurate up to 10s in the beginning and end

1.36

04 Sep 00:57
Compare
Choose a tag to compare

More bug fixes

  • Fix rendering of chats that had embedded emotes (again)
  • Fix --ffmpeg-path in CLI client
  • Fix downloading of newer VODs

1.33

30 Aug 22:12
Compare
Choose a tag to compare

More bug fixes image

Fix parsing of Clip IDs in CLI
Fix chat download of clips downloading the whole VOD
Added @zigagrcar PR which added a default file name for vod and clip downloads.

1.32

23 Aug 17:12
Compare
Choose a tag to compare

Bug fixes

Fix UI freeze on chat render
Fix embedded emotes
Fix outlines

1.31

20 Aug 04:43
Compare
Choose a tag to compare

New Mask Transparency Option

Want transparent backgrounds but tired of huge file sizes? Or bad chromakeying? Well maybe you'll like this new feature.

  • Added "Generate Mask" option to Chat Render

If you use Premiere Pro or Sony Vegas you can view a small tutorial here

1.30

17 Aug 08:40
Compare
Choose a tag to compare

Bug fixes

Hopefully fixes audio desync with videos.
Fixed bug with null comments preventing chat render.
Fixed bug with not being able to crop videos longer than 24hrs
Fixed bug not being able to download super old twitch vods
Fixed rare bug where emojis on new lines would render incorrectly
Fixed rare bug where emotes would be sized incorrectly when found in the waybackmachine

Cross platform CLI Client

This is a cross platform client that can do the main functions of the program without a GUI. It works on Windows and Linux, haven't tested it on MacOS though.
Some documentation here, for example, you could copy/paste this into a .bat file on Windows and you can download a VOD, download chat, then render it in a single go. I've never really made a command line utility before, so things may change in the future. If you're on Linux, make sure fontconfig and libfontconfig1 are installed.

@echo off
set /p vodid="Enter VOD ID: "
TwitchDownloaderCLI -m VideoDownload --id %vodid% --ffmpeg-path "ffmpeg.exe" -o %vodid%.mp4
TwitchDownloaderCLI -m ChatDownload --id %vodid% -o %vodid%_chat.json
TwitchDownloaderCLI -m ChatRender -i %vodid%_chat.json -h 1080 -w 422 --framerate 30 --update-rate 0 --font-size 18 -o %vodid%_chat.mp4

1.26

23 Jun 02:28
Compare
Choose a tag to compare

Small bug fix

Fixed 3rd party JSON import

1.25

22 Jun 05:25
Compare
Choose a tag to compare

Small bug fixes

Gives warning when using invalid resolutions for chat render
Fixes GIF timing issues with a small number of emotes
Supports JSON files from PetterKraabol/Twitch-Chat-Downloader
Lengths of chat renders will now match VOD length with newly downloaded chat JSONS
Fixed A/V de-sync issue

1.24

07 May 02:51
Compare
Choose a tag to compare

401 Error fix

Downgraded to API v5