- Base On FlvExtract
- Support HEVC for codec id 0x09 or 0x0D (always using in CDN)
- support export video stream to .h264 or .h265 and audio stream to .aac etc.
- support export pts, dts and diff of them
- support remuxer to mp4 (using mp4box of GPAC, which should be in your %PATH%)
- 基于 FlvExtract 修改
- 支持 codec id 为 09 或者 12 的 HEVC flv 视频流,通常用于 CDN
- 支持导出为 .h264 .h265 .aac 等等
- 支持导出 pts、dts、pts-dts、dts-dts 用于排障
- 转换为 mp4 (需要把 gpac 的 mp4box 放置于 %PATH% 中)
- start
- result
- hexview
- A portable (PCL) .NET library that extracts the audio and/or video tracks from FLV files This library is a PCL port of the FlvExtract library from J.D. Purcell (http://moitah.net/)
- 2.2.0(2023/9/1)
- feat: add mp4 muxer(by using mp4box, mp4box should be in your path)
- 2.1.0(2023/4/24)
- feat: add time stamp information
- feat: add hex view for per Flv Tag
- feat: key frame jump for video Tag
- 1.7.0 (2023/4/14)
- feat: add HVCCDecoderConfigurationRecord support
- UI: big fonts
- Ancient
- HEVC support
- dts、pts output