|
|
||
|---|---|---|
| converter | ||
| .gitignore | ||
| README.md | ||
README.md
Usage
docker build -t media_converter .
docker run --rm \
-v /path/to/your/input_file.ext:/app/input \
-v /path/to/your/output_dir:/app/output \
-v /your/local/logs:/app/logs \
media_converter --ext mp4 --quality high