Quicktime/MP4 Fast Start视频流快速定位
该项目为 Python 实现可 Quicktime/MP4 视频流的快速定位。基于 ffmpeg 项目中的 qt-faststart.c。
该项目的目的是可以在无需编译下运行,Windows 和 OS X 用户在编译 qt-faststart.c 会有些麻烦。
特性:
- 使用 Python 编写,支持跨平台
- 可处理 32-bit (stco) 和 64-bit (co64) atoms
- Handles any file where the mdat atom is before the moov atom
- Preserves the order of other atoms
- Can replace the original file (if given no output file)
评论