Skip to content

Commit 10cc0e2

Browse files
kevinmcmurtriebenoit74
authored andcommitted
Make style check happy?
1 parent 7880364 commit 10cc0e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/zimscraperlib/video/presets.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ class VideoWebmLow(Config):
4343
options: ClassVar[Dict[str, Optional[Union[str, bool, int]]]] = {
4444
"-codec:v": "libvpx", # video codec
4545
"-quality": "best", # codec preset
46-
"-b:v": "128k", # Adjust quantizer within min/max to target this bitrate
47-
"-qmin": "18", # Reduce the bitrate on very still videos once the quality is good enough.
48-
"-qmax": "40", # Increase the bitrate on very busy videos once the quality degrades too much. Also reduce key shimmer bug.
46+
"-b:v": "128k", # Adjust quantizer within min/max to target this bitrate
47+
"-qmin": "18", # Reduce the bitrate on very still videos
48+
"-qmax": "40", # Increase the bitrate on very busy videos
4949
"-vf": "scale='480:trunc(ow/a/2)*2'", # frame size
5050
"-codec:a": "libvorbis", # audio codec
5151
"-ar": "44100", # audio sampling rate

0 commit comments

Comments
 (0)