Skip to content

Releases: exwm/yt_clipper

yt_clipper v5.1.0 [2021.04.28]

28 Apr 01:56
Compare
Choose a tag to compare

Markup Changes

  • Fix markers data commands menu not automatically closed after loading data.
  • Fix forced current crop chart section looping bypassed when manipulating crop.
  • Fix: reduce frequency of extra frames being played before seeking to start in loop previewing.

Clipper Changes

  • Fix ffmpeg crash on long YouTube dash manifests by skipping the manifest.
  • Update youtube_dl dependency from v2021.04.07 to v2021.04.26

yt_clipper v5.0.0 [2021.04.15]

15 Apr 17:13
Compare
Choose a tag to compare

General Changes

  • Merge all beta changes into mainline.
  • Update readme.

Clipper Changes

yt_clipper v3.7.0-beta.4.8.3 [2021.04.01]

01 Apr 17:38
Compare
Choose a tag to compare

Markup Changes

  • (vlive) Fix failing to load video info on video post urls with a path like /post/0-9999.

yt_clipper v3.7.0-beta.4.8.2 [2021.03.31]

31 Mar 23:16
Compare
Choose a tag to compare

Clipper Changes

yt_clipper v3.7.0-beta.4.8.1 [2021.03.07]

07 Mar 16:13
Compare
Choose a tag to compare

Markup Changes

  • Fix some functionality (e.g. loading comments) on YouTube breaking under certain conditions.
    • Caused by lack of sandboxing leading to dependency conflicts between YouTube and yt_clipper.
  • Fix crop crosshair not updated when toggled on.
  • Fix crop crosshair not updated when manipulating global new marker crop

yt_clipper v3.7.0-beta.4.8.0 [2021.03.05]

06 Mar 03:25
Compare
Choose a tag to compare

Markup Changes

  • Add crop crosshair toggled with Ctrl+Shift+X.
  • Add interpolation of speed and crop when moving markers (i.e. adjusting marker times).
    • Moving markers now largely preserves the existing dynamic speed/crop.
  • Fix moving markers not removing chart points at target time.
    • This could crash processing of speed/crop filters due to multiple points at the same time.
  • Fix aspect ratio reported in settings editor not updated when changing selected crop point.
  • Fix crop chart not updated when chart section changes (but selected point does not).

Clipper Changes

yt_clipper v3.7.0-beta.4.7.0 [2021.01.13]

13 Jan 01:04
Compare
Choose a tag to compare

Clipper Changes

  • Add --video-stabilization-max-angle/-vsma to set the per-frame maximum angle in degrees for rotation-based stabilization when video stabilization is enabled.
    • The default value is changed from -1 for unlimited degrees to 0 degrees as video stabilization tends to introduce erroneous rotation.
    • If your source video has wobble and needs rotation-based stabilization use this option.
  • Add --video-stabilization-max-shift/-vsms to set the per-frame maximum shift in pixels for shift-based stabilization when video stabilization is enabled.
    • The default value remains -1 for unlimited shift.
  • Fix crash on long ffmpeg commands due to length limits on some shells, for example when using dynamic crop with many crop points.
  • Update to latest youtube_dl dependency v2020.01.08.

yt_clipper v3.7.0-beta.4.6.0 [2020.12.18]

18 Dec 21:54
Compare
Choose a tag to compare

Markup Changes

  • Fix reopening marker pair editor does not show dynamic speed duration estimate when speed is dynamic.
  • Fix marker pair speed not synced with first speed point when manipulating speed chart.
  • Fix marker pair crop not synced with first crop point when crop points are auto updated to meet crop constraints.

Clipper Changes

  • Add --no-remove-duplicate-frames/-nrdf flag to force disable duplicate frame removal.
    • Duplicate frames are automatically removed for low fps video when motion interpolation is enabled.
  • Fix various bugs with motion interpolation due to automatic duplicate frame removal.
    • Fix stutter in some videos when using zoompan and motion interpolation together.
    • Fix automatic duplicate frame removal not aggressive enough for low fps video with frame stutter.
    • Fix automatic duplicate frame removal speeding up fake high fps videos that use frame doubling via frame duplication.
  • Fix input omission regex in ffmpeg command print out not applied to multiple inputs.

yt_clipper v3.7.0-beta.4.5.0 [2020.12.11]

11 Dec 21:49
Compare
Choose a tag to compare

Markup Changes

  • Add auto saving markers data to browser local storage in markers data commands menu (G).
    • Auto saving is started only after a marker pair has been created.
    • Markers data is automatically saved every 5 seconds, overwriting the last save.
    • Browser local storage is preserved across tab restarts.
    • Browser local storage is only preserved across browser restarts when not in private/incognito mode.
    • Private/incognito mode browsing does not share local storage with normal mode.
  • Add clearing all markers data files from local storage in markers data commands menu (G).

Clipper Changes

  • Add --version/-v flag for printing current yt_clipper and youtube_dl versions.
  • Add youtube_dl version to logging and report output when running yt_clipper.
  • Switch back to latest youtube_dl dependency v2020.12.09.

Markup v0.0.89 + Clipper v3.6.5 [2020.12.11]

11 Dec 21:43
Compare
Choose a tag to compare

Clipper Changes

  • Note that this release is directly on top of v3.6.4.
  • Use with v0.0.89 or higher of the markup script.
  • Update youtube_dl dependency to v2020.12.09 to fix extractor errors when trying to download YouTube videos.