Skip to content

Releases: WyattBlue/auto-editor

21w19b

15 May 20:33
Compare
Choose a tag to compare

What's New

Fixed upgrade available detection code.

Full Changelog: 21w19a...21w19b

21w19a

13 May 07:45
Compare
Choose a tag to compare

What's New

Changed how --cut_out works.

It removes sections regardless of what silent speed is.
-The format --cut_out start-end has been changed to --cut_out start,end

  • --cut_out and other range options are now based on frames instead of seconds.

Replaced --ignore with --mark_as_loud

It also uses commas instead of hyphens.

Added --mark_as_silent

Mark a given range as silent. This is dependent on what silent speed is. Has same functionally as --cut_out before 21w19a.

Added --set_speed_for_range

Allows you to set a custom speed for any section.
args are: {speed},{starting point},{ending point}

--video_codec's default has been changed from 'uncompressed' to 'copy'.

unset is a new value that all FFmpeg-based options can take and it means don't include this option in the FFmpeg commands.

Changes by Contributors

  • Variable Frame Rate support by @OParczyk in #174
  • Extract all audio tracks and detect vfr in single input file read by @OParczyk in #175

New Contributors

Full Changelog: 21w16a...21w19a

21w16a

24 Apr 18:12
Compare
Choose a tag to compare

What's New

Added --export_as_clip_sequence which exports as many files.

Changed --output so that it automatically adds an extension if none was provided. Example:

auto-editor input.mp4 --output out

will make out.mp4

21w11a

21 Mar 01:24
Compare
Choose a tag to compare

What's New

  • Fixed exporting to final cut pro so that it produces a valid .fcpxml file
  • Using different speeds and having multiple audio tracks works just like all the other exports

21w10a

15 Mar 00:59
Compare
Choose a tag to compare

21w10a pip release.

21w08a

28 Feb 23:43
Compare
Choose a tag to compare

What's New

New option --rectangle, overlay a rectangle on a video.
New syntax. Boolean expressions. exp audio>0.05. Can be used for the start and end arguments instead of numbers for the zoom and rectangle option.
Added improvements to the info subcommand.
Updated parser. You can know use a full option, (example --video_codec) without having to specific the group it belongs to.

21w06a

15 Feb 01:23
Compare
Choose a tag to compare

21w06a pip release.

21w05c

07 Feb 16:39
Compare
Choose a tag to compare

21w05c pip release.

21w05b

07 Feb 02:12
Compare
Choose a tag to compare

21w05b pip release.

21w05a

04 Feb 20:37
Compare
Choose a tag to compare

21w05a pip release.