Skip to content

Commit 90ee4a0

Browse files
JonnyBurgerclaude
andcommitted
shorten AV1 warning message
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8316891 commit 90ee4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/renderer/src/get-codec-name.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const getCodecName = ({
128128
if (codec === 'av1') {
129129
Log.warn(
130130
{indent, logLevel},
131-
'AV1 encoding is significantly slower than other codecs. Consider using h264 or h265 if encoding speed is important.',
131+
'AV1 encoding is significantly slower than other codecs.',
132132
);
133133
return {encoderName: 'libaom-av1', hardwareAccelerated: false};
134134
}

0 commit comments

Comments
 (0)