<p>Hi Reddit, software engineer from Comcast here and I'm looking to see if this community might know of any budding open source multimedia encoding/decoding libraries. </p>
<p>To make a long story short, our team has started moving quite heavily in a Go direction and we've recently we've cooked up a couple of multimedia libraries in Go that we would like to open source. Rather than blindly put them on GitHub we'd like to see if there are any active communities that already have a multimedia encoding/decoding in native Go that we can contribute our code to. The only viable idea that we've had around here would be making a contribution to Go itself and starting a multimedia library to supplement the Go image library. That being said, if someone is working on, or knows of a native Go ffmpeg flavored project we'd love to hear about it and contribute. </p>
<p>At the current time we're looking to release libmpegts, which is a library for parsing and extracting MPEG systems layer info from transport streams. Currently libmpegts supports mpeg2 transport streams and we'd like to grow that. We're also looking to release GAAD (Go Advanced Audio Decoder), which is currently an AAC bitstream parser supporting AAC-LC and HEAAC bitstreams. Ideally we'd like this to grow into a functioning AAC decoder entirely written in Go. </p>
<p>Thanks for your help!</p>
<hr/>**评论:**<br/><br/>sbinet: <pre><p>the only thing I am vaguely aware and is vaguely official (but related to audio) is:</p>
<p><a href="https://godoc.org/golang.org/x/mobile/exp/audio" rel="nofollow">https://godoc.org/golang.org/x/mobile/exp/audio</a></p></pre>sc28: <pre><p>There is a project that is a wrapper over the FFMPEG libs:
<a href="https://github.com/giorgisio/goav" rel="nofollow">https://github.com/giorgisio/goav</a></p></pre>arope28: <pre><p>this is all I could find in regards to that topic when I looked a few months ago (I am also at Comcast): <a href="http://awesome-go.com/#video" rel="nofollow">http://awesome-go.com/#video</a></p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传