I face some issue when trying to load the ffmpeg libraries - the code says that it is not supported.
First I used the libs from the old download link given here in a previous post:
- avcodec-56.dll
- avdevice-56.dll
- avfilter-5.dll
- avformat-56.dll
- avutil-54.dll
- swresample-1.dll
- swscale-3.dll
But the result was negative (IsSupportedFFMPEG = False) nevertheless.
Then I tried to use the latest version 5 DLLs - same result.
The program declines the support of the FFMPEG libs.
Whats going wrong here? Any suggestions?
BTW: the same code on my developer PC is working fine.
Thanks a lot!