WyattBlue / auto-editor

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

Dosen't work for me when I use the --export option #405

Closed touseef306 closed 9 months ago

touseef306 commented 9 months ago

Bug description

auto-editor Untitled.mp4 --export resolve --margin 0.1sec Error! Unknown option: --export

Did you mean:
    -exp, --export_as_json, --export_as_audio

What's your platform?

Python Version: 3.7.6 64-bit
Platform: Windows 10 amd64
FFmpeg path: c:\......packages\auto_editor\ffmpeg\Windows\ffmpeg.exe
FFmpeg version: 4.3
Auto-Editor version 22w02a

What command did you use

auto-editor Untitled.mp4 --export resolve --margin 0.1sec

What properties does your input video have?

'`auto-editor' is not recognized as an internal or external command, operable program or batch file.

file: Untitled.mp4

Comments

No response

WyattBlue commented 9 months ago

You're using an older version of auto-editor that does not have the resolve option.

To upgrade, first install Python 3.12 from python.org, then run pip install auto-editor==23.46.1 Python 3.7 is "end of life", so I would just uninstall it first to avoid confusion.