cuetools.net icon indicating copy to clipboard operation
cuetools.net copied to clipboard

Collect FFmpeg.AutoGen.dll

Open c72578 opened this issue 3 years ago • 0 comments

FFmpeg.AutoGen.dll is required by the experimental ffmpeg plugin of CUETools.

  • Update the scripts collect_files.bat and collect_files_debug.bat
  • Fixes Exception: Could not load file or assembly 'FFmpeg.AutoGen, Version=4.1.0.4, Culture=neutral, PublicKeyToken=9b7632533a381715' or one of its dependencies. The system cannot find the file specified.
  • Remark: For using the FFmpeg plugin, further dll files are required from FFmpeg.AutoGen\FFmpeg\bin\x64 in their matching version and need to be copied to plugins\x64. They are not distributed together with CUETools. Currently, CUETools is set to use FFmpeg.AutoGen 4.1.0.4, which requires the following FFmpeg 4.1 dlls: avcodec-58.dll, avdevice-58.dll, avfilter-7.dll, avformat-58.dll, avutil-56.dll, postproc-55.dll, swresample-3.dll, swscale-5.dll

c72578 avatar Aug 11 '22 19:08 c72578