public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

MVAXY_Video Force PC Linux Android to read video format you specified

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: AXY_Video Force PC Linux Android to read video format you specified
  • Original author: walf_man
  • Original date: May 6, 2020
  • Source thread: https://forums.rpgmakerweb.com/threads/axy_video-force-pc-linux-android-to-read-video-format-you-specified.121155/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)

Summary

Description This plugin allows you to force pc, linux, android to read video format you specified. Important note I have developed it for my game that uses RpgMakerMV 1.6.1, and I test in 1.6.2, it's all ok. It should be works in other versions.

Archived First Post

Description
This plugin allows you to force pc, linux, android to read video format you specified.

Important note
I have developed it for my game that uses RpgMakerMV 1.6.1, and I test in 1.6.2, it's all ok. It should be works in other versions.

License
The MIT License. Credits appreciated but not required.

Terms of Use
Free and commercial use and redistribution.

Known bugs
None, but tested only in RpgMakerMV 1.6.1 and 1.6.2.

Note and Changelog
Please put in this thread your experience with the plugin, errors that arise or anything else related.
Introduction
* This plugin allows to Change Video's staff.
* Example:
* 1.var support = AXY_Video.showSupport(); //then you got a variable named as support that is your client support videos;
* 2.AXY_Video.play('test.mov') in script, test.mov in movies folder;
* 3.known issus: must add event such as show text after AXY_Video.play('test.mov'), or the after one will covere before one;
*
* changelog
* 1.01 2019.10.14
* add: x5 support, with x5 engine core, you can play h265 with hardware acceleration and more then 28 video formats, such as avi,mov,mkv,ts,m2ts,3gp,flv,rmvb...etc.
* add: more h265 detectCodecs;
* 1.0 2019.10.11
* first release.

How to Use
  1. Download plugin in the link below.
  2. Place in your /RPG Maker MV/[YourGameTitle]/js/plugins/ folder.
  3. Open the Plugin Manager, and create a new entry at the bottom of the list
  4. Under the Name dropdown, find AXY_Video.js near the bottom of the list.
  5. Customize the plugin parameters to the right and click OK.
  6. Click OK to exit the Plugin Manager, and save your project.
If you are updating, refresh the plugin in the Plugin Manager by opening the plugin in the list and clicking OK.

Download
https://github.com/aaixy/rmmv-plugins

My Best Practices

Force video format to webm, and then, you could be deployed once and used anywhere except the Apple platform.
How to?
1.deploy pc then you got a pc game pack;
2.into deployed pc, you will see a www folder, copy www to android assets folder, then build apk, now you got a android game pack;
3.And so on, you could use this www folder to web, to linux.
If you want to deploy to apple platform, you maybe need mp4.

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

License The MIT License. Credits appreciated but not required. Terms of Use Free and commercial use and redistribution.

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