Getting Started¶
Requirements¶
TMG1 Studio calls external command-line tools at runtime:
ffmpeg/ffprobe— required. Put them on yourPATH, or set their paths in the app settings.tmg1CLI — only needed for.tmg1export. Likewise onPATHor set in the app settings.
Important
Frame width must be a multiple of 8 (monob byte boundary).
Installation¶
Download the installer for your OS from the Releases page.

Building from source¶
- Rust and Node.js (18+)
- Tauri v2 system dependencies for your OS
npm install
npm run tauri dev # launch the app
Configuring tool paths¶
If ffmpeg, ffprobe, or tmg1 are not on your PATH, open the app
settings and point each entry at the executable.
