go-astiav icon indicating copy to clipboard operation
go-astiav copied to clipboard

Support for bitstream filtering

Open mihailj opened this issue 1 year ago • 1 comments

Hello,

1st of all the project is a great step forward from the outdated goav bindings, really clean and easy to use.

I couldn't find any way to use bitstream filtering (for example hevc_mp4toannexb).

Am I missing something or it's not implemented yet?

Thanks, Mihail

mihailj avatar Apr 06 '23 10:04 mihailj

Thanks a lot for the kind words ❤️

Bitstream filtering is not implemented yet. That would mean adding some of those functions(doc is out of date, but that's to give an idea).

asticode avatar Apr 06 '23 12:04 asticode

FYI bitstream filtering support has now been added with https://github.com/asticode/go-astiav/commit/d8844951c9786ed203c545581dacb5e9a8c448d6 in master 👍

I've also added a specific example

asticode avatar May 14 '24 16:05 asticode