Video Player - Adds video to the title screen, credits, the layers on the map and other.

thatcombatwombat

Villager
Member
Joined
Jul 1, 2021
Messages
7
Reaction score
1
First Language
English
Primarily Uses
RMMZ
Is there a way for the video to play audio too?
 

Seedspreaderent

Villager
Member
Joined
Jan 5, 2022
Messages
24
Reaction score
4
First Language
English
Primarily Uses
RMMZ
Hi DK,

I am trying to implement your plugin ability to change video playback speed by pressing a picture. However, when I tried to use a ButtonPicture plugin, the pictures did not show on top of the video. I then tried a hUD display of the video controls (i.e. faster, slower) controlled with coordinates of where the mouse was pressed but that did not seem to work. Any ideas?
 

DK

Regular
Regular
Joined
Mar 30, 2016
Messages
435
Reaction score
394
First Language
Russian
Primarily Uses
RMMZ
Hi DK,

I am trying to implement your plugin ability to change video playback speed by pressing a picture. However, when I tried to use a ButtonPicture plugin, the pictures did not show on top of the video. I then tried a hUD display of the video controls (i.e. faster, slower) controlled with coordinates of where the mouse was pressed but that did not seem to work. Any ideas?
There are PlaceVideoPlayerBeforePictures and PlaceVideoPlayerAfterPictures plugin commands for changing video and image layer, have you tried them? You can also try changing the order of the plugins.
 

Seedspreaderent

Villager
Member
Joined
Jan 5, 2022
Messages
24
Reaction score
4
First Language
English
Primarily Uses
RMMZ
There are PlaceVideoPlayerBeforePictures and PlaceVideoPlayerAfterPictures plugin commands for changing video and image layer, have you tried them? You can also try changing the order of the plugins.
I did try both of those previously with no luck. I guess my main problem is I want to have it loop but only continue to loop if a variable has a certain value. Otherwise, I want to replace the video with another
 

DK

Regular
Regular
Joined
Mar 30, 2016
Messages
435
Reaction score
394
First Language
Russian
Primarily Uses
RMMZ
Added PRO version with following changes:
  • [MZ] Added support for playing GIF files (added new plugin commands).
  • Added support for video playback in battles.
  • Added plugin command to resume video/GIF playback.
  • Added the ability to explicitly specify the video extension when using the LoadVideo command.
  • Added support for Localization plugin.
  • Changed the order of plugin commands for greater convenience.
  • Updated help.
 

MAH1RO

Regular
Regular
Joined
Feb 16, 2023
Messages
60
Reaction score
64
First Language
German
Primarily Uses
RMMV
Hi DK,
I'm using your plugin for the intro (pre-title video) and title video and I'm very satisfied with it. Thank you a lot. Before I publish my game I'll buy a commercial licence for the plugin, and its absolutely worth the money :)

Only one thing I wish to change: the title video starts with a fade from black.
I want to start it directly, so that after the intro video theres a nearly seamless cut to the title video. I've searched the js file to change this, but until now I could not find what to change in detail.

Can you help me with what line to change for an instant title video instead of the fade from black?

The videos here are just unfinished placeholders, but you can see the problem^^
I want a clean cut from the intro to the title video without the black in between
Title_Video_issue.gif
 

DK

Regular
Regular
Joined
Mar 30, 2016
Messages
435
Reaction score
394
First Language
Russian
Primarily Uses
RMMZ
Hi DK,
I'm using your plugin for the intro (pre-title video) and title video and I'm very satisfied with it. Thank you a lot. Before I publish my game I'll buy a commercial licence for the plugin, and its absolutely worth the money :)

Only one thing I wish to change: the title video starts with a fade from black.
I want to start it directly, so that after the intro video theres a nearly seamless cut to the title video. I've searched the js file to change this, but until now I could not find what to change in detail.

Can you help me with what line to change for an instant title video instead of the fade from black?

