- Base On FlvExtract, Thanks to
- 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 ffmpeg as backend, which should be in FFmpeg/bin/x64)
- 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.4.0(2024/12/17)
- feat: change mp4 muxer(FFmpeg should be in FFmpeg/bin/x64)
- feat: add hevc muxer detector