Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: shiv on May 31, 2008, 03:44:54 pm

Title: AVI support instead of ANI in CBAnims
Post by: shiv on May 31, 2008, 03:44:54 pm
As in the thread name - is this possible to code? And if yes can I ask anyone to do it, please?
Title: Re: AVI support instead of ANI in CBAnims
Post by: blowfish on May 31, 2008, 03:52:12 pm
I'm not an SCP guy, but my guess is that this would take a lot of code to do, and the SCP project already has more features to be implemented and bugs to fix than it can handle.  I heard that there was a new file format for this type of animation in the works, based on jpg, but I have no idea when this will see the light of day...
Title: Re: AVI support instead of ANI in CBAnims
Post by: Jeff Vader on May 31, 2008, 03:52:35 pm
Besides, no one wants to support AVI anymore.
Title: Re: AVI support instead of ANI in CBAnims
Post by: ShadowGorrath on May 31, 2008, 03:57:50 pm
I heard that it'll get EFF support ?
Title: Re: AVI support instead of ANI in CBAnims
Post by: WMCoolmon on May 31, 2008, 04:29:59 pm
AVI rather than ANI is not going to happen. Theora support might be possible - I don't know how flexible the implemented decoder is. Taylor was planning some kind of enhanced file support, but that's somewhere on his to-do list. If you want instant gratification, scripting with an EFF would be your best bet. You'd have to manually animate it and keep track of mouseclicks to increment stages, but you'd be able to use a lot more colors than an ANI.

I believe taylor planned on using MJPEG for the new anim format.
Title: Re: AVI support instead of ANI in CBAnims
Post by: Talon 1024 on May 31, 2008, 11:15:04 pm
I think you can do CBAnis in Ogg Theora format...  Is that correct?
Title: Re: AVI support instead of ANI in CBAnims
Post by: blowfish on May 31, 2008, 11:19:17 pm
I don't think so
Title: Re: AVI support instead of ANI in CBAnims
Post by: Tolwyn on June 01, 2008, 10:49:40 am
I think you can do CBAnis in Ogg Theora format...  Is that correct?

no, you can't.

Yet: ani sucks.
Title: Re: AVI support instead of ANI in CBAnims
Post by: taylor on June 01, 2008, 05:09:25 pm
It's tough to use Theora for things like that because the interface and the movie code require different playback/timing//sync/frame-rate methods.  It is unlikely be be fixed until some point after the Theora movie playback code is changed to operate in a separate thread so that these issues can simply be avoided altogether.  And there is no ETA for that, it's not really even on the todo list yet, so don't bother asking.