natario1 / CameraView

📸 A well documented, high-level Android interface that makes capturing pictures and videos easy, addressing all of the common issues and needs. Real-time filters, gestures, watermarks, frame processing, RAW, output of any size.
https://natario1.github.io/CameraView
Other
4.97k stars 939 forks source link

Set Frame Rate #234

Open rutul089 opened 6 years ago

rutul089 commented 6 years ago

How to use

mMediaRecorder.setVideoFrameRate(profile.videoFrameRate);

I need to change Frame rate of my video

natario1 commented 6 years ago

Will be possible in v2

WATERMELOUN3 commented 3 years ago

Hello, how is the feature going ? I need to lower my video files size, I already lowered the videoSize and videoBitrate but it is not enough. I saw part of it is implemented but not yet accessible.