LICENSE
README.md
pyproject.toml
plate/__init__.py
plate/app.py
plate/batch.py
plate/cli.py
plate/color.py
plate/config.py
plate/pipeline.py
plate/presets.py
plate/export/__init__.py
plate/export/export_job.py
plate/export/manifest_writer.py
plate/export/nuke_export.py
plate/export/proxy_job.py
plate/media/__init__.py
plate/media/ffmpeg.py
plate/media/ffprobe.py
plate/media/thumbnails.py
plate/models/__init__.py
plate/models/frame_range.py
plate/models/plate_session.py
plate/models/recent_files.py
plate/models/shot_queue.py
plate/models/video_metadata.py
plate/ui/__init__.py
plate/ui/export_dialog.py
plate/ui/icons.py
plate/ui/main_window.py
plate/ui/progress_dialog.py
plate/ui/scrubber.py
plate/ui/session_controller.py
plate/ui/shot_queue_widget.py
plate/ui/style.qss
plate/ui/timeline.py
plate/ui/transport_controls.py
plate/ui/viewer.py
plateprep.egg-info/PKG-INFO
plateprep.egg-info/SOURCES.txt
plateprep.egg-info/dependency_links.txt
plateprep.egg-info/entry_points.txt
plateprep.egg-info/requires.txt
plateprep.egg-info/top_level.txt
tests/test_batch.py
tests/test_cli.py
tests/test_color.py
tests/test_config.py
tests/test_export_jobs.py
tests/test_ffmpeg.py
tests/test_ffprobe.py
tests/test_frame_range.py
tests/test_integration.py
tests/test_manifest_writer.py
tests/test_pipeline.py
tests/test_plate_session.py
tests/test_recent_files.py
tests/test_shot_queue.py
tests/test_video_metadata.py