I write application to capture stream from V4L2 device and convert it Ogg/Theora stream. But i have problem with low performance. Maybe there is something which i can do to fix encoding performance on RGB to YUV convert function. I think this take lot of CPU ticks: ogg_encode_frame function in http://linpvr.googlecode.com/svn/trunk/src/ogg_enc.c Any suggestions? PS. Someone know applications for V4L like VCR?
Kamil Pawlowski wrote:> ogg_encode_frame function in > http://linpvr.googlecode.com/svn/trunk/src/ogg_enc.c > > Any suggestions? >I haven't tried your app but yet, but a question... As I wrote, in my V4L + Theora app I have problems with the clips I create. The clip goes on for some seconds after the player arrives to the ending time... Did you have problems in this way? Did you do something to set the timestamps of the frames...?