Re: [FFmpeg-devel] [PATCH] 32 bit and 8/16 channel audio support for Decklink input

2015-01-18 Thread Kieran Kunhya
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

Re: [FFmpeg-devel] [PATCH] 32 bit and 8/16 channel audio support for Decklink input

2015-01-18 Thread Timothy Gu
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

[FFmpeg-devel] [PATCH] 32 bit and 8/16 channel audio support for Decklink input

2015-01-18 Thread Georg Lippitsch
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