Skip to content

Commit 7a54198

Browse files
Update README.md
1 parent 6f19ea9 commit 7a54198

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ Cisco's OpenH264 C++/CLI wrapper with optimised image format conversion support.
5555
A separate dll is provided for RGB <-> YUV conversions. Its compiled with clang LLVM and has AVX2 intrinsics.
5656
</br>You can optionally include it on your executable path just like Openh264 dll.
5757
</br>
58-
</br>If wrapper cannot find the Converter32/64 dll it will fall back to use C++/Cli versions.
58+
</br>If wrapper cannot find the Converter32/64 dll or if your machine does not support AVX2 it will fall back to use default C++/Cli versions.
5959
</br>External dll 2x+ faster than C++/Cli versions.
6060

6161
# TLDR how to install
62-
- Go to my releases find lates version.
63-
- Reference H264Sharp dll on your project.
62+
- Go to my releases find latest version.
63+
- Reference H264Sharp dll on your C# project.
6464
- Add `openh264-2.3.1-win32.dll` or `openh264-2.3.1-win64.dll` or both to your executable directory(Or include on your project and ckeck copy to output-> copy if newer).
6565
- Keep the original names if you want to use default constructors.
6666
- Optionally Add Converter64/32 dlls to your executable directory same way as openh264 dll.

0 commit comments

Comments
 (0)