search for: cvaenc

Displaying 1 result from an estimated 1 matches for "cvaenc".

Did you mean: caen
2006 Aug 24
1
trying to encode/decode videos using libtheora
...I'm having some problems: I believe to have encoded a video, but I can't decode it. I've tried 2 things: to record a .ogg file and to write a libtheora decoder, using the encoded ogg_packets present in memory. The source code is here: http://opensvn.csie.org/ribamar/projects/streaming/cvaenc.c (it has a makefile in http://opensvn.csie.org/ribamar/projects/streaming/Makefile and requires highgui and opencv to compile, in debian and ubuntu with universe it must be trivial to install them with apt-get install libhighgui-dev libcv-dev) 1) generating the ogg files: ./cvaenc > a.ogg It...