Releases: exwm/yt_clipper
Releases · exwm/yt_clipper
yt_clipper v5.5.0 [2021.12.24]
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
tov4.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]
Markup Changes
- Fix marker pair looping crash on video resolution change
yt_clipper v5.4.1 [2021.12.15]
Clipper Changes
- (Mac) fix ssl errors when downloading video
yt_clipper v5.4.0 [2021.12.09]
Clipper Changes
- Update
yt_dlp
dependency fromv2021.11.10
tov2021.12.01
.
yt_clipper v5.3.1 [2021.11.11]
Clipper Changes
- Update
yt_dlp
dependency fromv2021.10.22
tov2021.11.10
.
yt_clipper v5.3.0 [2021.10.26]
Clipper Changes
- Change default youtube-dl alternative (
--youtube-dl-alternative
) toyt_dlp
. - Update
yt_dlp
dependency fromv2021.10.10
tov2021.10.22
.
yt_clipper v5.2.1 [2021.10.13]
Clipper Changes
- Fix
yt_dlp
alternative not being used even when set using--youtube-dl-alternative yt_dlp
or-ytdla yt_dlp
. - Update
yt_dlp
dependency fromv2021.09.26
tov2021.10.10
.- Includes some fixes to downloading YouTube video information.
- See https://github.com/yt-dlp/yt-dlp/releases/tag/2021.10.09 and https://github.com/yt-dlp/yt-dlp/releases/tag/2021.10.10.
- Note: You can set
--youtube-dl-alternative yt_dlp
to be used by default inside thedefault_args.txt
file included in theclipper
script folder.
yt_clipper v5.2.0 [2021.10.09]
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
oryt_dlp
. - The
yt_dlp
alternative is currently being more regularly updated and includes some fixes overyoutube_dl
.- For example, some slowdown issues when downloading videos seem to be fixed in
yt_dlp
. - This
yt_clipper
release includesyt_dlp
v2021.09.26
.
- For example, some slowdown issues when downloading videos seem to be fixed in
- Usage of
yt_dlp
is currently experimental and may have unexpected behavior.- See https://github.com/yt-dlp/yt-dlp#differences-in-default-behavior for more information.
- The options currently are
- Show default option values when printing help with
--help
or theyt_clipper_options
helper script. - Fix incorrect
--preview
help string.
yt_clipper v5.1.4 [2021.07.21]
Clipper Changes
- (Win) Fix false positive warnings from anti-virus software.
- Fixed pyinstaller version to
v4.3
.
- Fixed pyinstaller version to
yt_clipper v5.1.3 [2021.07.19]
Clipper Changes
- Update youtube_dl dependency from
v2021.04.26
tov2021.06.06