Hi developers,<br><br>I&#39;m starting developing using the codec x264 and I have some questions. I&#39;m actually using the Video Compression Functions (ICOpen, ICDecompress, etc..) using the codec x264 installed using the &quot;exe&quot; with 32 bits compatibility. The problem with that way to decompress is about the resolution of the image. At first I don&#39;t know the resolution of every frame that I receive (I&#39;m using an IP Camera with known resolution of 640x480) and I need to know that information to make the headers of the output buffers. If I use that resolution all the process is OK but now that resolution is hard coded on my source code.<br>
<br>I can&#39;t find any library and &quot;.h&quot; to add on my source code to use specific functions of the library x264 to search that values. Is possible to parse/obtain the resolution of the encoded data that I receive at first?<br>
<br>Thank you in advance.<br><br>-- <br>Miguel Angel Arcos<br>