![]() |
|
This thread is locked; no one can reply to it.
![]() ![]() |
1
2
|
Would you still use FLI/FLC/FLX? |
spellcaster
Member #1,493
September 2001
![]() |
Is there still interest for FLI/FLC based formats? The allgero fli player can't handle most of the files created by todays animation programs. So I did a short google search (like "simple animation format") and all I got was FLI, FLC some FLI some pages on FLC ... oh and some pages even mentioned FLI So I had a look at the current spec, and I think that a crude player dealing with most chunks (and ignoring the EGI extensions) should be not that much work. Maybe 2-3 evenings. Is somebody else would be interested in such a lib, I'd make it less-hackish than if I'd just use it for mayself and release it. -- |
Matt Smith
Member #783
November 2000
|
I think anyone currently using them will be careful to keep them compatible with the existing player As there is regular talk of ditching the buit-in support for Allegro 5, then that's when your library would become an essential add-on, so there's no need to make it too tidy just yet. That's just my opinificating of course. I haven't used FLI/FLC myself although I am writing an animation prog so was planning to. |
cémoi benlepro
Member #3,666
July 2003
![]() |
the problem is that there is not a lot of programs that export to .fli .......
----- |
spellcaster
Member #1,493
September 2001
![]() |
ProMotion and Jasc Animation Shop eport to FLI. It won't be very close to the allegro player, because I think it has some major flaws (like not being able to play several flis at the same time... which would be needed if you'd want to use FLIs for menu items, etc) -- |
Flecko
Member #566
August 2000
![]() |
I'm interested. If you're gonna release a nice usable lib for allegro that can play movies, then mark me as down. -Flecko ben's drivel |
Derezo
Member #1,666
April 2001
![]() |
I'm not too fond of the FLI format myself.. but I've hardly used it. cémoi benlepro said: the problem is that there is not a lot of programs that export to .fli ....... There's plenty of programs which support it (including 3D Studio MAX), the problem is that allegro doesn't support it very well. If you ask me, that's one portion of allegro that should be removed and made an add-on... and I hate having so many add-ons. As Matt Smith said, I don't think you would get a lot of people interested in an add-on for allegro when allegro is capable of it already. Then again, fblend is in a similar situation.. but more people use blending than FLI's I would think. "He who controls the stuffing controls the Universe" |
Kitty Cat
Member #2,815
October 2002
![]() |
Quote: It won't be very close to the allegro player, because I think it has some major flaws (like not being able to play several flis at the same time... Do what I did with APEG. Have open/play/skip/close functions that use FLIC* structs(or classes in C++), then on top of that, create a couple high-level functions that emulate Allegro's current flic implementation for those people used to it. -- |
Marcello
Member #1,860
January 2002
![]() |
I've never used it and never plan to... I mean what's the point anyway? It doesn't support audio right? So it's no better than a series of images. In fact, worse, since a series of images can be used for a lot more, such as importing into premiere. Marcello |
Kitty Cat
Member #2,815
October 2002
![]() |
Marcello: Except for the compression it provides. You could always include an mp3 along with the animation and play them side-by-side.. -- |
Marcello
Member #1,860
January 2002
![]() |
It provides 3d compression? Is it any good, say compared to png/mng, or whatever? Also, the mp3 thing doesn't necessarily work if you need the audio to be synced. Marcello |
Kitty Cat
Member #2,815
October 2002
![]() |
Quote: It provides 3d compression? Yes. At least MPEG does, and I don't see why FLIC wouldn't. I can't say how good it is though, it's a pretty old, not really used anymore, format. Quote: Also, the mp3 thing doesn't necessarily work if you need the audio to be synced.
Why not? I dunno about flic, so if the video can't drop/skip frames, causing it to just fall further and further behind, you could just pause the audio until the video catches up(and tell the user to get a faster machine -- |
Niunio
Member #1,975
March 2002
![]() |
I still using FLI/FLC. I have an old Autodesk Animator and also David's Targa Animator (DTA), both can create FLI/FLC files that works nice with Allegro's player, as far I used it. While I don't need more I still using it. I can play sounds and music breaking the FLIC in small pieces and playing the wav or MIDI or whatever I need. Anyway, it can be nice if there are one or two add-ons to play other formats, as mp3, avi or others. ----------------- |
spellcaster
Member #1,493
September 2001
![]() |
Quote: I mean what's the point anyway? It doesn't support audio right?
FLIC does provide support for audio (EGI extension). Think of it as some sort of animated gif. While you would not use to display a video, it's a pretty nice and simple way to do small and simple animations. Quote: So it's no better than a series of images
Let's say it's not better than a delta frame compressed series of images containing animation data (like inter frame delay, etc). I was also looking at MNG, but that's hardly a simple format, heh. One could also create a new format which would be better than FLI in some areas or add new chunks to fli... the main problem here would be the lack of an editor. So... if anybody knows another bitmap oriented lossless animation format which has some editor support, let me know -- |
Johan Peitz
Member #9
April 2000
![]() |
spelly said: So... if anybody knows another bitmap oriented lossless animation format which has some editor support, let me know ProMotion has SPR as well. It's just a bunch of non-compressed 8bit images in a row. But you can set induvidual frame lengths. It's quite handy actually. Since I draw my graphics in ProMotion I use it to store my sprites and then have a simple wrapper animation class that handles it all. -- |
Thomas Fjellstrom
Member #476
June 2000
![]() |
I have a somewhat in progress format.. its more of a container format itself but the lib kinda likes the stuff to be played I even had/have a nice editor planned.. heh. Maybe If I get bored enough -- |
A J
Member #3,025
December 2002
![]() |
Quote: It won't be very close to the allegro player, because I think it has some major flaws (like not being able to play several flis at the same time.. i wrote a class for FLI,FLC a long time ago, maybe 2 years, so i can have lots of FLICs running at the same time. i have also added detection for unrecognized blocks, but in the end i just ignored them. as most of them weren't really needed. i would be interested in a standalone FLC,FLI,FLX player lib, with or without the audio. if someone is willing to manage/start the project; i will give some of my time to testing, bug fixing, code suggestions, etc.. but i think desiging the architecture of the lib is really a one person (resonsibility) job. which i am not going to do. i think FLIC is a good format; coz adding your own blocks would allow many interesting features; like embedded MIDI data
___________________________ |
Derezo
Member #1,666
April 2001
![]() |
Quote: One could also create a new format which would be better than FLI in some areas or add new chunks to fli... the main problem here would be the lack of an editor.
You could always have a conversion tool. If the format is really good, it would be worth it. I'd be willing to help, too.. but my meager programming abilities would be of little use "He who controls the stuffing controls the Universe" |
23yrold3yrold
Member #1,134
March 2001
![]() |
We need that Allegro Flash player -- |
Marcello
Member #1,860
January 2002
![]() |
we do. With an opengl renderer as well. Marcello |
A J
Member #3,025
December 2002
![]() |
FYI.. describes the FLIC format quite well. ___________________________ |
spellcaster
Member #1,493
September 2001
![]() |
? -- |
Trezker
Member #1,739
December 2001
![]() |
I had a look at the flic section of the docs yesterday and didn't like it, it doesn't fit with the rest of allegro. So I think you should do something with a different interface and all, unless someone can explain to me why it should look like it does. After going through that, I started thinking along the lines of making allegro animation routines using ALLAN objects |
A J
Member #3,025
December 2002
![]() |
it fits nicely with allegro. i think FLX would be a good feature to add. ___________________________ |
spellcaster
Member #1,493
September 2001
![]() |
I'll start my lib really soon now. It will allow you to create and play FLIs (and derived formats). I'm not sure if I add all of egi's extensions (esp. I don't see the "small" scripts coming) but I might add some extensions of my own. -- |
A J
Member #3,025
December 2002
![]() |
i'd like to see the FLX >8bit images ___________________________ |
|
1
2
|