GyanD / codexffmpeg

Support for https://www.gyan.dev/ffmpeg
1.31k stars 102 forks source link

The ffmpeg-release-full-shared archive for 7.0 also contains the DLLs for 6.1 #122

Closed blb2 closed 2 months ago

blb2 commented 2 months ago

Given the new 7.0 release of FFmpeg, I grabbed the latest build from your website and noticed the double amount of DLLs within the archive. Perhaps this is intentional, or not, just wanted to let you know.

$ find bin -type f
bin/avcodec-60.dll
bin/avcodec-61.dll
bin/avdevice-60.dll
bin/avdevice-61.dll
bin/avfilter-10.dll
bin/avfilter-9.dll
bin/avformat-60.dll
bin/avformat-61.dll
bin/avutil-58.dll
bin/avutil-59.dll
bin/ffmpeg.exe
bin/ffplay.exe
bin/ffprobe.exe
bin/postproc-57.dll
bin/postproc-58.dll
bin/swresample-4.dll
bin/swresample-5.dll
bin/swscale-7.dll
bin/swscale-8.dll
GyanD commented 2 months ago

Looks like the clean-up script failed silently. Fixed and re-uploaded.