alex
alex
If the only thing you need is to remove audio streams — it could be easily done — take a look at tests and "transcode.go" example. Do you really need...
sorry for mistake in email - [email protected]
Hi, @codenoid Please provide more details, what you mean _extracted frames_? What format do you use? And how do you store it? In general to keep audio you just need...
Yes, there is a problem. I will fix it soon. Thank You.
@gorebill could you also attach your source code?
@gorebill The major problem is here: ```go for packet := range inputCtx.GetNewPackets() { count++ //log.Printf("GetNewPackets...%v, %v", count, packet) if packet.StreamIndex() != srcVideoStream.Index() { // skip non video streams Release(packet) continue...
@gorebill Please find working example of your app [here](https://github.com/3d0c/gmf/blob/master/examples/video-to-jpeg-avio.go)
@gorebill Yes, you're right, i will add these changes in upcoming big commit. I leave this issue open, because there is some memory leaks. So if somebody faces it write...
Hi, @expd. It's pretty easy, I'll writre it ASPA. The main thing is pretty the same you can find in `trancode.go`: - Open input context - Select AUDIO streams -...
Yes - sure. That's would be great. Please update gmf's README.