Releases: WyattBlue/auto-editor
21w19b
21w19a
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
21w11a
21w10a
21w08a
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.