Zeranoe
16th December 2012, 01:58
I would like to create a script that captures from my Blackmagic Intensity Pro for X seconds. Basscially, double click on a .bat file and it will record the input that the card is receiving for X seconds.
So far I tried creating a Graphedit GRF file and feed that to an Avisynth file, and then finally feed that avs file into FFmpeg.
That worked, for video, but for the audio I ran into problems.
The WDM driver for the card keeps both video and audio capture in the same filter. So I was unable to record the audio because Avisynth requires two inputs for GRF files. The driver or filter cannot be open twice at the same time, so the video OR audio was all I could capture at one time.
I wish Avisynth could accept both audio and video input from the same GRF file.
Does anyone know a possible workaround for this, or have any ideas how I could do this?
So far I tried creating a Graphedit GRF file and feed that to an Avisynth file, and then finally feed that avs file into FFmpeg.
That worked, for video, but for the audio I ran into problems.
The WDM driver for the card keeps both video and audio capture in the same filter. So I was unable to record the audio because Avisynth requires two inputs for GRF files. The driver or filter cannot be open twice at the same time, so the video OR audio was all I could capture at one time.
I wish Avisynth could accept both audio and video input from the same GRF file.
Does anyone know a possible workaround for this, or have any ideas how I could do this?