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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
