Releases: exwm/yt_clipper
Releases · exwm/yt_clipper
yt_clipper v5.19.0 [2024.07.29]
yt_clipper v5.18.0 [2024.07.29]
yt_clipper v5.16.1 [2023.12.08]
5.16.1 (2023-12-08)
Features
- clipper/h264: add --h264-disable-reduce-stutter/--h264-drs flag for opting in to a consistent framerate with duplicate frames when slowing down clips for potentially smoother merged video transitions (55beecc)
Bug Fixes
- clipper/h264: add consistent timescale to reduce hanging when merging clips (352fc46)
yt_clipper v5.16.0 [2023.12.06]
yt_clipper v5.15.0 [2023.11.20]
yt_clipper v5.14.2 [2023.08.24]
yt_clipper v5.14.1 [2023.08.19]
5.14.1 (2023-08-19)
Bug Fixes
- clipper: 0-duration crop point pair at the end of dynamic crop map breaks crop filter (731d3ab)
- clipper: video stabilization fails due to ffmpeg bug (9255893)
- markup: marker pair and global settings editors not displaying, rotate video doesn't fit video into view properly, settings editors invisible in non-theatre view mode (8a2a458)
yt_clipper v5.14.0 [2023.08.12]
5.14.0 (2023-08-12)
Features
- clipper: change default --format-sort option for yt-dlp to prefer premium bitrate formats (7ab962b)
Bug Fixes
- clipper: add warning and prompt to disable potentially unsupported video download protocols m3u8/m3u8_native (932368e)
- clipper: fix ValueError exception with python>=3.11 from ClipperState dataclass decorator (dc9c937)
- clipper: use -fps_mode vfr to fix encoding hang with variable speed mode, add output frameout options for h264 to reduce stutter when video is slowed (ae3c172)
- markup: marker pair and global settings editors not displaying, rotate video doesn't fit video into view properly (3abb89d)
- markup: marker pair and global settings editors, flash messages (toasts), shortcuts table not injected just below video (3edb00e)
- markup: video progress bar and markers should be interactable when speed chart is displaying (840f078)
Major Dependency Upgrades
- clipper: update yt-dlp dependency from v2023.03.03 to v2023.07.06 (69c0b34)
- clipper: ffmpeg dependency updated to v6.0.0 (latest master branch builds)
Full Changelog: v5.12.0...v5.14.0
yt_clipper v5.12.0 [2023.03.04]
Clipper Changes
- Update
yt_dlp
dependency fromv2022.10.4
tov2023.03.03
. - Fix crash on videos using dash protocols
- yt-dlp seems to no longer provide a dash manifest url
yt_clipper v5.11.1 [2022.11.09]
Clipper Changes
- Fix some video players refusing to play h264 video due to specifying format
h264
instead ofmp4
when encoding with libx264 - Fix failure to generate clip when using
--extra-ffmpeg-args
/-efa
without trailing whitespace (generates invalid ffmpeg command)