orestonce / m3u8d

m3u8视频下载工具, 提供windows/macos图形界面, 下载后自动将ts文件合并、转换格式为mp4
MIT License
690 stars 86 forks source link

[feature] support H265 video format #31

Closed superwushu closed 3 months ago

superwushu commented 3 months ago

Hey I got an error "unknown cid 36" when merging. It seems cid 36 == H265 as defined in gomedia:

TS_STREAM_H265 TS_STREAM_TYPE = 0x24

Thanks in advance for adding this feature.

orestonce commented 3 months ago

The latest version(v1.24.1) has supported H265,please try again.

superwushu commented 3 months ago

The latest version(v1.24.1) has supported H265,please try again.

Thank you for the quick fix! Unfortunately, tried on this m3u8 but the merged file (mp4) is audio only. Without merging, all TS files can play video.

orestonce commented 3 months ago

This is a mistake, please retry version v1.24.2 again.

superwushu commented 3 months ago

This is a mistake, please retry version v1.24.2 again.

Yeah, working now. Thanks!