On 18 January 2015 at 19:44, Georg Lippitsch wrote:
> Examples:
>
> Capture video clip at 720p50 with 32bit audio:
> ffmpeg -bm_audiodepth 32 -f decklink -i 'UltraStudio Mini Recorder@14'
> -acodec copy -vcodec copy output.avi
>
> Capture video clip at 576i50 with 8 audio channels:
> ffmpeg -bm_c
On Sun Jan 18 2015 at 11:45:54 AM Georg Lippitsch
wrote:
>
> @@ -379,6 +380,18 @@ av_cold int ff_decklink_read_header(AVFormatContext
> *avctx)
> ctx->list_devices = cctx->list_devices;
> ctx->list_formats = cctx->list_formats;
> ctx->preroll = cctx->preroll;
> +if (cctx->c
Examples:
Capture video clip at 720p50 with 32bit audio:
ffmpeg -bm_audiodepth 32 -f decklink -i 'UltraStudio Mini Recorder@14' -acodec
copy -vcodec copy output.avi
Capture video clip at 576i50 with 8 audio channels:
ffmpeg -bm_channels 8 -f decklink -i 'UltraStudio Mini Recorder@3' -acodec copy