From 32f1fd6a437e4d7ae9623c7a41c50fa4746ef345 Mon Sep 17 00:00:00 2001 From: WyattBlue <57511737+WyattBlue@users.noreply.github.com> Date: Tue, 1 Jun 2021 20:15:58 -0500 Subject: [PATCH] added shotcut export to test --- articles/new.md | 22 ---------------------- auto_editor/subcommands/test.py | 1 + 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 articles/new.md diff --git a/articles/new.md b/articles/new.md deleted file mode 100644 index ec809bc5f..000000000 --- a/articles/new.md +++ /dev/null @@ -1,22 +0,0 @@ -New Release! -**New in 21w19a** - ---- - -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. - diff --git a/auto_editor/subcommands/test.py b/auto_editor/subcommands/test.py index 9cb7f6cf8..b491273a6 100644 --- a/auto_editor/subcommands/test.py +++ b/auto_editor/subcommands/test.py @@ -310,6 +310,7 @@ def test(): runTest([item, '-exp']) runTest([item, '-exr']) runTest([item, '-exf']) + runTest([item, '-exs']) runTest([item, '--export_as_clip_sequence']) runTest([item, '--preview'])