jave2
jave2 copied to clipboard
please add methods to configure crf and preset
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
You can submit a pull request to add these functions
How to set parameters to make it have the same effect as setting crf on the command line?