doc/indevs: fix fbdev typos

Fixes ticket #4784 as found by rodarmor.

Signed-off-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
pull/146/head
Lou Logan 9 years ago
parent 4545906f60
commit 5d410a1db2
  1. 4
      doc/indevs.texi

@ -444,12 +444,12 @@ Documentation/fb/framebuffer.txt included in the Linux source tree.
To record from the framebuffer device @file{/dev/fb0} with To record from the framebuffer device @file{/dev/fb0} with
@command{ffmpeg}: @command{ffmpeg}:
@example @example
ffmpeg -f fbdev -r 10 -i /dev/fb0 out.avi ffmpeg -f fbdev -framerate 10 -i /dev/fb0 out.avi
@end example @end example
You can take a single screenshot image with the command: You can take a single screenshot image with the command:
@example @example
ffmpeg -f fbdev -frames:v 1 -r 1 -i /dev/fb0 screenshot.jpeg ffmpeg -f fbdev -framerate 1 -i /dev/fb0 -frames:v 1 screenshot.jpeg
@end example @end example
See also @url{http://linux-fbdev.sourceforge.net/}, and fbset(1). See also @url{http://linux-fbdev.sourceforge.net/}, and fbset(1).

Loading…
Cancel
Save