Skip to content

Commit 7e10f48

Browse files
Make style check happy?
1 parent d53044e commit 7e10f48

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
@@ -42,9 +42,9 @@ class VideoWebmLow(Config):
4242
options = {
4343
"-codec:v": "libvpx", # video codec
4444
"-quality": "best", # codec preset
45-
"-b:v": "128k", # Adjust quantizer within min/max to target this bitrate
46-
"-qmin": "18", # Reduce the bitrate on very still videos once the quality is good enough.
47-
"-qmax": "40", # Increase the bitrate on very busy videos once the quality degrades too much. Also reduce key shimmer bug.
45+
"-b:v": "128k", # Adjust quantizer within min/max to target this bitrate
46+
"-qmin": "18", # Reduce the bitrate on very still videos
47+
"-qmax": "40", # Increase the bitrate on very busy videos
4848
"-vf": "scale='480:trunc(ow/a/2)*2'", # frame size
4949
"-codec:a": "libvorbis", # audio codec
5050
"-ar": "44100", # audio sampling rate

0 commit comments

Comments
 (0)