Closed this issue 5 years ago · 1 comments
how do I set custom video size and output path?
Found AvcEncoderConfig(final String path, final int width, final int height, final float framesPerSecond, final int bitRate) usage mEncoderConfig = new AvcEncoderConfig("/sdcard/video.mp4", 500, 500, 15, 2000000);
AvcEncoderConfig(final String path, final int width, final int height, final float framesPerSecond, final int bitRate)
mEncoderConfig = new AvcEncoderConfig("/sdcard/video.mp4", 500, 500, 15, 2000000);