Log in

View Full Version : MPV.net for Avisynth


GillesH
26th July 2020, 17:41
I want to use the MPV.NET Player in a simple Interface allowing to play an AVS script.
As a priority, I will want a VB.NET solution. I installed the Mpv.NET Nuget in the Visual Studio Project.
I just need the first few lines of code to put MPV in the interface and open an AVS script.
Afterwards, I will do more advanced research to understand the different commands.
Thank you in advance

stax76
26th July 2020, 18:43
It's confusing as this is not my project, I have taken the mpv.net name 2 years before this project was created and because of that the project was renamed to Mpv.NET-lib-.


Mpv.NET-lib- has a sample application included:

https://github.com/hudec117/Mpv.NET-lib-/archive/master.zip


I had started with a C# sample provided by the mpv project:

https://github.com/mpv-player/mpv-examples/archive/master.zip


My project is here:

https://github.com/stax76/mpv.net


I hope this will get you started.

GillesH
27th July 2020, 07:19
Thanks stax76 for these infos.
I'll try to clear my way, but there is work ...
Thank you again for your various works.