Thanks, I can confirm that the bug is fixed. --- On Sun, 2/20/11, [email protected] <[email protected]> wrote:
> From: [email protected] <[email protected]> > Subject: Re: [Lives-users] generate blank frames bug > To: "LiVES users list" <[email protected]> > Date: Sunday, February 20, 2011, 7:07 PM > On Sun, February 20, 2011 17:00, John > wrote: > > Can't see it very well but here's the video from > youtube. > > > > http://www.youtube.com/watch?v=blZjCP6eI5Y > > > > --- On Sun, 2/20/11, [email protected] > <[email protected]> > wrote: > > > >> From: [email protected] > <[email protected]> > >> Subject: Re: [Lives-users] generate blank frames > bug > >> To: "LiVES users list" <[email protected]> > >> Date: Sunday, February 20, 2011, 12:01 AM > >> On Sun, February 20, 2011 04:35, John > >> wrote: > >> > I tried with lives -noset and I'm still > having the > >> problem. I have a video > >> > of my steps it's about 9MB. How can I get it > to you? > >> > > >> > >> Post it to youtube or vimeo ? > >> > >> I changed the thread title to avoid confusion (was > Lives > >> 1.4.0 released). > >> > >> > >> Gabriel. > >> > >> > >> > >> > ------------------------------------------------------------------------------ > >> The ultimate all-in-one performance toolkit: > Intel(R) > >> Parallel Studio XE: > >> Pinpoint memory and threading errors before they > happen. > >> Find and fix more than 250 security defects in > the > >> development cycle. > >> Locate bottlenecks in serial and parallel code > that limit > >> performance. > >> http://p.sf.net/sfu/intel-dev2devfeb > >> _______________________________________________ > >> Lives-users mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/lives-users > >> > > > > > > > > > > > ------------------------------------------------------------------------------ > > The ultimate all-in-one performance toolkit: Intel(R) > Parallel Studio XE: > > Pinpoint memory and threading errors before they > happen. > > Find and fix more than 250 security defects in the > development cycle. > > Locate bottlenecks in serial and parallel code that > limit performance. > > http://p.sf.net/sfu/intel-dev2devfeb > > _______________________________________________ > > Lives-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/lives-users > > > > > > Here is a patch I just checked in to svn if you want it: > > > --- > lives-plugins/plugins/effects/RFXscripts/gen_blank_frames.script > 2010/02/12 > 10:13:57 425 > +++ > lives-plugins/plugins/effects/RFXscripts/gen_blank_frames.script > 2011/02/21 > 01:00:24 909 > @@ -50,7 +50,7 @@ > </pre> > > <loop> > -`$convert_command -size $p0!x$p1! xc:black $out`; > +`$convert_command -size $p0!x$p1! xc:black +matte $out`; > $nwidth=$p0;$nheight=$p1; > </loop> > > > > Just run "sudo make install" after applying the patch. > > A similar patch can be applied to gen_text.script: > > `$convert_command $tmpimg -fill $cstring1 -stroke $cstring2 > $font > -pointsize $p5 -draw 'text $p1 $p2 \"$p0\"' +matte $out`; > > > Regards, > Gabriel. > > > > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) > Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the > development cycle. > Locate bottlenecks in serial and parallel code that limit > performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > Lives-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/lives-users > ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Lives-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lives-users
