We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 767e75f commit 4b05c48Copy full SHA for 4b05c48
packages/gatsby-transformer-video/src/gatsby-node.js
@@ -216,7 +216,7 @@ exports.createResolvers = async (
216
type: `GatsbyVideo`,
217
args: {
218
...DEFAULT_ARGS,
219
- crf: { type: GraphQLInt, defaultValue: 31 },
+ crf: { type: GraphQLInt, defaultValue: 28 },
220
preset: { type: GraphQLString, defaultValue: `medium` },
221
maxRate: { type: GraphQLString },
222
bufSize: { type: GraphQLString },
@@ -229,7 +229,7 @@ exports.createResolvers = async (
229
230
231
232
- crf: { type: GraphQLInt, defaultValue: 36 },
+ crf: { type: GraphQLInt, defaultValue: 31 },
233
234
maxRate: { type: GraphQLInt },
235
bufSize: { type: GraphQLInt },
0 commit comments