# Installation > Setup guide for ML MasterVideo Category: SCENE EDITOR · Source: https://miciomods.it/docs/ml-mastervideo-installation · Last updated: 2026-07-28 ## Overview ML MasterVideo is a cinematic scene editor for FiveM. Create scenes with peds, vehicles, and props, record movement paths, build camera tracks with keyframes and interpolation, and play back full cinematic sequences. Includes a timeline system, animation browser, synchronized scenes, free camera, and a UI with 5 themes. Scenes are stored in the database. ## Quick Start 1. Download from [CFX Portal](https://portal.cfx.re) 2. Extract to your `resources` folder as `ml_mastervideo` 3. Add to `server.cfg`: **server.cfg** ```cfg ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_mastervideo ``` > **WARNING:** Load Order > > `ml_mastervideo` must start AFTER `ml_bridge`. ## Database Tables are created automatically on first start: `ml_mastervideo_scenes`: Scene definitions (entities, camera tracks, timeline) `ml_mastervideo_custom_models`: Custom ped/vehicle model presets ## Verify After starting, press `F6` (or the configured key) to open the scene editor. Use `/sceneeditor` as an alternative. **Troubleshooting** - Editor not opening. Check `Config.OpenKey` and `Config.OpenCommand`. If `Config.RequirePermissions = true`, verify ACE permissions. - Entities not spawning. Check F8 console for model loading errors. Verify the model name is valid. - Scenes not saving. Check database connection. Verify `oxmysql` is running.