Skip to content

Releases: exwm/yt_clipper

yt_clipper v5.16.1 [2023.12.08]

08 Dec 23:10
Compare
Choose a tag to compare

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]

08 Dec 01:13
Compare
Choose a tag to compare

5.16.0 (2023-12-06)

Features

  • platform: add support for naver_now_watch platform (now.naver.com/watch URLs) (c77d8a0)

yt_clipper v5.15.0 [2023.11.20]

20 Nov 01:58
Compare
Choose a tag to compare

5.15.0 (2023-11-20)

Major Dependency Upgrades

  • clipper: update ffmpeg to v6.1 (7ce2052)
  • clipper: update yt-dlp dependency from v2023.07.06 to v2023.11.16 (ccb017a)

yt_clipper v5.14.2 [2023.08.24]

24 Aug 00:02
Compare
Choose a tag to compare

5.14.2 (2023-08-23)

Bug Fixes

  • markup: marker pair and global settings editors covering up video player (0e9f06d)

yt_clipper v5.14.1 [2023.08.19]

19 Aug 15:47
Compare
Choose a tag to compare

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]

12 Aug 17:41
Compare
Choose a tag to compare

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]

04 Mar 23:50
Compare
Choose a tag to compare

Clipper Changes

yt_clipper v5.11.1 [2022.11.09]

10 Nov 00:14
Compare
Choose a tag to compare

Clipper Changes

  • Fix some video players refusing to play h264 video due to specifying format h264 instead of mp4 when encoding with libx264
  • Fix failure to generate clip when using --extra-ffmpeg-args/-efa without trailing whitespace (generates invalid ffmpeg command)

yt_clipper v5.11.0 [2022.11.06]

07 Nov 01:54
Compare
Choose a tag to compare

Clipper Changes

  • Add --video-codec/-vc option to select between video codecs vp9/vp8 and newly added support for h264
    • h264 support is still experimental and does not have support in the markup UI yet
    • You can use the yt_clipper_options helper script and type --video-codec h264 to use h264
    • You can also add --video-codec h264 to the default_args.txt file in the clipper install folder to use h264 encoding by default.

yt_clipper v5.10.0 [2022.11.01]

01 Nov 03:31
Compare
Choose a tag to compare

Clipper Changes

  • (Mac) Fix executable permissions for ffmpeg binaries not set
  • Fix video stabilization not working when video filter is large and two-pass is enabled
  • Update yt_dlp dependency from 2022.08.19 to 2022.10.4.