Skip to content

Commit 1d50a35

Browse files
committed
note for powershell
1 parent e5f65d3 commit 1d50a35

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,14 @@ Auto-Editor can also export to:
8888
- Individual media clips with `--export clip-sequence`
8989

9090
### Naming Timelines
91-
By default, auto-editor will name the timeline to "Auto-Editor Media Group" if the export supports naming.
91+
Some editors support naming timelines. By default, auto-editor will use the name "Auto-Editor Media Group". For `premiere` `resolve` and `final-cut-pro` export options, you can change the name with the following syntax.
9292

9393
```
94+
# for POSIX shells
9495
auto-editor example.mp4 --export 'premiere:name="Your name here"'
9596
96-
auto-editor example.mp4 --export 'resolve:name="Your name here"'
97-
98-
auto-editor example.mp4 --export 'final-cut-pro:name="Your name here"'
99-
100-
# No other export options support naming
97+
# for Powershell
98+
auto-editor example.mp4 --export 'premiere:name=""Your name here""'
10199
```
102100

103101
### Split by Clip

0 commit comments

Comments
 (0)