[FFmpeg-devel] [PATCH] doc/indevs/libcdio: apply minor spell fixes, extend documentation

Timothy Gu timothygu99 at gmail.com
Sat Jan 31 04:09:47 CET 2015


On Fri Jan 30 2015 at 9:32:58 AM Stefano Sabatini <stefasab at gmail.com>
wrote:

> ---
>  doc/indevs.texi | 32 +++++++++++++++++++++++++++++---
>  1 file changed, 29 insertions(+), 3 deletions(-)
>
> diff --git a/doc/indevs.texi b/doc/indevs.texi
> index fa6facf..85ceae4 100644
> --- a/doc/indevs.texi
> +++ b/doc/indevs.texi
> @@ -559,20 +559,46 @@ ffmpeg -f lavfi -i "movie=test.ts[out0+subcc]" -map
> v frame%08d.png -map s -c co
>
>  @section libcdio
>
> -Audio-CD input device based on cdio.
> +Audio-CD input device based on libcdio.
>
>  To enable this input device during configuration you need libcdio
> -installed on your system. Requires the configure option
> +installed on your system. It requires the configure option
>  @code{--enable-libcdio}.
>
>  This device allows playing and grabbing from an Audio-CD.
>
> -For example to copy with @command{ffmpeg} the entire Audio-CD in /dev/sr0,
> +For example to copy with @command{ffmpeg} the entire Audio-CD in
> @file{/dev/sr0},
>  you may run the command:
>  @example
>  ffmpeg -f libcdio -i /dev/sr0 cd.wav
>  @end example
>
> + at subsection Options
> + at table @option
> + at item speed
> +Set drive reading speed. Default value is 0.
> +
> +The speed is specified CD-ROM speed units. The speed is set through
> +the libcdio @code{cdio_cddap_speed_set} function. On many CD-ROM
> +drives, specifying a value too large will result in using the fastest
> +speed.
> +
> + at item paranoia_mode
> +Set paranoia recovery mode flags. It accepts one of the following values:
> +
> + at table @samp
> + at item disable
> + at item verify
> + at item overlap
> + at item neverskip
> + at item full
> + at end table
> +
> +Default value is @samp{disable}.
> +
>


> +For more information about the available recovery modes, consult the
> +paranoia project documentation.
>

Is there a man page somewhere the user can directly `man paranoia`?

LGTM.

Timothy


More information about the ffmpeg-devel mailing list