Hi,
I compiled FFMPEG with Blackmagic SDK v 10.11.4. As soon as I enter a simple command like this one
- Code: Select all
ffmpeg -i test.avi -f decklink -list_devices 1 dummy
(from the FFMPEG online documentation)
I get the correct list of devices but the result has always an error:
- Code: Select all
Could not write header for output file #0 (incorrect codec parameters ?): Immediate exit requested
Error initializing output stream 0:1 --
My question, as a newbie: is it normal?
Thank you very much for an answer,
David.