[FFmpeg-devel] How to get width/height of an H264 stream using its SPS ?

2015-07-30 Thread PROMONET Michel
Hi, I don't know if this is the right place to ask for this kind of information. Basically I am trying to get width and height from the H264 SPS using ffmpeg. Using a reduced sample like this : #include #include int main() { const char sps[] = {0, 0, 0, 1, 0x67, 0x42,

Re: [FFmpeg-devel] How to get width/height of an H264 stream using its SPS ?

2015-07-30 Thread PROMONET Michel
pment discussions and patches Objet : Re: [FFmpeg-devel] How to get width/height of an H264 stream using its SPS ? Hi, On Thu, Jul 30, 2015 at 5:16 AM, PROMONET Michel < michel.promo...@thalesgroup.com> wrote: > Hi, > > I don't know if this is the right place to ask for th

Re: [FFmpeg-devel] How to get width/height of an H264 stream using its SPS ?

2015-08-04 Thread PROMONET Michel
illet 2015 18:50 À : FFmpeg development discussions and patches Objet : Re: [FFmpeg-devel] How to get width/height of an H264 stream using its SPS ? Hi, On Thu, Jul 30, 2015 at 10:58 AM, PROMONET Michel < michel.promo...@thalesgroup.com> wrote: > Hi Ronald, > > Thanks for the quick a