Expected behavior
FFmpeg runs perfectly on the base image(windowsservercore) and should run on the container as well.
Actual behavior
FFmpeg does not run on the container
- Install the ffmpeg on the windows container.
- Run it . Windows returns the error -1073741701
Implies required dll’s is/are missing.
FFmpeg has the dependency on the following dll’s which are present in base image but missing from the windows docker container.
avicap32.dll
msvfw32.dll
Regards,
Ankur Vashishtha