| .. | ||
| .vscode | ||
| commands | ||
| lib | ||
| scripts | ||
| src | ||
| tests/email | ||
| _cli.d.ts | ||
| _cli.js | ||
| .gitignore | ||
| .npmignore | ||
| constants.d.ts | ||
| constants.js | ||
| index.d.ts | ||
| index.js | ||
| main.d.ts | ||
| main.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| types.d.ts | ||
| types.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