69567272 opened a new issue, #3473:
URL: https://github.com/apache/fory/issues/3473
### Question
hello everyone.
OS:Windows 10
VS:Microsoft Visual Studio Community 2022 (64 位)
I got an error, I already installed Nuget packages: Why is there a prompt
for unreferenced assemblies, did I forget to install any Nuget packages?
Install-Package Accord -Version 3.8.0
Install-Package Accord.Math -Version 3.8.0
Install-Package Accord.Video -Version 3.8.0
Install-Package Accord.Video.DirectShow -Version 3.8.0
Install-Package Accord.Video.FFMPEG.x64 -Version 3.8.0
One part code:
VideoFileWriter _videoFileWriter = new Accord.Video.FFMPEG.VideoFileWriter();
Accord.Math.Rational Fps = videoCaptureElement.FPS; // could correctly
identify Rational of type
......
_videoFileWriter.Open(
fileName,
width,
height,
Fps,
VideoCodec.H264);// This line causes the following error
Error message:The type Rational is defined in an unreferenced assembly. You
must add a reference to the assembly "Accord, Version=3.8.0.0, Culture=neutral,
PublicKeyToken=fa1a88e29555ccf7".
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@fory.apache.org.apache.org
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@fory.apache.org
For additional commands, e-mail: commits-h...@fory.apache.org