Fixes and requirements tweaks
What's Changed
- chore: skip metadata which not satisfied with "key:value" by @asd55667 in #2311
- Add flac extension by @jonata in #2218
- libx264 and prores as mov codecs by @gustawdaniel in #2219
- Fix attribute check by @take0x in #2216
- Add bg_radius to text boxes by @aaa3334 in #2270
- Fix GPU h264_nvenc encoding not working. by @xiaomofa in #2121
- Fix decorator-related slow performance by @bzczb in #2095
- Fix forgotten print by @OsaAjani in #2314
- Update list of maintainers by @OsaAjani in #2316
- Bump pillow dependency by @OsaAjani in #2317
- Update issue template by @OsaAjani in #2321
- Fix textclip cutting text by @OsaAjani in #2326
- Fix issue #2286 on TimeMirror and TimeSymmetrize by @OsaAjani in #2328
- Add exception on outside of boundaries subclip by @OsaAjani in #2319
- Add support for new argument ch_layout on ffmpeg >= 7 and make compatible with ffmpeg 7 by @OsaAjani in #2331
- Fix issue #2330 audio write wrong fps by @Implosiv3 in #2336
- Fix Freeze effect removing original start and end parameters by @OsaAjani in #2339
- Add support for default pillow font by @OsaAjani in #2344
- Update config.py check() to log correct binary name by @cerushdope in #2345
- Use audio codec for existing audiofile by @zalgo3 in #2346
- Fix wrong fps calculation by @OsaAjani in #2352
- Fix incoherent frame seek as describe in issue #2115 and pr #2117 by @OsaAjani in #2353
- BugFix: Fix the alignment of audio duration and video duration after concatenate_videoflips by @zyw241 in #2201
- Fix text without spaces overflowing TextClip boundaries by @OsaAjani in #2357
- Fix ffmpeg_reader not selecting a default stream by @bzczb in #2114
New Contributors
- @asd55667 made their first contribution in #2311
- @jonata made their first contribution in #2218
- @gustawdaniel made their first contribution in #2219
- @take0x made their first contribution in #2216
- @aaa3334 made their first contribution in #2270
- @xiaomofa made their first contribution in #2121
- @bzczb made their first contribution in #2095
- @Implosiv3 made their first contribution in #2336
- @cerushdope made their first contribution in #2345
- @zalgo3 made their first contribution in #2346
- @zyw241 made their first contribution in #2201
Full Changelog: v2.1.2...v2.2