MencoderSharp 1.1.3
See the version list below for details.
dotnet add package MencoderSharp --version 1.1.3
NuGet\Install-Package MencoderSharp -Version 1.1.3
<PackageReference Include="MencoderSharp" Version="1.1.3" />
<PackageVersion Include="MencoderSharp" Version="1.1.3" />
<PackageReference Include="MencoderSharp" />
paket add MencoderSharp --version 1.1.3
#r "nuget: MencoderSharp, 1.1.3"
#:package MencoderSharp@1.1.3
#addin nuget:?package=MencoderSharp&version=1.1.3
#tool nuget:?package=MencoderSharp&version=1.1.3
You need to decode, encode or do some processing stuff on multimedia streams, files or whatever mencoder can read? You want to implement your solution in C# or some other .net language? Here you are! This is an assembly which wrappes calls to e.g. reencode some source with a other codec.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40-client is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 2.0.4 | 1,167 | 10/8/2019 | |
| 2.0.3 | 716 | 10/6/2019 | |
| 1.1.6 | 1,695 | 12/5/2016 | |
| 1.1.5 | 2,506 | 10/13/2014 | |
| 1.1.4 | 1,466 | 10/13/2014 | |
| 1.1.3 | 1,429 | 10/12/2014 | |
| 1.1.2-Beta | 1,421 | 10/12/2014 | |
| 1.1.1-Beta | 1,425 | 9/15/2014 | |
| 1.1.0-Beta | 1,380 | 9/14/2014 | |
| 1.0.5032.37485 | 1,745 | 10/11/2013 | |
| 1.0.1 | 1,949 | 9/9/2013 | |
| 1.0.0 | 1,921 | 9/8/2013 |
1.1.0-Beta
Dropped method which accepts List of sources to encode
Added Property ExecuteionWasSuccessfull to result
1.1.1-Beta
Signed assembly
1.1.2-Beta
Removed dead property "successFullEncoded" - moved to "Result.ExecuteionWasSuccessfull"
1.1.3
Publishing as stable