From d746418275b78d2f44e3f665cd6b71a43f83aa13 Mon Sep 17 00:00:00 2001 From: Tom Burrows Date: Sun, 4 Oct 2020 20:24:43 +0100 Subject: [PATCH] Added changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6efd382c3..e89aa5b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - New `pix_fmt` parameter in `VideoFileClip`, `VideoClip.write_videofile()`, `VideoClip.write_gif()` that allows passing a custom `pix_fmt` parameter such as `"bgr24"` to FFmpeg [#1237] +- New `change_duration` parameter in `Clip.set_fps()` that allows changing the video speed to match the new fps [#1329] ### Changed - `FFMPEG_AudioReader.close_proc()` -> `FFMPEG_AudioReader.close()` for consistency with `FFMPEG_VideoReader` [#1220]