first and foremost: thank you for your Windows builds of FFmpeg!
They are unbelievably helpful in my daily workflows.
I recently encountered a problem, when updating my FFmpeg version from a release in Mid November, to the current one.
I am using FFmpeg in one of the scripts to capture video from a Decklink card. After the update, I get an error message and it does not work.
I then checked the recent versions and found the last working version was the one labelled "20161210-edb4f5d". The next one (20161216-a5cf600) does not work and all after that do not work either.
Was there any change to FFmpeg?
My command line, I use:
FFmpeg.exe -r 25 -rtbufsize 2048M -channels 2 -video_input sdi -audio_input embedded -f decklink -i "DeckLink HD Extreme [email protected]" -filter_complex "[0:v] yadif, split=2 [recording] [stream]" -map "[recording]" -map 0
I should say that I use VLC to check the recording via the local UDP stream. Evertything else should be self explanotory.
Any ideas? Thanks for your reply!