|
From: <Cha...@Al...> - 2004-01-06 23:13:16
|
Thanks Vaclav, i don't get any errors any more.. but i still have more questions... i feel bad for asking so many :O] so now when i run timeline2network i get the following network xml description: <?xml version="1.0"?> <!DOCTYPE network PUBLIC "-//OPENVIP//DTD Network Format V1.0//EN" "http://openvip.sourceforge.net/dtds/openvip-network.dtd"> <network xmlns="http://openvip.sourceforge.net/network-format" version="1.0"/> that's all i get.. i expected more? did i leave anything out of my timeline description? here it is again: <?xml version="1.0"?> <!DOCTYPE timeline PUBLIC "-//OPENVIP//DTD Timeline Format V1.0//EN" "http://openvip.sourceforge.net/dtds/openvip-timeline.dtd"> <timeline xmlns="http://openvip.sourceforge.net/timeline-format" version="1.0"> <object id="object0"> <position time_from="0.0" time_to="9.83333333333" track="VA"/> <source src_from="0.0" src_to="0.0"> <channel name="video0"/> <params> <param name="filename">input.mpg</param> </params> </source> </object> </timeline> also.. i should mention that timeline2network does this really fast and does not produce the movie file (is it supposed to?). Thanks again, Chad Vaclav Slavik <vac...@ma...> Sent by: ope...@li... 01/06/2004 01:27 PM Please respond to ope...@li... To ope...@li... cc Subject Re: [Openvip-users] timeline2network help Vaclav Slavik wrote: > so it looks there's some bug in that package. Spoke too soon, its in OpenVIP. Well, sort of -- minidom's API changed in backward incompatible way between Python 2.2 and Python 2.3 and wasn't compatible between PyXML (_xmlplus) version you have and the one bundled with Py2.2. Attached patch should fix it (in CVS now, too, but not tested). Vaclav -- PGP key: 0x465264C9, available from http://pgp.mit.edu/ [attachment "att53111.dat" deleted by Chad Ata/ALPHALOGIX] [attachment "openvip-py2.3.patch" deleted by Chad Ata/ALPHALOGIX] |