Hi all! A sneak preview of what I''ve been doing with my patch that made it into rspec 1.1.3: http://chmeee.dyndns.org/ruby/R-Spec%20Demo.avi (2MB video) Remarks: - this is a (not-too-comfortable) test of my program itself; that''s what causes the double-lines in some places - I can not use "-f p -c" since it outputs a step later than you''d expect! (that''s how it can get the color right, I assume) I''m going to wrestle this a bit tonight. Stuff for off-list: - created with mencoder, I can play with mplayer. Reports on success or failure of other players welcome. - I do not have the timings of espeak and mencoder right, yet. If you know tools that can concatenate (malformed espeak) wav-files and images besides mencoder, I''d like to know. If you know how to let mencoder stick to the 25fps I tell it to, I''d like to know. (my mencoder line is echo''ed in the video) Experience with festival, anyone? I''m on linux, but I suppose that''s obvious from the tools I used. Bye, Kero.
Load Failed Reason : Operation could not be completed. (WebKitErrorDomain error 204.) On Feb 11, 2008 10:07 PM, <rspec-users at kero.tmfweb.nl> wrote:> Hi all! > > A sneak preview of what I''ve been doing with my patch that made it > into rspec 1.1.3: > http://chmeee.dyndns.org/ruby/R-Spec%20Demo.avi > (2MB video) > > Remarks: > - this is a (not-too-comfortable) test of my program itself; > that''s what causes the double-lines in some places > - I can not use "-f p -c" since it outputs a step later than you''d > expect! (that''s how it can get the color right, I assume) > I''m going to wrestle this a bit tonight. > > Stuff for off-list: > - created with mencoder, I can play with mplayer. > Reports on success or failure of other players welcome. > - I do not have the timings of espeak and mencoder right, yet. > If you know tools that can concatenate (malformed espeak) wav-files > and images besides mencoder, I''d like to know. If you know how to > let mencoder stick to the 25fps I tell it to, I''d like to know. > (my mencoder line is echo''ed in the video) > Experience with festival, anyone? > I''m on linux, but I suppose that''s obvious from the tools I used. > > Bye, > Kero. > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080211/4da12943/attachment.html
In reply to "Andrew WC Brown" <omen.king at gmail.com> on Tue Feb 12 05:18:49 2008:> Load Failed > > Reason : Operation could not be completed. (WebKitErrorDomain error 204.)> > http://chmeee.dyndns.org/ruby/R-Spec%20Demo.avi > > (2MB video)No idea what makes webkit (or connection, or ...) fail for you. md5sum is correct for me, too. (then again, I fear the proxy here cached this download. The upload of my server at home is nice, but not 600kB/s). $ wget http://chmeee.dyndns.org/ruby/R-Spec%20Demo.avi --23:19:26-- http://chmeee.dyndns.org/ruby/R-Spec%20Demo.avi => `R-Spec Demo.avi'' Connecting to 130.140.55.5:80... connected. Proxy request sent, awaiting response... 200 OK Length: 2,100,752 (2.0M) [video/avi] 100%[============================================>] 2,100,752 672.52K/s ETA 00:00 23:19:29 (670.15 KB/s) - `R-Spec Demo.avi'' saved [2100752/2100752]
On Feb 12, 2008 1:07 AM, <rspec-users at kero.tmfweb.nl> wrote:> Hi all! > > A sneak preview of what I''ve been doing with my patch that made it > into rspec 1.1.3: > http://chmeee.dyndns.org/ruby/R-Spec%20Demo.avi > (2MB video) > > Stuff for off-list: > - created with mencoder, I can play with mplayer. > Reports on success or failure of other players welcome.weird codec combo... you should have used thedora or xvid at least :-P (cannot play or even recognize the .avi codec signature). Anyway, will look at it when switch to linux. -- Luis Lavena Multimedia systems - A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools. Douglas Adams
On 12/02/2008, at 14:07 , rspec-users at kero.tmfweb.nl wrote:> A sneak preview of what I''ve been doing with my patch that made it > into rspec 1.1.3: > http://chmeee.dyndns.org/ruby/R-Spec%20Demo.aviWhat format is that video? I''ve got DivX and various others loaded, but none of them want to work on that video. Alex
If this is a a video mostly in a text editor like TextMate I''d recommend converting it to Apple Animation. On Feb 11, 2008 11:42 PM, Alex Satrapa <grail at goldweb.com.au> wrote:> On 12/02/2008, at 14:07 , rspec-users at kero.tmfweb.nl wrote: > > > A sneak preview of what I''ve been doing with my patch that made it > > into rspec 1.1.3: > > http://chmeee.dyndns.org/ruby/R-Spec%20Demo.avi > > What format is that video? I''ve got DivX and various others loaded, > but none of them want to work on that video. > > Alex > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20080211/9530da8e/attachment.html
On Feb 12, 2008 2:45 AM, Andrew WC Brown <omen.king at gmail.com> wrote:> If this is a a video mostly in a text editor like TextMate I''d recommend > converting it to Apple Animation.I''ve tried several times to get Quicktime output good (ala: highly compressed, small size) files with it and failed... It seems if the source isn''t captured with it, the compression is the worse you could get (200MB files for 5 minutes). -- Luis Lavena Multimedia systems - A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools. Douglas Adams
> > Stuff for off-list: > > - created with mencoder, I can play with mplayer. > > Reports on success or failure of other players welcome. > > weird codec combo... you should have used thedora or xvid at least :-P > (cannot play or even recognize the .avi codec signature). > > Anyway, will look at it when switch to linux.Hmf, mencoder will not produce xvid or theora just like that. Will try more tomorrow. I installed xine to verify playback; it plays video on the url I posted but does not playback the audio :( Bye, Kero. PS: a slightly hacked rspec gives very nice results with "-f p -c" now :) Fails rspec tests themselves, of course. For now.
On 12-feb-2008, at 6:32, rspec-users at kero.tmfweb.nl wrote:>>> Stuff for off-list: >>> - created with mencoder, I can play with mplayer. >>> Reports on success or failure of other players welcome. >> >> weird codec combo... you should have used thedora or xvid at >> least :-P >> (cannot play or even recognize the .avi codec signature). >> >> Anyway, will look at it when switch to linux. > > Hmf, mencoder will not produce xvid or theora just like that. > Will try more tomorrow. > I installed xine to verify playback; it plays video on the url I > posted > but does not playback the audio :(Perian (http://perian.org/) does playback the video when using QuickTime. regards, bartz
> > A sneak preview of what I''ve been doing with my patch that made it > > into rspec 1.1.3: > > > > Stuff for off-list: > > - created with mencoder, I can play with mplayer. > > Reports on success or failure of other players welcome. > > weird codec combo... you should have used thedora or xvid at least :-P > (cannot play or even recognize the .avi codec signature).mencoder manages neither libxvid or libtheora as video encoder. No clue why, it should support them. I put up six combinations which google helped me find on http://chmeee.dyndns.org/ruby/ but xine and vlc only do audio as well as video on the wmv8+wmav2 video. Showed the stuff yesterday on NYC.rb, got one comment to hook this up to selenium (instead of the -f p -c). and that the nice thing: these formatters (listeners) allow you to execute about anything you''d want :) Bye, Kero.