[FFmpeg-user] Screen capture in android
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Jan 24 20:25:21 CET 2013
Navin Math <hinavinmath <at> gmail.com> writes:
> ./ffmpeg -y -vcodec rawvideo -f rawvideo -pix_fmt rgb32
> -s 320x480 -i /dev/graphics/fb0 /sdcard/output2.avi
I don't think /dev/graphics/fb0 provides rawvideo
format (in the FFmpeg sense).
There is a framebuffer input device (-f fbdev), I
suggest you test it instead.
For future mails: Please never post an extract of
the FFmpeg console output, always post the complete,
uncut console output (at least the first 50 and the
last 50 lines).
Carl Eugen
More information about the ffmpeg-user
mailing list