❔ Just trying to use Accord.Video.FFMPEG in C# project

Sorry if my question is super stupid, literally 1 day old in C# (I have prog. exp. in other langs though) I'm getting the The type or namespace name 'FFMPEG' does not exist in the namespace 'Accord.Video' (are you missing an assembly reference?) triggered by line 19 in the code. When I searched for this error I thought maybe I should follow the steps https://stackoverflow.com/questions/4764978/the-type-or-namespace-name-could-not-be-found.
But I'm not even sure... - how to check Accord.Video.FFMPEG's DDL version? - Accord.Video.FFMPEG DDL's version is 3.8.0? No, right? - Is Accord.Video.FFMPEG's even a DDL ? It seems like I just need to match .NET and DDL versions? To do that maybe I can follow this https://stackoverflow.com/questions/10877913/how-do-i-change-the-net-framework-from-version-3-5-to-version-4-0 But ... - That's for Visual Studio, I'm on VSCode and when I right click those options dont exist - It seems like I'm using .NET6.0 which is distinct from .NET Framework whose latest version is 4.8, right? *Please see attached pictures And request additional info if needed for answering question *There are 5 distinct questions (bullet points) here, please address each if possible Thanks
Stack Overflow
The type or namespace name could not be found
I have a C# solution with several projects in Visual Studio 2010. One is a test project (I'll call it "PrjTest"), the other is a Windows Forms Application project (I'll call it "PrjForm"). There i...
Stack Overflow
How do I change the .NET Framework from version 3.5 to version 4.0
I have created a class library in .NET Framework 3.5. Now I want to change the .NET Framework Version to 4.0. How can I do this?
4 Replies
MODiX
MODiX12mo ago
wcasa
i downloaded the package Accord.Video.FFMPEG, but i cant use that namespace
Quoted by
<@542772576905199626> from #help-0 (click here)
From wcasa
React with ❌ to remove this embed.
ero
ero12mo ago
Someone has asked this in the past
compasscloudislife
yea I just joined and didnt see that, right now I switched to .NET framework 4.7.2 like someone said but got a cascade of new errors so maybe Ill see how that goes
Accord
Accord12mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.