Sat Jul 10, 2021 2:57 pm
Hello.
Yes this is possible in Fusion with some expressions and possibly some usercontrols
The expression "string.gsub(MediaIn1.ClipName.Value,".mp4","")" replace mp4 with your extension. Will pull the filename and then you can use:-
string.sub(Text1.StyledText.Value, 1, 4) will pull the word test
string.sub(Text1.StyledText.Value, 5, 7) Will pull 100
string.sub(Text1.StyledText.Value, 9, 11) Will pull 002
string.sub(Text1.StyledText.Value, 17, 20) Will pull comp
string.sub(Text1.StyledText.Value, 22, 25) Will pull v001
So the pair of numbers are the letters you require from the left a negative number is from the right. Adding user controls to the pairs will give you more control.
You could also do this differently by looking for the _underscore, however, I am unsure how to do that.
To this automatically, it would probably be better as a script, you could then pull the filenames from the media pool and produce a slate for each clip.
Windows 10 Pro
AMD Ryzen 5 3600 6-Core Processor 3.60 GHz
64GB RAM
GTX1650 4GB

Samsung SSD 970 EVO Plus 1TB 1000.2 GB
Dual Monitors 32" & 27" Samsung
BM Multidock
Speed Editor
DR Studio Latest Version Fusion Studio Latest Version