Skip to content

Commit 27fffd7

Browse files
author
Stefan Seeland
authored
Update README.md
1 parent 70427b4 commit 27fffd7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ Nugetpackage published: Install-Package MencoderSharp
1010

1111
Documentation @Nudoq Watch the demo: https://github.com/stesee/mencoder-sharp/releases/download/untagged-526dd962a0a4c202b73a/MencoderSharpDemo.wmv
1212

13-
Features:
14-
•Synchron or Asynchron executing
15-
•No Gui-Freezing in Asyncmode
16-
•Progress recognition of mencoder
17-
•Works on Win32 & Win64
18-
•Tested@ Win xp, Vista, 7 & 8
19-
•mp4 / h.264 works fine
20-
•Streaming source from ftp ...
13+
Features:
14+
* Synchron or Asynchron executing
15+
* No Gui-Freezing in Asyncmode
16+
* Progress recognition of mencoder
17+
* Works on Win32 & Win64
18+
* mp4 / h.264 works fine
19+
* Streaming source from ftp, http, ...
2120

2221

2322
Sample:
24-
MencoderSharp.MencoderAsync mencoderAsync = new MencoderSharp.MencoderAsync();
25-
private void buttonStart_Click(object sender, EventArgs e)
23+
```language-csharp
24+
MencoderSharp.MencoderAsync mencoderAsync = new MencoderSharp.MencoderAsync();
25+
private void buttonStart_Click(object sender, EventArgs e)
2626
{
2727
mencoderAsync.startEncodeAsync(@"c:\examplevideo.wmv", @"c:\encodedVideo.avi", textBoxVideoParameter.Text, textBoxAudioParamter.Text);
2828
}
@@ -42,5 +42,5 @@ private void buttonStart_Click(object sender, EventArgs e)
4242
progressBar1.Value = mencoderAsync.progress;
4343
}
4444
}
45-
45+
```
4646
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.

0 commit comments

Comments
 (0)