You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,12 +55,12 @@ Cisco's OpenH264 C++/CLI wrapper with optimised image format conversion support.
55
55
A separate dll is provided for RGB <-> YUV conversions. Its compiled with clang LLVM and has AVX2 intrinsics.
56
56
</br>You can optionally include it on your executable path just like Openh264 dll.
57
57
</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.
59
59
</br>External dll 2x+ faster than C++/Cli versions.
60
60
61
61
# 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.
64
64
- 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).
65
65
- Keep the original names if you want to use default constructors.
66
66
- Optionally Add Converter64/32 dlls to your executable directory same way as openh264 dll.
0 commit comments