First of all... wow. What an amazing piece of software. Bindings are usually crap; yours is incredible! I just discovered it yesterday, and already today I got a prototype of something that would have taken me 10x as long to make using the pure C librairies. Thanks for that :)
I was wondering if its possible to use av_dump_format to get a nice output of containers, just like ffmpeg uses? I see it's mapped here:
https://github.com/mikeboers/PyAV/blob/83bf75bc801f74763990247e122eec5589ac7785/include/libavformat/avformat.pxd#L256
...but I'm not sure how to use it, or even if it's possible from within the exposed API.
Thanks again
First of all... wow. What an amazing piece of software. Bindings are usually crap; yours is incredible! I just discovered it yesterday, and already today I got a prototype of something that would have taken me 10x as long to make using the pure C librairies. Thanks for that :)
I was wondering if its possible to use av_dump_format to get a nice output of containers, just like ffmpeg uses? I see it's mapped here:
https://github.com/mikeboers/PyAV/blob/83bf75bc801f74763990247e122eec5589ac7785/include/libavformat/avformat.pxd#L256
...but I'm not sure how to use it, or even if it's possible from within the exposed API.
Thanks again