cat / home - widget props

This commit is contained in:
lovebird 2026-04-14 14:45:18 +02:00
parent 96e21b2282
commit 9f5f7bf60d
2 changed files with 6 additions and 26 deletions

View File

@ -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)

View File

@ -14,6 +14,11 @@
#include <random>
#include <string>
/**
@link:https://www.libvips.org/API/current/func.threadpool_run.html
*/
namespace fs = std::filesystem;
namespace media {