Log in

View Full Version : x264, raspberry


mrdebug
22nd May 2013, 20:48
Is the raspberry hardware encoding supported from x264? Have you got an example on how I can use it?

J_Darnley
22nd May 2013, 22:10
By "raspberry" do you mean the Raspberry Pi? It should be supported. It is just an ARM processor, isn't it? If it doesn't have NEON instructions it is probably useless though.

paradoxical
22nd May 2013, 22:11
I believe they were asking if x264 would use the H.264 encoder that is in the Pi's SoC. Which would obviously be: no.

mrdebug
23rd May 2013, 18:48
Yes. You're right.
I have written an video surveillance application that runs in a Debian system with x264 (using FFmpeg). In Raspberry PI the program works but I can encode only 2 frames for second.
If the x264 library will support the hardware encoding of Raspberry PI, my application can be usable. Is possible?
If not I have to study and implement the hardware encoding directly without x264 and FFmpeg.

paradoxical
23rd May 2013, 18:50
This thread (http://www.raspberrypi.org/phpBB3/viewtopic.php?f=38&t=41844) might be useful to you.

Dark Shikari
23rd May 2013, 19:07
x264 can't "support" a hardware encoder; x264 already is an encoder. Using a different encoder (the hardware encoder) by definition means not using x264, because it's a different encoder.