mp4:Go中的基本MP4阅读器! 适用于ISOIEC 14496-12的CLI + Golang软件包-ISO基本媒体文件格式

时间:2024-05-29 16:56:55
【文件属性】:

文件名称:mp4:Go中的基本MP4阅读器! 适用于ISOIEC 14496-12的CLI + Golang软件包-ISO基本媒体文件格式

文件大小:2.76MB

文件格式:ZIP

更新时间:2024-05-29 16:56:55

parser video mp4 media quicktime

MP4 Go中的基本MP4阅读器! CLI和ISO / IEC 14496-12的库-ISO基本媒体文件格式 用法 go get -u github.com/alfg/mp4 package main import ( "fmt" "os" "github.com/alfg/mp4" ) func main () { file , err := os . Open ( "test/tears-of-steel.mp4" ) if err != nil { panic ( err ) } defer file . Close () info , err := file . Stat () if err != nil { panic ( err ) } size := i


【文件预览】:
mp4-master
----.travis.yml(181B)
----mp4.go(809B)
----cmd()
--------mp4info()
----test()
--------tears-of-steel.mp4(2.74MB)
----LICENSE(1KB)
----atom()
--------tkhd.go(1KB)
--------vmhd.go(574B)
--------mvhd.go(797B)
--------minf.go(721B)
--------box.go(2KB)
--------stbl.go(519B)
--------util_test.go(744B)
--------moov.go(943B)
--------hdlr.go(501B)
--------hmhd.go(725B)
--------trak.go(638B)
--------ftyp.go(686B)
--------avc1.go(196B)
--------stsd.go(622B)
--------mdhd.go(1KB)
--------elst.go(1KB)
--------edts.go(417B)
--------stts.go(774B)
--------util.go(1KB)
--------mdat.go(237B)
--------mdia.go(706B)
----appveyor.yml(298B)
----examples()
--------file_example()
--------reader_example()
--------server_example()
----.gitignore(19B)
----Makefile(269B)
----mp4_test.go(407B)
----README.md(1KB)
----go.mod(36B)

网友评论