Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit e08a073

Browse files
committed
Encode with YUV420P, to be more compatible
1 parent 6eb29b2 commit e08a073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ ENV FIREFOX_VERSION="${FF_VER}" \
931931
FIREFOX="true" \
932932
MULTINODE="false" \
933933
FFMPEG_FRAME_RATE=10 \
934-
FFMPEG_CODEC_ARGS="-crf 0 -preset ultrafast -qp 0" \
934+
FFMPEG_CODEC_ARGS="-crf 0 -preset ultrafast -qp 0 -pix_fmt yuv420p" \
935935
FFMPEG_FINAL_CRF=0 \
936936
FFMPEG_DRAW_MOUSE=1 \
937937
VIDEO_TMP_FILE_EXTENSION="mkv" \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Once your tests are done you can either manually stop the recording via `docker
202202
Relevant up-to-date environment variables to customize it are at the Dockerfile, below a possibly outdated list of settings:
203203

204204
FFMPEG_FRAME_RATE=10
205-
FFMPEG_CODEC_ARGS="-crf 0 -preset ultrafast -qp 0"
205+
FFMPEG_CODEC_ARGS="-crf 0 -preset ultrafast -qp 0 -pix_fmt yuv420p"
206206
FFMPEG_FINAL_CRF=0
207207
FFMPEG_DRAW_MOUSE=1
208208
VIDEO_TMP_FILE_EXTENSION="mkv"

0 commit comments

Comments
 (0)