Installation

1 min readUpdated Today

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
  2. Extract to your resources folder as ml_mastervideo
  3. Add to server.cfg:
server.cfg
1ensure oxmysql
2ensure ox_lib
3ensure ml_bridge
4ensure ml_mastervideo
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.

  • 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.