You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've compiled the ffmpegSharp dll with monodevelop and I've put it in Unity3d,
then the code:
MediaFile file = new MediaFile( filePath );
Give me this error runtime:
DllNotFoundException: avformat-52.dll
FFmpegSharp.MediaFile..cctor ()
Rethrow as TypeInitializationException: An exception was thrown by the type
initializer for FFmpegSharp.MediaFile
I've tried to add that dll to the project too but it's not mono-compatible, so
monodevelop doesn't see it.
What should I do to get things working?
I'm running Unity3d pro on Windows 7 64bit
Original issue reported on code.google.com by willyru...@gmail.com on 11 Sep 2012 at 1:14
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
willyru...@gmail.com
on 11 Sep 2012 at 1:14The text was updated successfully, but these errors were encountered: