We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c21a16 commit 370c0d0Copy full SHA for 370c0d0
packages/gatsby-transformer-video/src/gatsby-node.js
@@ -227,7 +227,7 @@ exports.createResolvers = async (
227
args: {
228
...DEFAULT_ARGS,
229
crf: { type: GraphQLInt, defaultValue: 31 },
230
- preset: { type: GraphQLString, defaultValue: `superfast` },
+ preset: { type: GraphQLString, defaultValue: `medium` },
231
maxRate: { type: GraphQLString },
232
bufSize: { type: GraphQLString },
233
},
@@ -240,7 +240,7 @@ exports.createResolvers = async (
240
241
242
crf: { type: GraphQLInt, defaultValue: 36 },
243
244
maxRate: { type: GraphQLInt },
245
bufSize: { type: GraphQLInt },
246
0 commit comments