• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

video

  1. B

    Draw on surface same as video surface, will be used as texture on vertex

    Hi, I wonder if it's possible to draw on the same surface as the video ( video_draw() ) is being projected on. I searched for days about topics on this and experimented on many ways. But no results. The video is rendered perfectly as a texture on a vertex buffer by using: var tex2 =...
  2. A

    GameMaker Video Playback Speed

    Hi everyone, Has anyone worked out a way to increase the video playback speed? I know there is not a straightforward way but is it possible to use the video_seek_to To skip a few frames? Maybe every other frame? Would love to hear your opinions on if this is possible. Thanks.
  3. RizbIT

    Can you open and play a mp4 video on external card?

    I have a video recorded by my app using java extension. it saves it as mp4 to for example: "/storage/emulated/0/DCIM/NewCam/NewRecord.mp4" I now want to load this mp4 video into the app and play it using the video_open functions in GMS. It says cant find the file is it possible? Update: On...
  4. David Lorenz

    SOLVED What is the best way to deal with videos?

    Hello, everyone! When I first started using GameMaker I wanted to incorporate some cutscenes in my first game, and had no idea how to do it. I ended up using some animated simple backgrounds and figures composed of multiple sprites moved through code. The results were not bad at all, but I...
  5. reallyStupidCat

    Linux Playing Videos on a Steam Deck

    I'm working on a project that uses videos for pre-rendered cutscenes, backgrounds, etc. These videos work fine on Windows, but have issues on Linux. I'm focusing specifically on Steam Deck support. The videos are encoded using VP9, as is recommended on the Steam Deck Recommendations...
  6. Rafael Augusto

    SOLVED Game Maker mp4 "bug"

    Seems like a pertinent question I'll post here as well. The latest version of game maker 2 desktop purchased on Steam no longer shows the videos! Maybe it's some version bug or how do you do it now? The manual counts stages of previous versions of the game maker! Work in Steam! // create...
  7. R

    GameMaker ERROR in action number 1 of Draw Event for object oVideo1

    I edited a video in mp4 format and I want to make it so that when I enter the room the video turns on, I take the code from the video and I get an error. Help please. ___________________________________________...
  8. R

    GameMaker Enable video when moving between rooms

    How to make video play when moving between rooms? Help please.
  9. G

    Display video depending on the monitor resolution

    Hey, guys! I start the video with "video_open". The video is launched and rendered with "draw_surface_stretched", but it is not displayed in the center of the camera or by screen resolution. I only manage to stretch to the size of the room, which isn't right. How can I stretch the video exactly...
  10. W

    GameMaker Video through malty player.

    ok so I am making a game in game maker studios 2 and need a way to conveniently send a video of a host of a server to all clients and have no idea of a solution short of sending each pixel manually so I need some help.
  11. E

    Linux video_open() not working on Linux Ubuntu

    So, i have a build that only has a video that's using the video_open() feature to play it, it works fine on windows, but when i try to run it on linux i receive a message saying "Cannot load avcodec - video playback not available" and just shows a blackscreen. Does this function work on Linux...
  12. Keys

    2022.3 Playing (smooth) videos on HTML5 module, is it possible?

    I've just upgraded my project to 2022.3 and was playing around with the video playback features within game maker. I've got a small 20 second mp4 clip I've been using for testing, I've set it up to play and it plays absolutely fine/seamlessly in the windows module however when I try the same on...
  13. gnysek

    Article Easy way of recording gameplay, with no additional paid applications (native WIN10+)

    It's little hidden feature of Windows 10, but this OS allows to record gameplay of any game (and not only - you can even use it in lot of applications), for free, and with high performance. Solution for this is named Xbox Game Bar. It should be enabled by default after November 2019 Windows 10...
  14. T

    Windows What am I doing wrong when uploading my game to steam?

    I'm on a modern patch, i downloaded the sdk, 1.42, unzipped it, set it as the steam destination. Enabled steam, entered in the steam id properly ( 1714020 ). Yet I don't get the steam notification for the game. I'll link the video below.
  15. C

    How can I add live-action footage (MP4s) in GMS2

    Hello! I'm new to game development and have an idea for my first game. I am an experienced writer, editor and content creator so I know how to make videos. But one thing I'm curious about is how to add live-action footage or video files into GameMaker Studio 2. The game I plan to make is a Henry...
  16. M

    Question - Code How to add video to GMS2?

    Не могу добавить видео в GMS 2. Что делать? Can't add video to GMS 2. What to do ?
  17. KyleRansford

    GameMaker Video Splash Screen (I Know it Can Be Done)

    Before anyone says that it can't be done, Butterscotch Shenanigans does it with LevelHead, which is actually made in GameMaker Studio 2. Whether they use an actual video or not, it's done so well that it looks like one. Does anyone know how they might be doing it? I want to include the "Made...
  18. YamboGames

    Weird Fullscreen Bug (?)

    Hey, I didnt know where to post this and also not how to google this, at least I didnt find anything about it. When I open my games that are set to fullscreen, sometimes I tab out of them at the start and they become weirdly small, and I cant go back to fulscreen. Now someone has made a Video...
  19. RizbIT

    App preview Convert

    Recorded a video on iPhone. Tried to upload to Apple app store for new App preview video. Kept getting rejected as it doesnt meet their video specs. I dont get why they dont just convert the video to the right speces...would be faster... But anyway, Is there an online or freeware tool i can...
  20. Reddoka

    Can we import videos into the game to make cutscenes??

    I searched for instructions on how to create cutscenes, but they are all controlling, coding the objects, which is kinda limited to the cutscenes. So is there any way to import videos into the game to create cutscenes on GM2? If so, it would be fun :33 Thanks
Top