cat / home - widget props
This commit is contained in:
parent
96e21b2282
commit
9f5f7bf60d
@ -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)
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user