[FFmpeg-user] libx264 vs android 4.4
Carl Eugen Hoyos
cehoyos at ag.or.at
Fri Jul 11 12:37:44 CEST 2014
Patrick Shirkey <pshirkey <at> boosthardware.com> writes:
> On Fri, July 11, 2014 4:55 pm, Carl Eugen Hoyos wrote:
> > Patrick Shirkey <pshirkey <at> boosthardware.com> writes:
> >
> >> ffmpeg -f rawvideo -i /dev/graphics/fb0
> >
> > This looks plain wrong.
> The commandline works if I do not use libx264 for
> the stream codec.
http://ffmpeg.org/ffmpeg-devices.html#fbdev
indicates that ffmpeg -f fbdev -i /dev/graphics/fb0
should be used but I unfortunately cannot test here.
Concerning that x264 doesn't work at all, please test:
$ ffmpeg -f lavfi -i testsrc -pix_fmt yuv420p out.mov
If this doesn't work, we have to find out why.
If it works, please replace "-f lavfi -i testsrc" with
the framebuffer input.
Carl Eugen
More information about the ffmpeg-user
mailing list