Go to file
user 0c3e50ce95 try fix detect_media_type 2025-03-01 18:51:37 +03:00
converter try fix detect_media_type 2025-03-01 18:51:37 +03:00
.gitignore first working version 2025-02-23 15:16:24 +03:00
README.md first working version 2025-02-23 15:16:24 +03:00

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