The following functions should be implemented as script api.
Please give me some advice.
I want to place aaa videofile, bbb videofile, ccc videofile ... ... on the timeline.
I want to be able to set each transition fade in/out to each videofile.
I want it to look like the picture below.
If we look at the contents of the script api FAQ, we need to use a mix of AddVideoEvent() and InsertFileAt(), and if you call them each, two identical files will be created.
I would like to know how to add the Media assigned by AddVideoEvent to the timeline without reopening it with OpenFile().
please help me.