http://bugs.cinelerra.org/show_bug.cgi?id=251

           Summary: XML in Session files not well formed
           Product: Cinelerra
           Version: 2.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Medium
         Component: File Loading
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


There are some issues with the XML generated by Cinelerra, so current
standared Parsers (e.g. Expat) won't accept it. This makes scripting hard.

  1) The encoding is not specified. Obviousely, Cinelerra uses Latin1, but
     doesn't set any encoding header. So, Python/Expat asumes UTF-8 and
     bailes out 

  2) When using Plugins with keyframes, the plugin-specific tag
     inside the keyframe is not closed properly, e.g.::

        <PLUGIN LENGTH="232" TYPE="1" TITLE="ReframeRT">
         <IN></IN><OUT></OUT><ON></ON>
         <KEYFRAME POSITION="0" DEFAULT="1"><REFRAMERT 
SCALE="4.0000000000000002e-01"
STRETCH="1"></KEYFRAME> 
        ...

  3) At the same location as given above, some Plugins don't quote their
     attributes, epecially (but I don't know if there are others as well)
      - COLORBALANCE
      - ROTATE



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to