Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed wrong output file extension #3

Closed
wants to merge 1 commit into from

Conversation

lucasriondel
Copy link
Contributor

No description provided.

@matschik
Copy link
Owner

matschik commented Mar 15, 2021

The video chunks provided by Twitch are in .ts encoding format.
More information about .ts format: https://en.wikipedia.org/wiki/MPEG_transport_stream

.mp4 is not the right format even if it seems to work.

@matschik matschik closed this Mar 15, 2021
@lucasriondel
Copy link
Contributor Author

@matschik oh, sorry about that ! I thought it was a mistake on your end, for me ts files are typescript files ahah

What do you use to convert these files into another format ?

@matschik
Copy link
Owner

matschik commented Mar 16, 2021

I do not convert the video output file, this is a concatenation of original video chunks in .ts format directly from Twitch ;)

@lucasriondel
Copy link
Contributor Author

And you just use them as is ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants