MPR - Media Processor

A web-based media transcoding tool with professional architecture.

System Overview

Architecture

System Overview Open full size

Components

Data Model

Entity Relationships

Data Model Open full size

Entities

Job Flow

Job Lifecycle

Job Flow Open full size

Job States

Quick Reference

# Generate SVGs from DOT files
dot -Tsvg 01-system-overview.dot -o 01-system-overview.svg
dot -Tsvg 02-data-model.dot -o 02-data-model.svg
dot -Tsvg 03-job-flow.dot -o 03-job-flow.svg

# Or generate all at once
for f in *.dot; do dot -Tsvg "$f" -o "${f%.dot}.svg"; done

Access Points

# Add to /etc/hosts
127.0.0.1 mpr.local.ar

# URLs
http://mpr.local.ar/admin  - Django Admin
http://mpr.local.ar/api    - FastAPI (docs at /api/docs)
http://mpr.local.ar/ui     - Timeline UI