[beagleboard] H264 Encoding in BB-xM...

2013-10-28 Thread ozkannn01
Hi, I am currently using Ubuntu 12.10, Kernel 3.7.10-x13 where gst-dsp is enabled. I'm tasked to encode the video camera output (UYVY) to H264 in BB-xM. I see that there is no related dll64P (h264venc_sn.dll64P) available in /lib/dsp. Also, no H264 encoding supported in ffmpeg or avconv

Re: [beagleboard] H264 Encoding in BB-xM...

2013-10-28 Thread Eric Williams
x264 can encode to H264, but I don't know if it can handle your camera's output, it may need some front-end code. It's not a streaming encoder, either, but you didn't say if that was a requirement. On Mon, Oct 28, 2013 at 8:45 AM, ozkann...@gmail.com wrote: Hi, I am currently using Ubuntu

Re: [beagleboard] H264 Encoding in BB-xM...

2013-10-28 Thread Dieter Wirz
For some legal reasons, don't ask me why exactly, ffmpeg cannot be legally distributed as an executable with H264 support. Therefore u have to compile it yourself, all components you need are legally available. See eg here: https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide I did this