|
|
|
|
|
by xmichael99
3076 days ago
|
|
I would gladly donate to anyone that wants to statically bind this for use with c# with mono multiplatform support. I really would love to see the power of FFmpeg open to more apps.
I've used FFmpeg libs dynamically linked, but it requires FFmpeg be installed on the system. |
|
This actually came up for me a couple days ago, and my ham-fisted solution was to bundle ffmpeg.exe and ffplay.exe in the DLL and extract when running :)
It solved the problem but is so gross!