The videos here are just unfinished placeholders, but you can see the problem^^
I want a clean cut from the intro to the title video without the black in between
View attachment 255799
Thanks a lot.
One line is not enough. This is a standard screen switch.
I need to think about how to help youo_O
 

SangHendrix

Sang Hendrix
Regular
Joined
Jun 7, 2012
Messages
242
Reaction score
402
First Language
Vietnamese
Primarily Uses
RMMZ
Hello. Is there a way to make the parallax video to fix on the map instead of moving around along with the player?
 

hallo4an

Warper
Member
Joined
Feb 8, 2023
Messages
4
Reaction score
3
First Language
English
Primarily Uses
RMMV
Great plugin, but after you update nw js( I tried 0.49.2), when playing video, game glitches a lot (lags up to 8-15 fps)
 

DK

Regular
Regular
Joined
Mar 30, 2016
Messages
435
Reaction score
394
First Language
Russian
Primarily Uses
RMMZ
Great plugin, but after you update nw js( I tried 0.49.2), when playing video, game glitches a lot (lags up to 8-15 fps)
i haven't tested the plugin on new versions of nwjs which are newer than rpg maker
 

sefeloth

Regular
Regular
Joined
Oct 24, 2016
Messages
38
Reaction score
5
First Language
english
Primarily Uses
I tested the plugin and there's 2 game breaking bugs that kind of make the plugin unuseable. it works in the editor, but when I deploy the project to windows, it says "file does not exist". I can find and play my video if I use "play movie" built within rpg maker, and it can find it easily. It can also find and play it within the editor, but it can't do it if you deploy it to windows.

When I deployed the test project to web, it can find the videos just fine, but now there's about a 30% chance that it will only play the audio and not the video at all. It will just be a black screen. Besides the 1st video that uses "LoadVideo 1 introScene1" and "PlayVideo 1 true false", I play the videos by doing
ReplaceVideo 1 introScene2 true false to play the next video and make it loop.

I use webm videos and rpg maker mv. I really like the plugin, but I don't want to risk a 30% chance that the video doesn't play and just black screens. Could you please fix it
 

hallo4an

Warper
Member
Joined
Feb 8, 2023
Messages
4
Reaction score
3
First Language
English
Primarily Uses
RMMV
I tested the plugin and there's 2 game breaking bugs that kind of make the plugin unuseable. it works in the editor, but when I deploy the project to windows, it says "file does not exist". I can find and play my video if I use "play movie" built within rpg maker, and it can find it easily. It can also find and play it within the editor, but it can't do it if you deploy it to windows.

When I deployed the test project to web, it can find the videos just fine, but now there's about a 30% chance that it will only play the audio and not the video at all. It will just be a black screen. Besides the 1st video that uses "LoadVideo 1 introScene1" and "PlayVideo 1 true false", I play the videos by doing
ReplaceVideo 1 introScene2 true false to play the next video and make it loop.

I use webm videos and rpg maker mv. I really like the plugin, but I don't want to risk a 30% chance that the video doesn't play and just black screens. Could you please fix it

I found the solution to the first problem - you need to copy the "movies" folder from the "www" directory to the root of the game.
 

Stormeij

Warper
Member
Joined
Aug 7, 2023
Messages
1
Reaction score
0
First Language
russian
Primarily Uses
RMMZ
Hello! I don't know if I'm doing something wrong, but:

After calling the menu in the game, the video stops and does not turn on

RMMZ v1.7.0
 
Last edited:

DK

Regular
Regular
Joined
Mar 30, 2016
Messages
435
Reaction score
394
First Language
Russian
Primarily Uses
RMMZ
I tested the plugin and there's 2 game breaking bugs that kind of make the plugin unuseable. it works in the editor, but when I deploy the project to windows, it says "file does not exist". I can find and play my video if I use "play movie" built within rpg maker, and it can find it easily. It can also find and play it within the editor, but it can't do it if you deploy it to windows.

