MencoderSharp 1.1.5
dotnet add package MencoderSharp --version 1.1.5
NuGet\Install-Package MencoderSharp -Version 1.1.5
<PackageReference Include="MencoderSharp" Version="1.1.5" />
paket add MencoderSharp --version 1.1.5
#r "nuget: MencoderSharp, 1.1.5"
// Install MencoderSharp as a Cake Addin #addin nuget:?package=MencoderSharp&version=1.1.5 // Install MencoderSharp as a Cake Tool #tool nuget:?package=MencoderSharp&version=1.1.5
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.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.5 | 312 | 10/13/2014 |
1.1.4 | 57 | 10/13/2014 |
1.1.3 | 59 | 10/12/2014 |
1.1.2-Beta | 47 | 10/12/2014 |
1.1.1-Beta | 57 | 9/15/2014 |
1.1.0-Beta | 50 | 9/14/2014 |
1.0.5032.37485 | 117 | 10/11/2013 |
1.0.1 | 76 | 9/9/2013 |
1.0.0 | 77 | 9/8/2013 |
1.1.0-Beta
Dropped method which accepts List of sources to encode
Added Property ExecutionWasSuccessfull to result
1.1.1-Beta
Signed assembly
1.1.2-Beta
Removed dead property "successFullEncoded" - moved to "Result.ExecutionWasSuccessfull"
1.1.3
Publishing as stable
1.1.4
Typo
1.1.5
Fixed Bug which can cause exceptions on finishing encoding