Converting all instances of Legacy Text to Sony Titles and Text

Former user wrote on 6/5/2023, 5:14 AM

I'm new to coding/scripting and I was wondering how difficult it would be to write something to convert all instances of Legacy Text to Sony Titles and Text whilst preserving font colour/size, placement etc.

I have an old project that has several hundred instances of Legacy Text and I wanted to use Vegasaur to add a small outline to make them stand out a bit more, but unfortunately Vegasaur macros do not support Legacy text

Comments

jetdv wrote on 6/5/2023, 7:21 AM

A script can't read the text from "Legacy Text". Legacy Text is DirectX and scripts can only work with the details for OFX plugins. It could certainly create a new Titles and Text box wherever there's a legacy text but it can't copy over the text or any formatting.

Former user wrote on 6/5/2023, 8:19 AM

Thank you very much @jetdv for the insight, that's very helpful - therefore presumably the most efficient option I have is running a script to create a new Titles and Text box wherever there are legacy text and then manually copy and pasting the text over?

Former user wrote on 6/5/2023, 10:30 AM

Had another idea, perhaps I could export just the Legacy titles video tracks as an.mp4, then import it into the project - then I wonder if there was a way I could add a black outline around any text that appears using an effect/plugin..

Dexcon wrote on 6/5/2023, 2:04 PM

perhaps I could export just the Legacy titles video tracks as an.mp4, then import it into the project

You'll then need to change the Compositing Mode in the track header to 'Add' or 'Screen' in order for just the titles to display over the lower video tracks (so that the black background behind the titling becomes invisible). It will be interesting to see if any FX can add a black outline (e.g. a drop shadow) around the titles because anything black becomes invisible via the compositing mode process. I tried adding BCC Drop Shadow FX on an .mp4 render of a title using the above approach and even using a color drop shadow does not work. I think that this is because the FX sees the .mp4 render as being a complete video (i.e. a full screen black image with lettering on it) and thus much different than occurs when using a titler. To test this, reducing the .mp4 size using pan/crop shows the drop shadow added to the edges of the video event:

Cameras: Sony FDR-AX100E; GoPro Hero 11 Black Creator Edition

Installed: Vegas Pro 15, 16, 17, 18, 19, 20, 21 & 22, HitFilm Pro 2021.3, DaVinci Resolve Studio 19.0.3, BCC 2025, Mocha Pro 2024.5, NBFX TotalFX 7, Neat NR, DVD Architect 6.0, MAGIX Travel Maps, Sound Forge Pro 16, SpectraLayers Pro 11, iZotope RX10 Advanced and many other iZ plugins, Vegasaur 4.0

Windows 11

Dell Alienware Aurora 11:

10th Gen Intel i9 10900KF - 10 cores (20 threads) - 3.7 to 5.3 GHz

NVIDIA GeForce RTX 2080 SUPER 8GB GDDR6 - liquid cooled

64GB RAM - Dual Channel HyperX FURY DDR4 XMP at 3200MHz

C drive: 2TB Samsung 990 PCIe 4.0 NVMe M.2 PCIe SSD

D: drive: 4TB Samsung 870 SATA SSD (used for media for editing current projects)

E: drive: 2TB Samsung 870 SATA SSD

F: drive: 6TB WD 7200 rpm Black HDD 3.5"

Dell Ultrasharp 32" 4K Color Calibrated Monitor

 

LAPTOP:

Dell Inspiron 5310 EVO 13.3"

i5-11320H CPU

C Drive: 1TB Corsair Gen4 NVMe M.2 2230 SSD (upgraded from the original 500 GB SSD)

Monitor is 2560 x 1600 @ 60 Hz

DMT3 wrote on 6/5/2023, 4:42 PM

Export your titles to a codec that supports an Alpha channel, then you can superimpose them over any video easily. Try using the track motion drop shadow or outline to create the effect you want.

joelsonforte.br wrote on 6/5/2023, 5:59 PM

Use this script of @wwaag to extract Legacy Text https://tools4vegas.com/extract-legacy-text/

After, use Vegasaur Text Generation Wizard to convert the extracted Legacy Text in Titles&Text

See my screen record bellow showing the steps.

 

Former user wrote on 6/11/2023, 3:19 PM

Use this script of @wwaag to extract Legacy Text https://tools4vegas.com/extract-legacy-text/

After, use Vegasaur Text Generation Wizard to convert the extracted Legacy Text in Titles&Text

See my screen record bellow showing the steps.

 

Thank you so much for this!! This worked perfectly - really kind of you to take the time to make a video demonstration too - this was a perfect solution -

Also thank you to everyone here for the suggestions and recommendations, I really appreciate it and I'm so happy to have been able to tackle this issue without having to manually re-do every caption!