You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-6
Original file line number
Diff line number
Diff line change
@@ -95,22 +95,46 @@ Auto-Editor can also export to:
95
95
96
96
Other editors, like Sony Vegas, can understand the `premiere` format. If your favorite editor doesn't, you can use ` --export clip-sequence` which creates many video clips that can be imported and manipulated like normal.
97
97
98
+
### Naming Timelines
99
+
By default, auto-editor will name the timeline to "Auto-Editor Media Group" if the export supports naming.
100
+
101
+
```
102
+
auto-editor example.mp4 --export 'premiere:name="Your name here"'
103
+
104
+
auto-editor example.mp4 --export 'resolve:name="Your name here"'
105
+
106
+
auto-editor example.mp4 --export 'final-cut-pro:name="Your name here"'
107
+
108
+
# No other export options support naming
109
+
```
110
+
111
+
### Split by Clip
112
+
113
+
If you want to split the clips, but don't want auto-editor to do any more editing. There's a simple command.
0 commit comments