Page 1 of 1

Preview and Record 1080i50 videos ffmpeg

PostPosted: Mon Oct 08, 2018 1:01 pm
by kamarajpandi.r
Hi Friends,
I am trying to record video From intensity Shuttle using ffmpeg.

1. Video Input - HDMI
2. Video Standard - HD 1080i50

I had completed Previewing video from Intensity Shuttle device. While i am trying to record videos while Previewing which Shows error (Can nor Enable Video Input).

My ffmpeg code :
ffmpeg -format_code Hi50 -f decklink -i 'Intensity Pro' -c:a copy -c:v copy output.avi
Preview Off : Recording Succesffully.
Preview On: Can not Enable Video Input (ERROR)

And aslo, I want to know about How to get rawvideo from decklink device using ffmpeg (1080i50).

Thanks in advance.

Re: Preview and Record 1080i50 videos ffmpeg

PostPosted: Tue Oct 09, 2018 11:43 pm
by Cameron Nichols
Hi Kamaraj,

From your description, I believe you have 2 applications attempting to access the IDeckLinkInput object interface. Because your preview application already has enabled input, then FFmpeg cannot also access the input at the same time, hence why call to IDeckLinkInput::EnableVideoInput method fails.

You should keep your preview and capture in a single application, or if you application allows for, disable the input on your preview application before starting FFmpeg capture.

Regards
Cameron

Re: Preview and Record 1080i50 videos ffmpeg

PostPosted: Wed Oct 10, 2018 6:59 am
by kamarajpandi.r
Thanks for responding,
Is there any way to get raw video from Intensity Shuttle.