WyattBlue / auto-editor

Auto-Editor: Efficient media analysis and rendering
https://auto-editor.com
The Unlicense
2.86k stars 418 forks source link

Still not able to specify output name #422

Closed MythMega closed 8 months ago

MythMega commented 8 months ago

Bug description

The problem on that issue https://github.com/WyattBlue/auto-editor/issues/383 is still not solved.

What's your platform?

Python Version: 3.11.5 64-bit
Platform: Windows 10 amd64
FFmpeg Version: N-110322-g0c25da5a28-g1440bf15e2+1
FFmpeg Path: C:\Python311\Lib\site-packages\ae_ffmpeg\Windows\ffmpeg.exe
Auto-Editor Version: 24w03a

What command did you use

auto-editor "E:\REDIFF\videotest.mp4" --export 'premiere:name="tewxr"' --margin 0.3sec --edit audio:threshold=12%

auto-editor "E:\REDIFF\videotest.mp4" --export 'premiere:name="mytest"' --margin 0.3sec --edit audio:threshold=12%

auto-editor "E:\REDIFF\videotest.mp4" --export 'premiere:name="premiere"' --margin 0.3sec --edit audio:threshold=12%

(btw, note that

auto-editor "E:\REDIFF\videotest.mp4" --export premiere --margin 0.3sec --edit audio:threshold=12%

works fine)



### What properties does your input video have?

_No response_

### Comments

_No response_
MythMega commented 8 months ago

image image

WyattBlue commented 8 months ago

This is a problem with your shell having bad string escape sequences, not auto-editor.