Patrick Shirkey <pshirkey <at> boosthardware.com> writes: > ffmpeg -f rawvideo -i /dev/graphics/fb0
This looks plain wrong. ffmpeg cannot warn about this, it cannot know that /dev/... is a device (and not a file). Careful with your other input options, I haven't used the FFmpeg framebuffer input device but the documentation indicates that you should neither set codec nor pix_fmt. I am surprised that you should set the input frame rate, this may indicate a bug. > Codec AVOption preset (Set the encoding preset (cf. > x264 --fullhelp)) specified for output file #0 > (http://localhost:8090/feed1.ffm) has not been used > for any stream. The most likely reason is either > wrong type (e.g. a video option with no video > streams) or that it is a private option of some > encoder which was not actually used for any stream. This would indicate that something is wrong with your command line. It works fine here, what version of x264 did you compile? > No pixel format specified, yuv444p for H.264 > encoding chosen. Use -pix_fmt yuv420p for > compatibility with outdated media players. This is no problem for FFmpeg but I suspect you want to read this carefully (and test with your desktop computer). Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
