diff --git a/packages/media/README.md b/packages/media/README.md index b7d7b91e..9cd34908 100644 --- a/packages/media/README.md +++ b/packages/media/README.md @@ -7,27 +7,6 @@ This is a CLI(CommandLineInterface) toolset to convert media files 1. [Node-JS](https://nodejs.org/en/download/) 2. Optional: install [Git](https://git-scm.com/downloads) (Make sure you enable Linux tools on Windows console) -## Installation - -```sh -git clone https://gitlab.com/plastichub/osr/osr-media.git -cd osr-media -npm i -``` - -or globally (recommended) - -``` -npm i @plastichub/osr-media -g -``` - -## Usage - -Open a terminal and run this: - -```sh -osr-media --help -``` See more in [./docs/Examples.md](./docs/Examples.md) @@ -64,8 +43,4 @@ See more in [./docs/Examples.md](./docs/Examples.md) ## AI Tools -- [Object Replace](https://novita.ai/product/replace-object) - -## Video - -- [https://github.com/fluent-ffmpeg/node-fluent-ffmpeg.git](https://github.com/fluent-ffmpeg/node-fluent-ffmpeg.git) +- [Object Replace](https://novita.ai/product/replace-object) \ No newline at end of file diff --git a/packages/media/cpp/src/core/resize.cpp b/packages/media/cpp/src/core/resize.cpp index f5ae5317..0341618d 100644 --- a/packages/media/cpp/src/core/resize.cpp +++ b/packages/media/cpp/src/core/resize.cpp @@ -14,6 +14,11 @@ #include #include +/** + @link:https://www.libvips.org/API/current/func.threadpool_run.html + +*/ + namespace fs = std::filesystem; namespace media {