Quentin Renard

Results 338 comments of Quentin Renard

Thanks a lot for the kind words ❤️ Bitstream filtering is not implemented yet. That would mean adding some of [those functions](https://ffmpeg.org/doxygen/trunk/bsf_8h.html)(doc is out of date, but that's to give...

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](https://github.com/asticode/go-astiav/blob/master/examples/bit_stream_filtering/main.go)

Could you link to those C examples if they already exist? Hardware acceleration would indeed be a nice addition 👍

FYI an hardware decoding example is now available [here](https://github.com/asticode/go-astiav/blob/master/examples/hardware_decoding/main.go) 👍

It's an interesting idea

As mentioned in the readme, this lib is compatible with `ffmpeg` up to `4.1.1`. There were some breaking changes since then.

@oldma3095 can you describe your problem? I'm not getting it. Are you getting an error message? If so which `libsrt` are you using? On which OS? Or is it something...

> Thanks for such a detailed review! I will make the relevant changes once I get back. No problem. Don't forget to add a comment here once you're done as...

Did you have the chance to finalize this PR by any chance?