Releases: exwm/yt_clipper
Releases · exwm/yt_clipper
yt_clipper v5.1.2 [2021.04.30]
Markup Changes
- Fix marker pair looping bypassed when manipulating crop and crop chart not yet initialized.
yt_clipper v5.1.1 [2021.04.29]
Markup Changes
- (YouTube) Fix failing to load due to recent changes to YouTube.
Clipper Changes
- (Mac) Fix helper scripts not recognized as executables (lacking executable permissions).
yt_clipper v5.1.0 [2021.04.28]
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
tov2021.04.26
yt_clipper v5.0.0 [2021.04.15]
General Changes
- Merge all beta changes into mainline.
- Update readme.
Clipper Changes
- Update youtube_dl dependency from
v2021.04.01
tov2021.04.07
.
yt_clipper v3.7.0-beta.4.8.3 [2021.04.01]
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]
Clipper Changes
- Fix crash on printing help.
- Update youtube_dl dependency from
v2021.03.03
tov2021.04.01
.
yt_clipper v3.7.0-beta.4.8.1 [2021.03.07]
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]
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
- Update youtube_dl dependency to
v2021.03.03
.
yt_clipper v3.7.0-beta.4.7.0 [2021.01.13]
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]
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.