Hi,
Don't know if programming is the right place for this thread, but it seems to me the best place to look.
I would like to know if anyone can help me figure out how to manipulate an XML file exported by Final Cut Pro. FCP allows batch changing properties like scale, position, rotation, of a text generator inside it's timeline, but it does not allow batch changing of text-specific properties such as font size, font color, etc, but all these properties can be seen inside an XML export of the sequence.
I would like to change the font color from white to yellow, can't realistically be done manually as there are hundreds of text generators (it's a subtitle track). I tried opening the XML in TextEdit and doing a find & replace but it won't find all the occurrences of this block below:
I tried a program called "editix" but it won't let me change this parameter for all the instances... any help for this problem ? Is there a terminal app that can help me ? Why won't TextEdit Let me do this ?
Thanks for any help !
Don't know if programming is the right place for this thread, but it seems to me the best place to look.
I would like to know if anyone can help me figure out how to manipulate an XML file exported by Final Cut Pro. FCP allows batch changing properties like scale, position, rotation, of a text generator inside it's timeline, but it does not allow batch changing of text-specific properties such as font size, font color, etc, but all these properties can be seen inside an XML export of the sequence.
I would like to change the font color from white to yellow, can't realistically be done manually as there are hundreds of text generators (it's a subtitle track). I tried opening the XML in TextEdit and doing a find & replace but it won't find all the occurrences of this block below:
Code:
<parameter>
<parameterid>textcolor</parameterid>
<name>Text Color</name>
<value>
<alpha>255</alpha>
<red>235</red>
<green>235</green>
<blue>235</blue>
</value>
</parameter>
I tried a program called "editix" but it won't let me change this parameter for all the instances... any help for this problem ? Is there a terminal app that can help me ? Why won't TextEdit Let me do this ?
Thanks for any help !
Last edited: