We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8316891 commit 90ee4a0Copy full SHA for 90ee4a0
packages/renderer/src/get-codec-name.ts
@@ -128,7 +128,7 @@ export const getCodecName = ({
128
if (codec === 'av1') {
129
Log.warn(
130
{indent, logLevel},
131
- 'AV1 encoding is significantly slower than other codecs. Consider using h264 or h265 if encoding speed is important.',
+ 'AV1 encoding is significantly slower than other codecs.',
132
);
133
return {encoderName: 'libaom-av1', hardwareAccelerated: false};
134
}
0 commit comments