[FFmpeg-devel] [PATCH] doc/indevs: fix typos
Ronald S. Bultje
rsbultje at gmail.com
Tue Aug 18 23:04:22 CEST 2015
Hi,
On Tue, Aug 18, 2015 at 4:57 PM, Lou Logan <lou at lrcd.com> wrote:
> Fixes ticket #4784 as found by rodarmor.
>
> Signed-off-by: Lou Logan <lou at lrcd.com>
> ---
>
> I did not test examples.
>
> ---
>
> doc/indevs.texi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/indevs.texi b/doc/indevs.texi
> index d5415bb..6f47504 100644
> --- a/doc/indevs.texi
> +++ b/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
> @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).
> --
> 2.5.0
lgtm.
Ronald
More information about the ffmpeg-devel
mailing list