Mention -crf in readme

This commit is contained in:
Neale Pickett 2023-03-01 09:43:33 -07:00
parent 292f7f9ec6
commit 8190079a6a
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ which this shell script provides.
# `h264_v4l2m2m` Special Treatment # `h264_v4l2m2m` Special Treatment
Here are the quirks I've identified Here are the `h264_v4l2m2m` quirks I've identified
(February 2023): (February 2023):
* The codec will not write into a `.mkv` container, * The codec will not write into a `.mkv` container,
@ -23,6 +23,8 @@ Here are the quirks I've identified
making it look like you don't have enough capture buffers. making it look like you don't have enough capture buffers.
You will never have enough capture buffers: You will never have enough capture buffers:
you have to stop trying to copy over subtitles. you have to stop trying to copy over subtitles.
* `-crf` value, if set, is ignored:
you must use `-b:v`.
The solution this script uses is to The solution this script uses is to
transcode video and audio transcode video and audio