Skip to content

Releases: exwm/yt_clipper

yt_clipper v5.5.0 [2021.12.24]

25 Dec 02:03
Compare
Choose a tag to compare

Clipper Changes

  • Fix some YouTube audio/video formats unavailable when the format uses MPEG-DASH.
  • Add additional logging of audio/video format info (codec, id, mpeg-dash usage).
  • Update ffmpeg from 20200831-4a11a6f to v4.4.1.
    • This includes a fix to ffmpeg crashing on large videos that use MPEG-DASH.
    • This includes an update to libvpx-vp9 v1.11.0.
    • macOS ffmpeg builds switched to static and will take up more space on disk. Shared builds are no longer readily available.

yt_clipper v5.4.2 [2021.12.16]

17 Dec 02:27
Compare
Choose a tag to compare

Markup Changes

  • Fix marker pair looping crash on video resolution change

yt_clipper v5.4.1 [2021.12.15]

17 Dec 01:59
Compare
Choose a tag to compare

Clipper Changes

  • (Mac) fix ssl errors when downloading video

yt_clipper v5.4.0 [2021.12.09]

09 Dec 23:38
Compare
Choose a tag to compare

Clipper Changes

yt_clipper v5.3.1 [2021.11.11]

11 Nov 04:28
Compare
Choose a tag to compare

Clipper Changes

yt_clipper v5.3.0 [2021.10.26]

27 Oct 02:24
Compare
Choose a tag to compare

Clipper Changes

yt_clipper v5.2.1 [2021.10.13]

13 Oct 02:12
Compare
Choose a tag to compare

Clipper Changes

yt_clipper v5.2.0 [2021.10.09]

09 Oct 19:54
Compare
Choose a tag to compare

Markup Changes

  • Fix markers with a start or end time of 0 incorrectly loaded from markers json files.
  • Remove unused outputDuration key from saved markers json.

Clipper Changes

  • Add --youtube-dl-alternative/-ytda option.
    • The options currently are youtube_dl or yt_dlp.
    • The yt_dlp alternative is currently being more regularly updated and includes some fixes over youtube_dl.
      • For example, some slowdown issues when downloading videos seem to be fixed in yt_dlp.
      • This yt_clipper release includes yt_dlp v2021.09.26.
    • Usage of yt_dlp is currently experimental and may have unexpected behavior.
  • Show default option values when printing help with --help or the yt_clipper_options helper script.
  • Fix incorrect --preview help string.

yt_clipper v5.1.4 [2021.07.21]

04 Aug 23:28
Compare
Choose a tag to compare

Clipper Changes

  • (Win) Fix false positive warnings from anti-virus software.
    • Fixed pyinstaller version to v4.3.

yt_clipper v5.1.3 [2021.07.19]

19 Jul 23:04
Compare
Choose a tag to compare

Clipper Changes