diff --git a/pelicanconf.py b/pelicanconf.py
index add796462779a3794817e6ac58345d2e271d0b3f..652d1389e0c7dad731625a993c5ed78c4a55dd8e 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -19,6 +19,7 @@ PHOTO_ARTICLE = (3840, 2160, 90)
 PHOTO_THUMB = (384, 256, 90)
 PHOTO_EXIF_KEEP = True
 PHOTO_RESIZE_JOBS = 18
+VIDEO_COPY_JOBS = 18
 
 MARKDOWN = {'extensions': ['toc(permalink=🔗)', 'codehilite(linenums=False)', 'extra']}
 
diff --git a/requirements.txt b/requirements.txt
index 58ccf8059fd8dc994dc7c91bf49bbc9cf5b5c398..66783dae8ac30d0ba36232062c0c21ae46ebe9b7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,4 +4,4 @@ Markdown==2.6.6
 pelican-advthumbnailer==0.7.0
 pelican-webassets==1.0.0
 piexif==1.1.3
-Pillow==7.2.0
+Pillow-SIMD==7.0.0.post3