jave2 icon indicating copy to clipboard operation
jave2 copied to clipboard

please add methods to configure crf and preset

Open ReyesWH opened this issue 3 years ago • 2 comments

like these EncodingAttributes encodingAttributes = new EncodingAttributes(); encodingAtrributes.setCrf(27); encodingAtrributes.setPreset(PresetUtil.VERYFAST);

So normal functions. Maybe these have already been included, but I couldn't find

ReyesWH avatar May 23 '22 08:05 ReyesWH

You can submit a pull request to add these functions

a-schild avatar May 23 '22 09:05 a-schild

How to set parameters to make it have the same effect as setting crf on the command line?

NortonHua avatar Jan 16 '23 05:01 NortonHua