israel-fl / bitmap2video

Generate video from Image resources, Bitmaps or a Canvas. Allows for audio multiplexing.
Apache License 2.0
89 stars 27 forks source link

Customization #2

Closed fbiego closed 4 years ago

fbiego commented 4 years ago

how do I set custom video size and output path?

fbiego commented 4 years ago

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);