asticode / go-astiav

Golang ffmpeg and libav C bindings
MIT License
337 stars 38 forks source link

No bindings for AVProgram in avformat #68

Closed jikard0 closed 1 week ago

jikard0 commented 2 weeks ago

Hello ,

I can find binding for AVStream but cannot find binding for AVProgram. Very useful to manipulate ABR HLS and MPTS streams, filter by program number for example.

asticode commented 2 weeks ago

AVProgram is not implemented for now. Could you provide a list of methods/features you would need? I don't want to implement everything avformat provides but I don't want to miss on things you would need either 👍

asticode commented 2 weeks ago

For instance, would what I've added on the dev branch be enough for your use case?

jikard0 commented 1 week ago

Working exactly as expected. Thank you so much.

asticode commented 1 week ago

Great, I've merged it into master 👍

I'm closing this issue but feel free to reopen it or let me know whether you need a tag