Video Support
- Doctor-Dos
- Posts: 184
- Joined: Fri Aug 19, 2011 3:42 pm
Video Support
Anyone know if it is at all possible to use bink/smacker/rad videos in GZDOOM.
Maybe hack exe ?
Maybe hack exe ?
- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: Video Support
Nope. In very, very old versions it was possible to play nearly anything that Windows Media Player could play, but this feature was broken not long afterwards and eventually removed because nobody really used it and it wouldn't work cross-platform anyway.
Re: Video Support
olny because nobody used don´t allow to remove it, it could maybe put some codec from a free codec into zdoom =D
Re: Video Support
It was broken because:
1. It was Windows-only. Didn't work on Linux (or Mac, since Mac is supported now).
2. It did not use the virtual filesystem from ZDoom's archive manager, but the OS' filesystem; meaning that the mod would only work if it was installed in a hardcoded directory.
3. It didn't work right with features such as pause or alt-tab.
4. It kinda sucked overall.
1. It was Windows-only. Didn't work on Linux (or Mac, since Mac is supported now).
2. It did not use the virtual filesystem from ZDoom's archive manager, but the OS' filesystem; meaning that the mod would only work if it was installed in a hardcoded directory.
3. It didn't work right with features such as pause or alt-tab.
4. It kinda sucked overall.
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49245
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Video Support
Not to mention that it was hardcoded to the obsolete DirectDraw video code in older ZDooms. It can't work at all with GZDoom's OpenGL interface or with modern ZDoom's D3D implementation.
The feature is dead and gone and won't come back.
The feature is dead and gone and won't come back.
- InsanityBringer
- Posts: 3392
- Joined: Thu Jul 05, 2007 4:53 pm
- Location: opening the forbidden box
Re: Video Support
Would it be considered for reinclusion if someone wrote or provided an alternate video player system that didn't rely on DirectDraw and would fit Zdoom's licencing scheme?
Granted, this is completely unlikely (and when I say unlikely, I mean it isn't happening ever), but a "what-if" never hurt anyone
Granted, this is completely unlikely (and when I say unlikely, I mean it isn't happening ever), but a "what-if" never hurt anyone

- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: Video Support
And allowed videos to be included in WAD and ZIP archives?InsanityBringer wrote:Would it be considered for reinclusion if someone wrote or provided an alternate video player system that didn't rely on DirectDraw and would fit Zdoom's licencing scheme?
Re: Video Support
I don't know if what ZDoom needs is more ways for people to add non-interactive "watch-and-don't-play" segments in mods.
- wildweasel
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
- Contact:
Re: Video Support
My real problem with video support is...well, what would people even do with it? Webcam videos? Live-action cutscenes? Cutscenes rendered in a newer game's engine that has nothing to do with the project? More likely people would just bloat their project with whatever Youtube video they happened to like at the time...honestly, though, what could we do with video support that isn't already possible (and less bloaty) with ACS functions?
- Apothem
- Posts: 2070
- Joined: Sat Nov 29, 2003 7:13 pm
- Location: Performing open heart surgery on an ACS compiler.
Re: Video Support
Im sure if you automated it right, you could do an animation scheme similar to possibly how flash is done via ACS and hudmessages. It'd be a bit complicated, but I bet you could code in sprite animations and frame animations if you did it right.