a-schild / jave2

The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project
GNU General Public License v3.0
1.2k stars 245 forks source link

please add methods to configure crf and preset #207

Open ReyesWH opened 2 years ago

ReyesWH commented 2 years ago

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

a-schild commented 2 years ago

You can submit a pull request to add these functions

NortonHua commented 1 year ago

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