spec: revert the framerate change back to 4

Change-Id: If9371cb5e6821c863aaac9a6ecf85a2290fc2a78
Reviewed-on: https://gerrit.instructure.com/196923
Reviewed-by: Gentry Beckmann <gbeckmann@instructure.com>
Tested-by: Jenkins
QA-Review: James Butters <jbutters@instructure.com>
Product-Review: James Butters <jbutters@instructure.com>
This commit is contained in:
James Butters 2019-06-07 11:32:32 -06:00
parent d79c6a919b
commit 0e0642e45b
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ module SeleniumDriverSetup
# yay interframe compression
codec: 'libx264',
# use less CPU. doesn't actually shrink the resulting file much.
frame_rate: 12,
frame_rate: 4,
extra: [
# quicktime doesn't understand the default yuv422p
'-pix_fmt', 'yuv420p',