TwitchDownloader icon indicating copy to clipboard operation
TwitchDownloader copied to clipboard

[Feature request] Add CLI option to just save as .ts

Open superbonaci opened this issue 2 years ago • 1 comments

Checklist

Write your feature request here

Add CLI option to save the final file as ts, which is output.ts, so no conversion to mp4 or mkv with ffmpeg or cat:

$ TwitchDownloaderCLI videodownload --oauth $OAUTH -u "https://www.twitch.tv/videos/694444624" -q best --temp-path ./TMP/ -o SURPRISE.ts

That would mean just copying output.ts to SURPRISE.ts in this case maybe detect file extension automatically to determine if use ffmpeg/cat or not?

Or just manually set it:

$ TwitchDownloaderCLI videodownload --format-ts --oauth $OAUTH -u "https://www.twitch.tv/videos/694444624" -q best --temp-path ./TMP/ -o SURPRISE.ts

The flag could be formatted as --format-ts, --format:ts or --format ts like other software does.

Also please add such information to documentation.

superbonaci avatar Oct 07 '23 19:10 superbonaci

Once this feature is implemented, I can ask better ts support from handbrake and gpac.

superbonaci avatar Oct 07 '23 20:10 superbonaci

The finalization pipeline has changed and output.ts is no longer created.

ScrubN avatar Jul 12 '24 15:07 ScrubN