Re: null plugin keyframes (how to unexplode your xml files!)
Does anyone have any better idea when exactly this happens - i can't
seem to reproduce, and therefore can't find a way to solve it...
any news on this?
bye
andraz
On tor, 2006-03-07 at 18:13 -0500, Dan Streetman wrote:
> Yep, I had (have...) the same problem. I don't think it's tweaking while
> playing back tho, as it's happened many times to me and I always stop
> playback before tweaking. I don't really know what's causing it.
> It's certainly annoying as hell.
>
> What I did to fix the "broken" xml file was create a sed script-file
> containing:
> s,<PLUGIN LENGTH="0" TYPE="0" TITLE=""><IN></IN><OUT></OUT><ON></ON><KEYFRAME
POSITION="[[:digit:]]*" DEFAULT="1"></KEYFRAME></PLUGIN>,,g
>
> and run the xml file through it:
> cat file.xml | tr -d '\n' | sed -f sedscriptfile > fixed.xml
>
> although using perl should work fine too.
>
>
> On Tue, 7 Mar 2006, Brendan Conoboy wrote:
>
> >Hi everyone,
> >
> >As a novice cinelerra user, I've run into a heinous problem every now
(Continue reading)