Avicap32.dll and msvfw32.dll are missing from the windows docker container while present in the base image

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

  1. Install the ffmpeg on the windows container.
  2. 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