search for: encode_init

Displaying 3 results from an estimated 3 matches for "encode_init".

Did you mean: encoder_init
2007 Aug 06
1
Data space crunching-how small can I get?
Hi, I am using speex 1.2beta2 on a C5416, 16 bit, narrowband. The project I am implementing speex into is very limited in Data space. In the speex decode_init and encode_init there are allocs that, combined, take up 0x0F94 of data memory. I do not know why the various allocs are sized the way they are but that number is too big to fit into our project. I was wondering if those numbers (for the allocs) are at all flexible and if they are what is their minimum size? how...
2004 Jul 14
4
aspect ratio ?
...nd _den values, which I assume give the intended display aspect ratio (e.g. 4/3). The sample files on the bittorrent seem to say both values are 0 for all files. I'd think it should at least be made impossible to have a 0 as the denominator. The library doesn't check the values at all on encode_init. I can provide a patch if this needs to be fixed. The example encoder states in its comments that if you don't set the aspect denominator, the default of "0" is used (!) The spec.py file seems to say that aspect ratio "is not used yet". I'm a bit confused, and I'...
2007 Jan 06
7
FFmpeg Theora encoding patch
Hi, Attached is my patch to add theora encoding to ffmpeg's libavcodec (by using libtheora). I am requesting help to fix the bug I mention below and am seeking general comments before I submit the patch properly. Files encoded using this encoder have a problem playing in VLC. The files will not play unless "Drop late frames" has been unticked in the advanced video settings.