Relative Content

Tag Archive for ffmpegcompilation

FFmpeg Compilation

I use BtbN script to build shared FFmpeg in Ubuntu.
I removed many .sh files in /scripts.d/ directory with unused libs for my app to build a tiny (compact) FFmpeg.
However it ignores my changes and build FFmpeg as with all default libs included in gpl-shared variant.

How to compile ffmpeg.dll

I would like to compile a ffmpeg.dll dynamic link library which includes the full range of codecs, but when I search for guides I can only find resouces to create ffmpeg.exe. Can anyone point to any resources. Thank you in advance.