The NEW Build Your Own Arcade Controls

Front End Support => MaLa Frontend => Topic started by: wooowman93 on March 22, 2009, 01:54:22 pm

Title: Mala Video support
Post by: wooowman93 on March 22, 2009, 01:54:22 pm
I wanted to ask does Mala support flv videos


and will there be png support with transparency

if there isn't please add it
 thank you Loadman
Title: Re: Mala Video support
Post by: drventure on August 29, 2011, 10:18:08 am
Hey Loadman

Not to dig up an old thread, but I was wondering if the might be any plans to support PNG transparency (as opposed to the simple Masking transparency that's there now) in Mala?

I'd started masking off the Cabinet images collection (cause many of the images end up looking terrible if you turn on the transparency for them) and I realized that, even after masking and cleaning them up, because alpha transparency isn't supported, you're pretty much guaranteed to get pretty jagged images onscreen, no matter what you do.

Title: Re: Mala Video support
Post by: loadman on June 11, 2012, 02:52:51 am
I can't see that happening.

I lot of work. No money in MaLa and I am now time time poor doing work that does pay  :'(

Having said that I intend to make minor changes and bug fixes to mala as time allows.    ;D
Title: Re: Mala Video support
Post by: drventure on June 11, 2012, 08:57:05 am
No Worries

I'm putting together some ideas on how I might accommodate it from a plug in.

One thing that +might+ be cool (and easy) to add is a way for Plugins to "halt rendering" of specific elements.

For instance, say I don't want Mala to render the "definable1" image, some API way for the plugin to tell Mala that would make a number of things easily possible for plug in authors.

But I know what you mean about time. Heck, I still haven't "technically" released Engine18!
Title: Re: Mala Video support
Post by: tapule on June 16, 2012, 12:05:18 pm
Hi,

Loadman, Have you ever thought about the possibility of releasing the code as OpenSource?
This may help the progress of the project.

Greetings
Title: Re: Mala Video support
Post by: drventure on June 16, 2012, 12:12:08 pm
He can't do that.

1) it's not originally his source, he took over the project from Swindus, who I don't believe wanted to open source it, though I don't know any more of the back story than that.
2) It uses commercial libraries (particularly the video bits I believe) so to compile, you'd have to buy a license for that lib too.

Title: Re: Mala Video support
Post by: nick3092 on June 18, 2012, 10:19:04 pm
I can't see that happening.

I lot of work. No money in MaLa and I am now time time poor doing work that does pay  :'(

Having said that I intend to make minor changes and bug fixes to mala as time allows.    ;D

That reminds me, about a year ago you implemented a new version of the video engine that supported MP4 (which is the primary format EmuMovies switched to around the same time).  But there were glitches.  If I recall, it would play the video once, then when it went to loop it again it would only play the sound and no video.  At the time I had reported it to you and I think you had reached out to whoever wrote the video engine to research, and then you ran out of time.  Any chance that would be one of the bug fixes/minor changes you are looking at?  ;D

I do really like MaLa.  Its simple, light weight, and easy to use.  I've tried Hyperspin and GameEx, and I just don't like them compared to MaLa.  I totally understand real life obligations.  Lord knows my company is going through a major merger this year that will be the death of me.  The only reason I even had time to give my cab some lovin was the fact I had a week of vacation last week.  So I understand the lack of time, and not wanting to work on things that don't pay.  I just hate to see such a good front end get abandoned.   :(
Title: Re: Mala Video support
Post by: drventure on June 18, 2012, 10:25:43 pm
I thought the new video engine was already in place. I'll have to give an mp4 a shot.
Title: Re: Mala Video support
Post by: nick3092 on June 18, 2012, 10:37:20 pm
He did impliment a new engine about a year ago, roughly.  Found my post from around that same time.

http://forum.arcadecontrols.com/index.php?topic=112411.msg1194272#msg1194272 (http://forum.arcadecontrols.com/index.php?topic=112411.msg1194272#msg1194272)

My memory was correct - issues with looping the files.  And a slight delay in switching games that I had forgotten about.  I missed some of the later posts in the thread.  Mainly that Loadman had tried to fix it, but it didn't work so good.  Then in Dec mentioned he had a new job and hadn't had much time for MaLa, but was hoping for a release next year.

Edit:

Doh!  I just noticed in the sticky thread about the 1.7 video player he is still working on it, with a post from last week.

http://forum.arcadecontrols.com/index.php?topic=107768.0 (http://forum.arcadecontrols.com/index.php?topic=107768.0)
Title: Re: Mala Video support
Post by: drventure on June 19, 2012, 08:40:42 am
Ah.. Ok. Yeah, i've noticed the Delay when scrolling. That'll be a tricky one to fix I'm guessing, because he'll need to load the video on a separate thread from the UI to really solve this. Just delaying the load will help, but you'll get get an inevitable "hang".

I haven't noticed anything with looping, but I haven't really looking either.