From c0b420f118a6073f986fc7401c1a26a54f2d41f0 Mon Sep 17 00:00:00 2001 From: TianZerL Date: Tue, 30 Jun 2020 15:10:56 +0800 Subject: [PATCH] Update readme readme.md readme.cn.md --- README.cn.md | 1 + README.md | 3 ++- cmake/ThirdPartyForDS.cmake | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.cn.md b/README.cn.md index d0e96bdd..385a00b8 100644 --- a/README.cn.md +++ b/README.cn.md @@ -28,6 +28,7 @@ HDN模式能更好的降噪。 - 滤镜支持,利用它们进行抗锯齿和降噪。 # 在MPC-HC, MPC-BE, Potplayer等播放器上使用Anime4KCPP +Anime4KCPP支持DirectShow滤镜, 在Windows下使用非常简单, 查看[教程](https://github.com/TianZerL/Anime4KCPP/wiki/Use-in-player) Anime4KCPP可以通过[AviSynthPlus plugin](https://github.com/TianZerL/Anime4KCPP/releases)在Windows平台上的绝大多数播放器中使用,查看[教程](https://github.com/TianZerL/Anime4KCPP/wiki/Use-in-player) # 效果 diff --git a/README.md b/README.md index 316e3cf2..ee873f46 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ for detail, see [wiki page](https://github.com/TianZerL/Anime4KCPP/wiki/ACNet) - Filters support, use them to denoise or anti-aliasing. # Use Anime4KCPP in MPC-HC, MPC-BE, Potplayer and other players -Anime4KCPP can be used in most players on Windows by [AviSynthPlus plugin](https://github.com/TianZerL/Anime4KCPP/releases), see [how](https://github.com/TianZerL/Anime4KCPP/wiki/Use-in-player) +Anime4KCPP support DirectShow filter, it is very easy to use the filter in most players on Windows, see [how](https://github.com/TianZerL/Anime4KCPP/wiki/Use-in-player) +Anime4KCPP also can be used in most players on Windows by [AviSynthPlus plugin](https://github.com/TianZerL/Anime4KCPP/releases), see [how](https://github.com/TianZerL/Anime4KCPP/wiki/Use-in-player) # Result ### origin diff --git a/cmake/ThirdPartyForDS.cmake b/cmake/ThirdPartyForDS.cmake index 59de3a03..4f3e1590 100644 --- a/cmake/ThirdPartyForDS.cmake +++ b/cmake/ThirdPartyForDS.cmake @@ -4,4 +4,4 @@ target_link_directories(${PROJECT_NAME} PRIVATE ${DirectShow_SDK_PATH}/x64/Relea target_link_libraries(${PROJECT_NAME} strmbase winmm) -include(${TOP_DIR}/cmake/ThirdPartyForCore.cmake) \ No newline at end of file +include(${TOP_DIR}/cmake/ThirdPartyForCore.cmake)