How to send a ffmpeg stream to the framebuffer /dev/fb0?
For instance, how to send the webcam output to the framebuffer?
I am looking for an equivalent of this mplayer command but using ffmpeg exclusively:
mplayer -ov fbdev2 -tv driver=v4l2 device=/dev/video0 tv://
P. S.: I don't wat to pipe the output of ffmpeg to mplayer