github lay295/TwitchDownloader 1.30

latest releases: 1.54.3, 1.54.2, 1.54.1...
3 years ago

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

Don't miss a new TwitchDownloader release

NewReleases is sending notifications on new releases.