Skip to content

Latest commit

 

History

History
76 lines (38 loc) · 4.56 KB

changelog.md

File metadata and controls

76 lines (38 loc) · 4.56 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.17.0 (2024-04-18)

Major Dependency Upgrades

  • clipper: update yt-dlp dependency from v2023.11.16 to v2024.04.09 (f8a5924)

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)

5.16.0 (2023-12-06)

Features

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

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)

5.14.2 (2023-08-23)

Bug Fixes

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

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)

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)