From 363a32d87dd0cb504fbec04f1f8ca1ee890ce3af Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Thu, 9 Jan 2025 11:22:49 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ changelog.yaml | 7 +++++++ docs/changelog.md | 6 ++++++ docs/commands/chat.md | 15 +++++++++++++++ 4 files changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e625dba..1629d80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ twitch-dl changelog +### [2.10.0 (2025-01-09)](https://github.com/ihabunek/twitch-dl/releases/tag/2.10.0) + +* Add chat --image-format option to specify intermediate frame format +* Add chat --keep option to keep the generated frames +* Add chat --no-join option to skip video generation + ### [2.9.4 (2025-01-06)](https://github.com/ihabunek/twitch-dl/releases/tag/2.9.4) * Fix bug with cache directory creation (#171) diff --git a/changelog.yaml b/changelog.yaml index 54bdbc9..5c5e577 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1,3 +1,10 @@ +2.10.0: + date: 2025-01-09 + changes: + - "Add chat --image-format option to specify intermediate frame format" + - "Add chat --keep option to keep the generated frames" + - "Add chat --no-join option to skip video generation" + 2.9.4: date: 2025-01-06 changes: diff --git a/docs/changelog.md b/docs/changelog.md index e625dba..1629d80 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,12 @@ twitch-dl changelog +### [2.10.0 (2025-01-09)](https://github.com/ihabunek/twitch-dl/releases/tag/2.10.0) + +* Add chat --image-format option to specify intermediate frame format +* Add chat --keep option to keep the generated frames +* Add chat --no-join option to skip video generation + ### [2.9.4 (2025-01-06)](https://github.com/ihabunek/twitch-dl/releases/tag/2.9.4) * Fix bug with cache directory creation (#171) diff --git a/docs/commands/chat.md b/docs/commands/chat.md index 659a468..9ea2c90 100644 --- a/docs/commands/chat.md +++ b/docs/commands/chat.md @@ -55,11 +55,26 @@ twitch-dl chat [OPTIONS] ID Video format to convert into, passed to ffmpeg as the target file extension. [default: mp4] + + -i, --image-format TEXT + Image format used to render individual frames, bmp (default) is fast but consumes a lot of space. You can switch to png to conserve space at cost of speed. [default: bmp] + + --overwrite Overwrite the target file if it already exists without prompting. + + -k, --keep + Don't delete the generated intermediate frame images. + + + + --no-join + Don't run ffmpeg to join the generated frames, implies --keep. + + --json Print data as JSON rather than human readable text