Jump to content

Would I be able to put a video into Doom?


Recommended Posts

I was just curious if I were to take a 15 second video into a gif, then convert that gif into images, and then took the audio file from the video, would I be able to put it into a Doom map as an Easter egg?

Share this post


Link to post

If you can make a thing's active sound the audio for the clip then you can shred the video into different pictures as you said and turn it into an animated texture.

Share this post


Link to post
3 hours ago, Murderous Owl said:

15 second video into a gif

 

Ok so only about 30 MB dedicated to this one easter egg, that's reasonable :)

Share this post


Link to post

I made one once - it needs to be 256 colour max. and need to be converted to IVF format using ffmpeg and command(video file needs to be in the same folder as ffmpeg):

 

ffmpeg -i inputfile.mp4 outputfile.ivf

 

Then you need to extract audio into a separate file, as the video will be mute, and put them in the same folder with the same name. And then add the section to MAPINFO: https://zdoom.org/wiki/Cutscene_MAPINFO_properties

And they can't be played in the map, only as intro, outro and in-between levels/clusters, AFAIK.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...