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
Does Löve supports any kind of video?
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
-
- Prole
- Posts: 2
- Joined: Sun Aug 16, 2009 6:10 pm
- TechnoCat
- Inner party member
- Posts: 1612
- Joined: Thu Jul 30, 2009 12:31 am
- Location: Milwaukee, WI
- Contact:
Re: Does Löve supports any kind of video?
No, it does not.
Adding libraries for video playback would push the LOVE filesize really high.
Adding libraries for video playback would push the LOVE filesize really high.
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: Does Löve supports any kind of video?
Unless you change it into an animation of course...
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: Does Löve supports any kind of video?
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.bartbes wrote:Unless you change it into an animation of course...
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.
- TechnoCat
- Inner party member
- Posts: 1612
- Joined: Thu Jul 30, 2009 12:31 am
- Location: Milwaukee, WI
- Contact:
Re: Does Löve supports any kind of video?
I would imagine the solution is FFmpeg, not tapping into individual OS libraries.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 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.
- Jasoco
- Inner party member
- Posts: 3727
- Joined: Mon Jun 22, 2009 9:35 am
- Location: Pennsylvania, USA
- Contact:
Re: Does Löve supports any kind of video?
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.
- TechnoCat
- Inner party member
- Posts: 1612
- Joined: Thu Jul 30, 2009 12:31 am
- Location: Milwaukee, WI
- Contact:
Re: Does Löve supports any kind of video?
Sounds like you agree with FFmpeg.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.
-
- Prole
- Posts: 2
- Joined: Sun Aug 16, 2009 6:10 pm
Re: Does Löve supports any kind of video?
well...thank you all
Re: Does Löve supports any kind of video?
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?
Hmm. Quicktime? Not sure linux has it though.
Who is online
Users browsing this forum: Google [Bot], Semrush [Bot] and 3 guests