@@ -29,7 +29,6 @@ A modern MP4 muxing tool with a desktop GUI interface, powered by MP4Box.
2929- ** Queue system** : Build and manage multiple muxing jobs in a queue
3030- ** Cross-platform** : Available for Windows (8+ x64), macOS, and Linux
3131- ** Theme support** : Light, dark, and auto themes
32- - ** Persistent configuration** : Settings stored in OS-appropriate locations (portable mode available)
3332- ** Quick access titles** : Save and use quick access titles for audio/subtitles
3433
3534### Supported Formats
@@ -40,7 +39,7 @@ A modern MP4 muxing tool with a desktop GUI interface, powered by MP4Box.
4039** Chapters** : OGM, XML, MP4 (extracted from existing files)
4140** Output** : MP4 container only
4241
43- ## Requirements
42+ ## Desktop Application Requirements
4443
4544** MP4Box** must be installed and available in your system PATH, or configured in the application settings.
4645
@@ -50,6 +49,10 @@ A modern MP4 muxing tool with a desktop GUI interface, powered by MP4Box.
5049 - macOS: ` brew install gpac `
5150 - Linux: ` apt install gpac ` or ` yum install gpac `
5251
52+ ## Docker Application Requirements
53+
54+ Everything is self contained and included that you would need.
55+
5356## Installation
5457
5558### Option 1: Download Pre-built Binaries (Recommended)
@@ -94,6 +97,9 @@ services:
9497 volumes :
9598 # mount for persistent config and logs
9699 - /SOME_PATH/runtime:/app/runtime
100+ # mount volume(s) you may need for input/output files
101+ - /SOME_PATH:/data/SOME_PATH
102+ - /SOME_PATH2:/data/SOME_PATH2
97103 environment :
98104 - PYTHONUNBUFFERED=1
99105 restart : " no"
0 commit comments