| modify all text titles at once?
• | | | |
 | modify all text titles at once?
by Ethan Chan on Feb 20, 2009 at 4:28:24 pm |
I have a video with text titles. Is there any way to change properties of all titles at once?
| | | | |
• | | | |  | Re: modify all text titles at once? by Nicole Haddock on Feb 20, 2009 at 5:54:48 pm |
Are you saying you have the same title and would like it to reflect in the timeline OR that you want to add, say, a drop shadow or some other effect to all your titles, which are all different?
If A- no, not unless you started the title in Photoshop, but you can copy/paste to your heart's content.
If B- change one title, right click copy, go to the next title then right click Paste Attributes and choose the attributes you want. If all your titles are on one track, you can lasso and apply the attributes all at once.
| | | | |
• | | | |  | Re: modify all text titles at once? by Ethan Chan on Feb 20, 2009 at 6:18:59 pm |
Sorry for not making it clear.
I have subtitles on one track which are simple text. Suppose I want to increase the font size or change font type - how can I change them all at once?
"If all your titles are on one track, you can lasso and apply the attributes all at once." - so does this work for my question?
If so, how can I do lasso on FCP? Thanks for the help.
| | | | |
• | | | |  | Re: modify all text titles at once? by Nicole Haddock on Feb 20, 2009 at 6:50:43 pm |
The easy answer is the last part- to lasso a group of clips, hit A for the select tool, go to your timeline and just draw around the area you want. Alternatively, if everything's in the same track, you could just hit the T for the select track tool and grab everything that way.
Now for the not so easy. I'm assuming you did your subtitles in FCP. If you want to add a drop shadow, easy to do. But you want to change the font and size... well, I just tried and there's no way to apply it to all.
Since hindsight is 20x20, if you had done the titles in Photoshop and imported them as TIFFs, you could have built an action, applied that to all your files or layers, and the changes would reflect in FCP. Still time intensive, but there's no ideal fix all solution that I'm aware of at least. Maybe someone else will know?
| | | | |
• | | | |  | Re: modify all text titles at once? by Arnie Schlissel on Feb 20, 2009 at 11:35:25 pm |
[Ethan Chan] "Suppose I want to increase the font size or change font type - how can I change them all at once? "
Take a look at Traffic from xmedit.com. It's made just for this kind of thing. Arnie
Post production is not an afterthought!
http://www.arniepix.com/
| | | | |
• | | | |  | Re: modify all text titles at once? by Steven Gonzales on Feb 21, 2009 at 6:14:22 am |
You can change an attribute like font size with XML.
Export the XML, then find the attribute you want to change, then use global search and replace in a text editor to modify that specific tag, save the xml, and re-import.
It takes a bit of looking to find the specific attribute tag, but you can search on the subtitle text, and look at the tags nearby.
| | | | |
• | | | |  | Re: modify all text titles at once? by John Young on Apr 9, 2009 at 6:27:03 pm |
Thank you so much!
I had been learning FX scripting (not a bad pursuit!) to attempt this task. I was unable to find a way to modify all 400 + texts to change the font size & position with scripting
XML made it very easy.
I exported as a XML file.
I did a global search and replace in that XML file for the first parameter, and replaced it with the second.
find <value>28</value
replace with <value>43</value>
find <vert>0.375</vert>
replace with <vert>0</vert>
I found the position was in a different number format than I had expected. I made the desired changes to the first text, than searched in the XML for the parameters associated with that text.
I saved the XML file, and re-opened it as a new project.
I still had lots of cleaning up to do, but it will take MUCH less time than opening 400+ text slugs and changing them.
I am captioning IMAX films for the Fleet Science Center in San Diego.
They play back as a quicktime file with a protools session.
| | | | |
• | | | |  | Re: modify all text titles at once? by Alex Elkins on May 12, 2009 at 4:41:39 pm |
I know this is a relatively old thread but hopefully someone can answer this quick question;
Is it possible to apply universal changes to text done in Boris 3D? I have a bunch of subtitles (fortunately not too many!) that I did in Boris because of it's ability to wrap the text to a certain width, but I can't find anywhere in the XML the code to change any of the parameters. I just want to change the font and style (bold).
Thanks,
Alex Elkins
| | | | |
• | | | |  | Re: modify all text titles at once? by Newton Niu on Jan 6, 2010 at 3:33:15 am |
hi~~i have the same problem... when you mention re-open it in a new project... what does that mean?
i export xml, find all the font and changed them, saved it. then?
i import the new xml in the original project, but nothing happens. the font remains the same... please, help!
| | | | |
• | | | |  | Re: modify all text titles at once? by Eric Bowman on May 31, 2010 at 4:59:35 am |
I'm trying this technique and I've had success for the most part, but here's my issue. I have subtitles with line breaks. Every time I export, change some things in the XML, and import it back into Final Cut I lose all the line breaks.
Any suggestions as to what I'm doing wrong?
Eric Bowman
| | | | |
• | | | |  | Re: modify all text titles at once? by John Young on May 31, 2010 at 11:53:12 pm |
make sure you save the XML file as an RTF, not a TXT. That should do it.
| | | | |
• | | | |  | Re: modify all text titles at once? by Eric Bowman on Jun 1, 2010 at 12:44:41 am |
I think I tried that but I'll check again. Thanks for the suggestion.
I did read about a problem with Final Cut 7 messing up XML exports. It deletes the line breaks and makes them two spaces. I'm starting to think that the import is buggy as well.
Eric Bowman
| | | | |
• | | | |  | Re: modify all text titles at once? by Eric Bowman on Jun 8, 2010 at 3:40:36 am |
Thanks for the suggestion, but that did not work at all. If you save it in a RTF format it crashes Final Cut. Can you give me more specifics? I'm using Dreamweaver to do the find and replace so that two spaces become one line break. That is because of the export bug that Final Cut 7 has.
Any advice?
Eric Bowman
| | | | |
• | | | |  | Re: modify all text titles at once? by John Young on Jun 10, 2010 at 6:07:42 am |
I'm not sure what the problem is -
The file should be in RTF, but must end in XML.
I am suspicious of using dreamweaver too why not just TextEdit?
1. export XML file.
2. Open in TextEdit.
3. Do search and replace.
4. Save as an RTF document but replace .TXT or .RTF with .XML. Ignore any warnings about the file being unusable. You can always export it again, or re-name it...
6. Import XML file into FCP.
I suggest extreme caution in editing don't add any extra line feeds or characters.
Good luck.
| | | | |
• | | | |  | Re: modify all text titles at once? by Eric Bowman on Jun 18, 2010 at 4:25:42 am |
[John Young] "I'm not sure what the problem is -
The file should be in RTF, but must end in XML.
I am suspicious of using dreamweaver too why not just TextEdit?
1. export XML file.
2. Open in TextEdit.
3. Do search and replace.
4. Save as an RTF document but replace .TXT or .RTF with .XML. Ignore any warnings about the file being unusable. You can always export it again, or re-name it...
6. Import XML file into FCP.
I suggest extreme caution in editing don't add any extra line feeds or characters.
Good luck."
Thanks for the reply. I got around to trying this again on another project, and your suggestion does not work for me. First of all you can't convert the FCP created XML document to Rich Text then save it as a XML file again inside of TextEdit. Just tried it and it said you have to use RTF as the extension. So I did that and just renamed the file to XML and when you import it in Final Cut it pops up an error dialog that reads,"XML Translation was aborted due to a critical error".
I really don't see how Dreamweaver would muck with the file either as it's just a text editor like TextEdit with more bells and whistles. But heck, I'm willing to pop this thing open on XP using Notepad (or any text editor for that matter) if it truly remedies the problem.
I ALWAYS get two spaces for line breaks when I export from FCP version 7.0.2. It's simple to put the line break in the XML document using a simple find and replace, but I can not figure out how to get FCP to read those in as an actual line break. I really thought you were onto something there with the RTF suggestion. :) I'm still thinking it's just a bug with FCP 7.0.2.
If you have any additional suggestions I'm all ears. I'd love to find a fix for this problem.
Eric Bowman
| | | | |
• | | | |  | Re: modify all text titles at once? by John Young on Jun 18, 2010 at 7:15:32 pm |
Hi Eric,
I just did this yesterday. I think the problem is in the text conversion.
I may have mis-stated before. Just checked my process:
1 Export as .XML - do search and replace as needed.
2. Save as XML (plain text encoding unicode (UTF-8)
3. I have checked "If NO extension is provided use .txt"
4. Message from text edit says " You have used the extension .xml" at the end of the name. The standard extension is ".txt"
5. I checked the box that says "Use .xml"
6. Import into FCP save as a new project to prevent confusion with old one of the same name..
Best,
John Young
FCP 6.0.6
Model Name: Mac Pro
Model Identifier: MacPro3,1
Processor Name: Quad-Core Intel Xeon
Processor Speed: 3.2 GHz
Number Of Processors: 2
Total Number Of Cores: 8
L2 Cache (per processor): 12 MB
Memory: 4 GB
| | | | |
• | | | |  | Re: modify all text titles at once? by Eric Bowman on Jun 18, 2010 at 7:22:46 pm |
That is EXACTLY what I did too. You didn't save as RTF either if you were getting the TXT extension. If I save in RTF format it never imports into Final Cut. You are using version 6 too, I truly think that's why it's working. I have tried numerous times and it never brings in the line breaks. The funny thing is that the line breaks are there inside the Viewer Window > Controls > Text Parameters area. But in the sequence and the canvas it does not show the line breaks, which is where it matters the most.
This has to be a bug to my knowledge. All I can say is do NOT UPGRADE to 7.0.2. I think version 7.0 and 7.0.1 are fine, it's just the latest greatest update that broke the XML export/import feature.
If you can get this to work on someone's machine using 7.0.2 I'll buy you a case of beer. :)
Eric Bowman
| | | | |
• | | | |  | Re: modify all text titles at once? by Brian Shaw on Aug 18, 2010 at 11:20:54 am |
This thread saved me a crap load of work! Thanks so much guys!
| | | | |
• | | | |  | Re: modify all text titles at once? by Rajesh Yandra on Oct 16, 2012 at 6:58:58 am |
The best answer is select all the text on your time line nest item it and hold control press the nest item, then it will open in viewer then go the motion change the size of it...Happy rep me .
| | | | |
| |
|