[27 Jan 2010] Feature request: AVI Playback

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
Arnljot

[27 Jan 2010] Feature request: AVI Playback

Post by Arnljot »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Wed, 27 Jan 2010 16:17:27 -0000

Hi,

I know Hollywood can play back anim files (iff, gif).

What I'd like to see is ability to show AVI content in a Hollywood presentation.

API command should be named "LoadVideo()" and at least have "PlayVideo", "PauseVideo", "SetVideoTime", "StopVideo" etc.

I know this is a big development task Andreas, but I see support for video streaming is in the future plans of Hollywood.

For a start, I think you could look into this code http://m68k.aminet.net/package/dev/misc/CyberAVI_QT_Sr

It's code which the author has released. It's m68k AVI and QT decoder from 1999.

Kind regards, Arnljot
User avatar
airsoftsoftwair
Posts: 5915
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[28 Jan 2010] Re: Feature request: AVI Playback

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Thu, 28 Jan 2010 22:56:14 +0100
Hi,

I know Hollywood can play back anim files (iff, gif).

What I'd like to see is ability to show AVI content in a Hollywood presentation.

API command should be named "LoadVideo()" and at least have "PlayVideo", "PauseVideo", "SetVideoTime", "StopVideo" etc.

I know this is a big development task Andreas, but I see support for video streaming is in the future plans of Hollywood.

For a start, I think you could look into this code http://m68k.aminet.net/package/dev/misc/CyberAVI_QT_Sr

It's code which the author has released. It's m68k AVI and QT decoder from 1999.
The problem with video playback is simply speed. Yes, I could play a video on a SAM smoothly but there's no way to do some more with it, e.g. transition effects or moving it on a layer. 600-800mhz are simply too slow for it. Needs much more powerful hardware.
Arnljot

[28 Jan 2010] Re: Feature request: AVI Playback

Post by Arnljot »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Thu, 28 Jan 2010 23:13:27 +0100

Hi, Andreas

I completely Agree that most Amiga hardware (incl OS flavours) have a problem with video playback.

However it would be a great start to atleast at first only get basic playback.

The reason why I'd personally like this is because I'm working on a game and want cut scene playback. So for now I don't need any effects, so what about baby steps?

And AROS and OS4 will get more and more powerfull hardware as time goes by, also MOS with it's Mac support... :-)

Kind regards, Arnljot
User avatar
airsoftsoftwair
Posts: 5915
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[31 Jan 2010] Re: Feature request: AVI Playback

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 31 Jan 2010 22:02:12 +0100
Hi, Andreas

I completely Agree that most Amiga hardware (incl OS flavours) have a problem with video playback.

However it would be a great start to atleast at first only get basic playback.

The reason why I'd personally like this is because I'm working on a game and want cut scene playback. So for now I don't need any effects, so what about baby steps?
Well, it's still a hell of work because it has to be implemented on lots of different platforms... it might come someday but don't wait for it :)
Arnljot

[31 Jan 2010] Re: Feature request: AVI Playback

Post by Arnljot »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 31 Jan 2010 22:33:02 +0100

Hi, Andreas
Well, it's still a hell of work because it has to be implemented on lots of different platforms... it might come someday but don't wait for it :)
I absolutely understand that, and it's a v4.7 or even 5.0 feature.

But meanwhile I understand that the ffmpeg code is LGPL and can be compiled into a library for m68k, OS4, AROS and MOS, and then used in applications like Hollywood http://aminet.net/package/gfx/conv/ffmp ... 21513-m68k http://ffmpeg.org/legal.html

I'll wait ;-) I'm very patient.

Kind regards, -- Arnljot www.arnljot.com
User avatar
airsoftsoftwair
Posts: 5915
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[31 Jan 2010] Re: Feature request: AVI Playback

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 31 Jan 2010 22:43:39 +0100
I absolutely understand that, and it's a v4.7 or even 5.0 feature.

But meanwhile I understand that the ffmpeg code is LGPL and can be compiled into a library for m68k, OS4, AROS and MOS, and then used in applications like Hollywood http://aminet.net/package/gfx/conv/ffmp ... 21513-m68k http://ffmpeg.org/legal.html
The decoder itself is not the problem. Raw or MJPEG AVIs decoding is pretty trivial. The problem is the playback. AV sync and stuff... probably using hardware overlay for it etc. A lot of tricky things to consider.... just ask the DVPlayer author :)
Locked