]> git.sesse.net Git - ffmpeg/commitdiff
doc/indevs: fix fbdev typos
authorLou Logan <lou@lrcd.com>
Tue, 18 Aug 2015 20:55:15 +0000 (12:55 -0800)
committerLou Logan <lou@lrcd.com>
Tue, 18 Aug 2015 21:14:57 +0000 (13:14 -0800)
Fixes ticket #4784 as found by rodarmor.

Signed-off-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
doc/indevs.texi

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