| .. | ||
| .inc | ||
| .vscode | ||
| build | ||
| dist | ||
| dist-in | ||
| docs | ||
| integration | ||
| lib | ||
| ref/handbrake | ||
| scripts | ||
| src | ||
| tests | ||
| web-ui | ||
| .gitignore | ||
| .npmignore | ||
| LICENSE | ||
| media.code-workspace | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| salamand.json | ||
| schema_ui_background_remove_bria.json | ||
| schema_ui_background_remove.json | ||
| schema_ui_crop_foreground.json | ||
| schema_ui_pdf2jpg.json | ||
| schema_ui_resize.json | ||
| schema_ui_watermark.json | ||
| schemas_background_remove_bria.json | ||
| schemas_background_remove.json | ||
| schemas_crop_foreground.json | ||
| schemas_pdf2jpg.json | ||
| schemas_resize.json | ||
| schemas_watermark.json | ||
| tsconfig.json | ||
| webpack.config.js | ||
OSR CAD Tools
This is a CLI(CommandLineInterface) toolset to convert media files
Requirements
Installation
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:
osr-media --help
See more in ./docs/Examples.md
Commands - Todos - 2D/Pictures
- web formats (https://sharp.pixelplumbing.com/api-constructor)
- vector formats: pdf|svg
- meta exchange (from JSON, to Exif)
Commands - Todos - Pixels
- RAW formats
Commands - Video
- sub titles ?
- ffmpg
- split
- merge
- server/transcode ?
References
- pixelmatch
- lib content
- image diff
- ARW spec
- ARW format notes - wiki
- RAW View - NodeJS
- DCRaw - Github
- DCRaw Vendored - NPM
- Exif Data Reader