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 c01fc75 commit 78a9274Copy full SHA for 78a9274
README.md
@@ -55,7 +55,8 @@ FFmpegBuilder builder = new FFmpegBuilder()
55
.setVideoFrameRate(24, 1) // at 24 frames per second
56
.setVideoResolution(640, 480) // at 640x480 resolution
57
58
- .setStrict(FFmpegBuilder.Strict.EXPERIMENTAL); // Allow FFmpeg to use experimental specs
+ .setStrict(FFmpegBuilder.Strict.EXPERIMENTAL) // Allow FFmpeg to use experimental specs
59
+ .done();
60
61
FFmpegExecutor executor = new FFmpegExecutor(ffmpeg, ffprobe);
62
0 commit comments