WyattBlue / auto-editor

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

Simplify making v3 timeline #412

Closed WyattBlue closed 8 months ago

WyattBlue commented 8 months ago

This makes initializing a new v3 timeline simpler. It also changes how editing works, consider:

auto-editor A.mp4 B.mp4 --cut-out 0,30sec

Now will only make one cut (starting at A), instead of two (one starting at A and one starting at B).

--mark-as-loud and --mark-as-silent are no longer necessary given --set-speed-for-range and Palet scripting now exist so they are removed. Keeping them would have only meant more unnecessary complexity.