-
Sony Vegas 10 Closed Captioning With Non-English Symbols Not Working
Just try to add a non-english captioning.
Alternative 1: Open an empty project and press “C”. Copy and paste this word “Привет”. Press enter.
Alternative 2: Run this script:using Sony.Vegas;
public class EntryPoint
{
public void FromVegas(Vegas vegas)
{
vegas.Project.CommandMarkers.Add(new CommandMarker(Timecode.FromMilliseconds(5000), MarkerCommandType.CEA608CC1, “Привет”, “{RCL}{ENM}Привет{EDM}{EOC}”));
}
}If you add an empty video track you will not see any text in the preview window. You also won’t be able to export nor import these subtitles.