Open esritines opened 6 years ago
Yo I have a similar problem after downloading accord.video.ffmpeg and it's dependencies off nuget I dragged the dlls to the asset folder but it says the class "ffmpeg" doesn't exist in namespace "accord.video" and can't seem to find the source for it
I try to import Accord.Video.FFMPEG in a UWP project but simply does not appear, when I create a windows forms application and install Accord.Video.FFMPEG and then import FFMPEG this appear without problems by intellisense, but in UWP installing 32 or x64 FFMPEG this never appear by intellisense and whatever class from FFMPEG can not be instantiate.
What is happening?