Page 1 of 2
Does Löve supports any kind of video?
Posted: Sun Aug 16, 2009 6:58 pm
by HowlingBard
Hi Everybody,
I'm new here, so I want some help.
Does anyone knows if Löve supports video? If it does, what kind of video does Löve supports?
I looked around and I couldn't find anything
unfortunately
Thank you
Re: Does Löve supports any kind of video?
Posted: Sun Aug 16, 2009 7:53 pm
by TechnoCat
No, it does not.
Adding libraries for video playback would push the LOVE filesize really high.
Re: Does Löve supports any kind of video?
Posted: Sun Aug 16, 2009 8:57 pm
by bartbes
Unless you change it into an animation of course...
Re: Does Löve supports any kind of video?
Posted: Sun Aug 16, 2009 9:19 pm
by Jasoco
bartbes wrote:Unless you change it into an animation of course...
Only if it's simple animation with a small amount of images shown at intervals one frame at a time with no movement, else you end up making the file huge anyway.
Löve could utilize each OS' built-in video formats. As long as they're cross-platform. Maybe offer it optionally as a plugin that is included either inside the .love file or in the OS' specific "working folder" for use by multiple programs.
I'd be for QuickTime support, or whatever is capable of playing H.264 which is the current standard.
Re: Does Löve supports any kind of video?
Posted: Sun Aug 16, 2009 10:02 pm
by TechnoCat
Jasoco wrote:Löve could utilize each OS' built-in video formats. As long as they're cross-platform. Maybe offer it optionally as a plugin that is included either inside the .love file or in the OS' specific "working folder" for use by multiple programs.
I'd be for QuickTime support, or whatever is capable of playing H.264 which is the current standard.
I would imagine the solution is
FFmpeg, not tapping into individual OS libraries.
I think going the OS route might yield performance and size (of LOVE) benefits, but put a huge wedge in cross-platform status.
Maybe the LOVE dev team could consider creating a lite version of FFmpeg that only supported decoding a couple video formats. The source for the entire FFmpeg library clocks in at ~2.5mb i believe.
Re: Does Löve supports any kind of video?
Posted: Sun Aug 16, 2009 11:01 pm
by Jasoco
I'd say H.264 would be a reasonable standard. Failing that, something open-source that wouldn't cost money to license. Basically, something free.
Re: Does Löve supports any kind of video?
Posted: Mon Aug 17, 2009 7:46 am
by TechnoCat
Jasoco wrote:I'd say H.264 would be a reasonable standard. Failing that, something open-source that wouldn't cost money to license. Basically, something free.
Sounds like you agree with FFmpeg.
Re: Does Löve supports any kind of video?
Posted: Mon Aug 17, 2009 2:50 pm
by HowlingBard
well...thank you all
Re: Does Löve supports any kind of video?
Posted: Mon Aug 17, 2009 4:59 pm
by rude
In any case, this is not a priority. FFmpeg has been considered, but that library is huge.
Re: Does Löve supports any kind of video?
Posted: Sun Aug 23, 2009 2:29 pm
by appleide
Hmm. Quicktime? Not sure linux has it though.