Hi all, 

does that mean, that somebody is going to finalize Sean's Quicktime harvesting ?

If not, I'm offering to do that job.

A few remarks, what has to be done from my point of view (must not be a player like that in Squeak):

Anyway I'm preparing a concept for that and like to have it reviewed, if you want me to do that job.

In this context I also like to mention mp3 harvested kindly from Sophie by Sean as well
  • it didn't work for me, as I tried it yesterday - mp3 format issue - I assume it's due to less maintenance of the mpeg3 plugin (  it seems from old Squeak days and was never touched later ) - did experience that with Squeak as well 2 years or more before
Would like to handle this as well, but requires contribution of someone with plugin and mp3 experience I guess

Cheers

Johannes


Am 29.07.2011 um 10:00 schrieb laurent laffont:


On Fri, Jul 29, 2011 at 1:10 AM, Igor Stasenko <siguctua@gmail.com> wrote:
On 28 July 2011 23:36, laurent laffont <laurent.laffont@gmail.com> wrote:
> Sean,
> I've tried with a PharoCasts video and it works (OSX Lion, Pharo 1.3,
> Eliot's Cog VM), that's wonderful !!!
> Does it work on Linux / Windows ? I'm thinking about distributing a
> one-click image with PharoCasts videos
> Laurent.
>

Laurent , feel free to leave a note on cog issue tracker, so sooner or
later we could make it working :)



I've also added a link to the Cog issue tracker in http://www.pharo-project.org/community/issue-tracking

Laurent.


 

> On Thu, Jul 28, 2011 at 8:46 PM, Sean P. DeNigris <sean@clipperadams.com>
> wrote:
>>
>> The code, brief instructions, and a screencast of the result are at
>> http://seandenigris.com/blog/?p=723
>>
>> Here is the relevant bit to get it working:
>>
>> Gofer new
>>    squeaksource: 'MetacelloRepository';
>>    package: 'ConfigurationOfFFI';
>>    load.
>>
>>    ((Smalltalk at: #ConfigurationOfFFI) project latestVersion) load.
>>
>>    Gofer new
>>        squeaksource: 'SophieGoldDig';
>>        package: 'SpdQT';
>>        load.
>>
>> aURI := URI fromString: 'file:///path/to/video.ext'.
>> movie := QuickTimeMovie openMovieFromURI: aURI.
>> m := SqueakMovieMorph openOn: movie.
>>
>> --
>> View this message in context:
>> http://forum.world.st/Downloading-1-4-tp3696454p3702140.html
>> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>>
>
>



--
Best regards,
Igor Stasenko AKA sig.