-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
layout: post | ||
title: "4.69" | ||
date: 2023-12-12 21:54:00 +0200 | ||
categories: releases | ||
windows-amd64: true | ||
windows-win32: true | ||
binary: true | ||
--- | ||
|
||
* svtplay added support for `dolby vision` and `4K` videos few days ago. | ||
* Add support for downloading `dolby vision` videos when specify `--format dvhevc` (you can see what videos codecs videos have with `--list-quality`) | ||
> * You can specify `--format dvhevc-51,dvhevc,hevc-51,hevc` to only get videos with `dolby vision` with and without 5.1 sound and `hevc` with and without 5.1 sound. by default svtplay-dl only download h264-51 and h264. | ||
* Add support for `<`, `<=`, `>` and `>=` in `--resolution` | ||
> * By default svtplay-dl will download the video with highest bitrate. it could be the 4k video one. | ||
> * In case you down want that you can use this feature like this: | ||
> * `--resolution "<720"` will download videos with a resolution less than 720p for example 480p | ||
> * `--resolution ">=1080` will download videos that is 1080p or bigger. | ||
> * I recommend adding this to your [config](/config/) so you dont have to specify it all the time | ||
* svt: Fix so we can get videos again | ||
* pluto: Fix so we can get videos again | ||
* subtitles: Fix a crash on encrypted files | ||
* subtitle: Handle hash/uuid for sequence number | ||
* subtitle: Fix a bug related to -M and --get-all-subtitles | ||
* hls: Fix a bug that made some videos only had few seconds of audio | ||
* dr.dk: add support for season and episode numbers |