After live recording finished, I'm unable to open the video. MediaInfo says FileExtension_invalid. #1042
-
|
Info that might be helpful. It's a 19GB file, I wonder if it had problems due to size? I was able to sucessfully remux the .ts to mp4 using ffmpeg, but I'd like to know how to prevent this in the future. Thank you. MediaInfo |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Wrong repo. This is not relevant to Streamlink Twitch GUI. Your previous thread from April was also already irrelevant to this repo. Please read the project README.md before posting. And it's not a Streamlink issue either. Twitch streams are using MPEG-TS transport streams, apart from the still in beta H265/AV1 streams which are using fragmented MPEG-4 containers. If your application you're trying to read your recording with is incapable of reading MPEG-TS, then you must remux the file first. |
Beta Was this translation helpful? Give feedback.
Wrong repo. This is not relevant to Streamlink Twitch GUI. Your previous thread from April was also already irrelevant to this repo. Please read the project README.md before posting.
And it's not a Streamlink issue either. Twitch streams are using MPEG-TS transport streams, apart from the still in beta H265/AV1 streams which are using fragmented MPEG-4 containers. If your application you're trying to read your recording with is incapable of reading MPEG-TS, then you must remux the file first.