[FFmpeg-devel] [PATCH] Docs for Blackmagic high bit depth video/audio

Timothy Gu timothygu99 at gmail.com
Sun Jan 18 21:50:15 CET 2015


On Sun Jan 18 2015 at 11:46:03 AM Georg Lippitsch <georg.lippitsch at gmx.at>
wrote:

> ---
>  doc/indevs.texi | 34 +++++++++++++++++++++++++++++++---
>  1 file changed, 31 insertions(+), 3 deletions(-)
>

Does the decklink outdev need changing too?


>
> diff --git a/doc/indevs.texi b/doc/indevs.texi
> index fa6facf..d359292 100644
> --- a/doc/indevs.texi
> +++ b/doc/indevs.texi
> @@ -1006,10 +1006,10 @@ need to configure with the appropriate
> @code{--extra-cflags}
>  and @code{--extra-ldflags}.
>  On Windows, you need to run the IDL files through @command{widl}.
>
> -DeckLink is very picky about the formats it supports. Pixel format is
> always
> -uyvy422, framerate and video size must be determined for your device with
> +DeckLink is very picky about the formats it supports. Pixel format is
> +uyvy422 or v210, framerate and video size must be determined for your
> device with
>  @command{-list_formats 1}. Audio sample rate is always 48 kHz and the
> number
> -of channels currently is limited to 2 (stereo).
> +of channels can be 2, 8 or 16.
>
>  @subsection Options
>
> @@ -1023,6 +1023,16 @@ Defaults to @option{false}.
>  If set to @option{true}, print a list of supported formats and exit.
>  Defaults to @option{false}.
>
> + at item bm_v210
> +If set to @option{true}, video is captured in 10 bit v210 instead
>

If set to @samp{1}


> +of uyvy422. Not all Blackmagic devices support this option.
>
Timothy


More information about the ffmpeg-devel mailing list