lay295 / TwitchDownloader

Twitch VOD/Clip Downloader - Chat Download/Render/Replay
MIT License
2.52k stars 260 forks source link

Trimmed videodownload files keep original chapter offsets #987

Closed superbonaci closed 3 months ago

superbonaci commented 3 months ago

Checklist

Edition

Command Line Interface

Describe your issue here

Related to this: https://github.com/lay295/TwitchDownloader/issues/832 https://github.com/lay295/TwitchDownloader/issues/980

download full video:

TwitchDownloaderCLI videodownload -u 2080537125 -q best --temp-path './TMP' --oauth your_oauth -o 2080537125.mp4

Download a crop, or by chapters:

TwitchDownloaderCLI videodownload -u 2080537125 -q best --temp-path './TMP' --oauth your_oauth -o 2080537125_Goose_Goose_Duck.mp4 -e 7613
TwitchDownloaderCLI videodownload -u 2080537125 -q best --temp-path './TMP' --oauth your_oauth -o 2080537125_Minecraft.mp4 -b 7613

The cropped files have the chapters still the same as the full video, so they required modification or remove them.

Add any related files or extra information here

No response