Skip to content

Commit 1fa86e6

Browse files
author
Stefan Seeland
authored
Update README.md
1 parent 338dc11 commit 1fa86e6

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22

33

44
# mencoder-sharp
5-
Automatically exported from code.google.com/p/mencoder-sharp
6-
75
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.
86

9-
Nugetpackage published: Install-Package MencoderSharp
10-
7+
Nugetpackage
8+
Version for .net 4 - [MencoderSharp](https://www.nuget.org/packages/MencoderSharp/):
9+
```
10+
Install-Package MencoderSharp
11+
```
12+
Version for .net standard - [MencoderSharp2](https://www.nuget.org/packages/MencoderSharp2/):
13+
```
14+
Install-Package MencoderSharp2
15+
```
1116
Documentation @Nudoq Watch the demo: https://github.com/stesee/mencoder-sharp/releases/download/untagged-526dd962a0a4c202b73a/MencoderSharpDemo.wmv
1217

1318
Features:
@@ -43,3 +48,5 @@ Sample:
4348
}
4449
```
4550
See http://debianisttoll.blogspot.com/2013/03/create-mp4-with-c.html http://debianisttoll.blogspot.com/2013/03/create-mp4-with-c.html to learn how to create mp4s with mencodersharp.
51+
52+
Old Repository: code.google.com/p/mencoder-sharp

0 commit comments

Comments
 (0)