When I deployed the test project to web, it can find the videos just fine, but now there's about a 30% chance that it will only play the audio and not the video at all. It will just be a black screen. Besides the 1st video that uses "LoadVideo 1 introScene1" and "PlayVideo 1 true false", I play the videos by doing
ReplaceVideo 1 introScene2 true false to play the next video and make it loop.

I use webm videos and rpg maker mv. I really like the plugin, but I don't want to risk a 30% chance that the video doesn't play and just black screens. Could you please fix it
Coming soon new version with various fixes
 

DK

Regular
Regular
Joined
Mar 30, 2016
Messages
435
Reaction score
394
First Language
Russian
Primarily Uses
RMMZ
Plugin updated to version 1.2.5
 

sefeloth

Regular
Regular
Joined
Oct 24, 2016
Messages
38
Reaction score
5
First Language
english
Primarily Uses
I checked the web deployment version and it still does the black screen video. As you can see in the link, the top event plays a yellow video and the bottom event I click on plays a dog video. They will both randomly pick whether they play the video or play the audio with a black screen. I checked with both the replacevideo method and the load video method and they both have this problem
https://gyazo.com/171d9d09f03a4dfdb20919ac2381d0b9

This is a empty project besides the dk video player plugin
 

DK

Regular
Regular
Joined
Mar 30, 2016
Messages
435
Reaction score
394
First Language
Russian
Primarily Uses
RMMZ
I checked the web deployment version and it still does the black screen video. As you can see in the link, the top event plays a yellow video and the bottom event I click on plays a dog video. They will both randomly pick whether they play the video or play the audio with a black screen. I checked with both the replacevideo method and the load video method and they both have this problem
https://gyazo.com/171d9d09f03a4dfdb20919ac2381d0b9

This is a empty project besides the dk video player plugin
Sorry for the late reply, I'm trying to research the issue, is it possible to get a minimal demo ? you can send it in personal messages.
 

StarMaker

Villager
Member
Joined
Sep 14, 2021
Messages
13
Reaction score
2
First Language
Russian
Primarily Uses
RMMV
Привет. Пока что просто тестирую плагин, но... Я не понял как мне снять видео с паузы. Команда "Play" запускает видео сначала, а не с того место на котором оно встало на паузе.
(Hi. For now I'm just testing the plugin, but... I don't understand how I can unpause a video. The "Play" command starts the video from the very beginning, and not from the place where it was paused.)
 
Last edited:

Ms Littlefish

Time Traveling Victorian Vampire
Global Mod
Joined
Jan 15, 2014
Messages
8,020
Reaction score
11,525
First Language
English
Primarily Uses
RMMV
@StarMaker These forums operate in English as a standard language. You may compose a message in any other language you need to for your own benefit but a translation to English is required. This may be accomplished with an online tool if needed.
 

Latest Threads

Latest Posts

Latest Profile Posts

Apologies for posting again so soon, but I just had to share what I believe to be my best map yet, I'm over the moon with the way this has turned out to be.

Definitely leaning on the "try to" part of the status feed rule and I really try not to sad post, but not only is my kitty Simone more or less confirmed to have IBD... but she has some pulmonary edema and a slightly enlarged heart. They say everything is early and mild and that I'm very diligent and observant about my pets but iunno...doesn't feel like a win right now.


So it turns out music is fun to make????
A lil concept for a prison level. It's intentional that the chords and sound is the same from the previous concept I posted cause it's related to a certain character... What do u think?
I was wondering if I should ask the question
"Who Is Dalph?"
But I met him pretty fast and his answer was extremely helpful. So yeah. That probably answers it.
So in hindsight, I could have made a double-post in this category instead of setting up a post on a different site and figuring out how to share and then linking...

Forum statistics

Threads
134,908
Messages
1,251,824
Members
177,733
Latest member
Nehirumur
Top