Video decoders in Sq4.4

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Video decoders in Sq4.4

Brad Fuller-3
I might have asked this question a while back, what happened to the video "stuff" in Squeak. Was it removed entirely? There was some mpeg1 players, but I think that's all there was. Is my memory wrong? Where there any other code available?
-- 
Brad Fuller [hidden email]


Reply | Threaded
Open this post in threaded view
|

Re: Video decoders in Sq4.4

Bert Freudenberg
On 2013-03-28, at 01:58, Brad Fuller <[hidden email]> wrote:

> I might have asked this question a while back, what happened to the video "stuff" in Squeak. Was it removed entirely? There was some mpeg1 players, but I think that's all there was. Is my memory wrong? Where there any other code available?

MPEG, yes. The Sophie guys added Quicktime playback, but that only worked on Mac and Windows (and required installing Quicktime on the latter). There is a GStreamer plugin, but pretty much Linux only (although John McIntosh developed it on a Mac so it can be made to work there). There is an Ogg plugin too, but I'm not sure it has video, might be audio only.

Bringing the media support up-to-date might make a nice GSOC project. Maybe by now there is some cross-platform video library. There wasn't a couple years ago when I looked last.

- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: Video decoders in Sq4.4

Karl Ramberg
ffmpeg should be a nice cross platform lib for video.
www.ffmpeg.org/

OpenQwaq have a some code under GPL that would be cool for Squeak and Etoys


Karl



Karl



On Thu, Mar 28, 2013 at 2:37 PM, Bert Freudenberg <[hidden email]> wrote:
On 2013-03-28, at 01:58, Brad Fuller <[hidden email]> wrote:

> I might have asked this question a while back, what happened to the video "stuff" in Squeak. Was it removed entirely? There was some mpeg1 players, but I think that's all there was. Is my memory wrong? Where there any other code available?

MPEG, yes. The Sophie guys added Quicktime playback, but that only worked on Mac and Windows (and required installing Quicktime on the latter). There is a GStreamer plugin, but pretty much Linux only (although John McIntosh developed it on a Mac so it can be made to work there). There is an Ogg plugin too, but I'm not sure it has video, might be audio only.

Bringing the media support up-to-date might make a nice GSOC project. Maybe by now there is some cross-platform video library. There wasn't a couple years ago when I looked last.

- Bert -






Reply | Threaded
Open this post in threaded view
|

Re: Video decoders in Sq4.4

Sean P. DeNigris
Administrator
In reply to this post by Bert Freudenberg
Bert Freudenberg wrote
Bringing the media support up-to-date might make a nice GSOC project
Yes! Live turtle-all-the-way-down view objects for video/PDF/html-css-javascript would all be killer apps. We can't have our dynabook unless we subsume all previous media. Right now we have text and images - so 19th century ;)
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Video decoders in Sq4.4

Brad Fuller-3
In reply to this post by Karl Ramberg
I didn't even think of ffmpeg. Great idea

THANKS!

brad

On 3/28/2013 9:29 AM, karl ramberg wrote:
ffmpeg should be a nice cross platform lib for video.
www.ffmpeg.org/

OpenQwaq have a some code under GPL that would be cool for Squeak and Etoys


Karl



Karl



On Thu, Mar 28, 2013 at 2:37 PM, Bert Freudenberg <[hidden email]> wrote:
On 2013-03-28, at 01:58, Brad Fuller <[hidden email]> wrote:

> I might have asked this question a while back, what happened to the video "stuff" in Squeak. Was it removed entirely? There was some mpeg1 players, but I think that's all there was. Is my memory wrong? Where there any other code available?

MPEG, yes. The Sophie guys added Quicktime playback, but that only worked on Mac and Windows (and required installing Quicktime on the latter). There is a GStreamer plugin, but pretty much Linux only (although John McIntosh developed it on a Mac so it can be made to work there). There is an Ogg plugin too, but I'm not sure it has video, might be audio only.

Bringing the media support up-to-date might make a nice GSOC project. Maybe by now there is some cross-platform video library. There wasn't a couple years ago when I looked last.

- Bert -







    


-- 
Brad Fuller [hidden email]