public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

MVTitleVideo Plugin v1.1

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: TitleVideo Plugin v1.1
  • Original author: NanoWizard
  • Original date: July 9, 2017
  • Source thread: https://forums.rpgmakerweb.com/threads/titlevideo-plugin-v1-1.81048/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)

Summary

I'm an experienced web developer just getting started with RPG Maker MV, and this is my first plugin. Hope you enjoy . TitleVideo v1.2.0 Ryan Sivek (NanoWizard)​ ​

Archived First Post

I'm an experienced web developer just getting started with RPG Maker MV, and this is my first plugin. Hope you enjoy .

TitleVideo v1.2.0
Ryan Sivek (NanoWizard)



Introduction
This is a simple JavaScript plugin for RPG Maker MV that allows the addition of a video to the title screen above the background image. Parameters can be tweaked to get several various effects.

How To Use
Place the video files for your target platforms into the project's "movies" directory and this plugin will automatically select the video file using the same criteria RMMV uses to determine video compatibility on the current platform.

Make sure the Video Name parameter has the filename WITHOUT EXTENSION. For example, if you have a video named "TitleMovie.webm" in your movies folder, the Video Name parameter should be set to "TitleMovie".

RMMV currently supported movie formats are .webm and .mp4. So for wide distribution you should include both file types.

Width and Height can be set to "auto" (window dimensions), "video" (original video dimensions), or a specific number.

For Playback Rate, Values between 0 and 1 cause the video to play in slow motion. Values greater than 1 play in fast forward.

See PIXI.js documentation for compatible blend modes: http://pixijs.download/dev/docs/PIXI.html#.BLEND_MODES

See http://www.color-hex.com/ for hex color samples if you want to modify the tint for the video sprite

Using Multiple Videos
It is possible to overlay multiple videos. Simply copy the TitleVideo.js file to another file in the plugins folder with a new filename, and modify the following line inside that file:

Code:
var parameters = PluginManager.parameters('TitleVideo');
To
Code:
var parameters = PluginManager.parameters('NEW_FILENAME');
Replacing "NEW_FILENAME" with the filename of the copied js file without the ".js" extension.

For example, if I copy TitleVideo.js to TitleVideo2.js, I would change the line above inside TitleVideo2.js to be
Code:
var parameters = PluginManager.parameters('TitleVideo2');

Basically this method allows you to add each video as a separate plugin and modify the parameters for each video separately as you see fit.

Script
https://github.com/nanowizard/rmmv-title-video/raw/master/TitleVideo.js

Terms Of Use
- Credit to the author Ryan Sivek is appreciated but not required
- Plugin is free to use, modify and distribute for any use including commercial use according to the terms of the license
- Do not claim as your own work

Github Repo
https://github.com/nanowizard/rmmv-title-video


Changelog
v1.1 - Added ability to loop a custom section of the video instead of the entire thing
v1.2 - Added volume parameter and video will now adhere to Master Volume setting

Notes
Overlay video in the demo: https://pixabay.com/en/videos/flourish-flowers-swirls-abstract-2656/

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

Terms Of Use - Credit to the author Ryan Sivek is appreciated but not required - Plugin is free to use, modify and distribute for any use including commercial use according to the terms of the license - Do not claim as your own work

Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#039#rmmv#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar