mos9527 / quicktimeatoms

Python QuickTime MoiveAtoms 解析库

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atom

Python 用 QuickTime movie Atoms 解析库

使用

import atom
file = open('meida.mp4','rb')
header = file.read(256)
header = atom.unpack(header)

说明

详见 class ATOM 内注释

功能

  • MVHD 解析,修改

参考

Movie Atoms - Apple

About

Python QuickTime MoiveAtoms 解析库

License:Apache License 2.0


Languages

Language:Python 100.0%