FFmpegRecorder icon indicating copy to clipboard operation
FFmpegRecorder copied to clipboard

An Android video recorder using JavaCV and FFmpeg.

Results 13 FFmpegRecorder issues
Sort by recently updated
recently updated
newest added

I need to add filters while recorder a video. Please suggest me how to implement this.

Like i have need to 2x , 3x, 4x or 0.5x video recording in my project so can you help me how to possible using your library. Thank you

setting the pixel format: ``` FFmpegFrameFilter frameFilter = new FFmpegFrameFilter(TextUtils.join(",", filters), previewWidth, previewHeight); frameFilter.setPixelFormat(AV_PIX_FMT_NV21); mFrameRecorder.record(filteredFrame); ``` build.gradle ``` ext { versions = [ 'ffmpeg': '3.4.1-1.4' ] } compile(group: 'org.bytedeco', name:...

bug

When record video first time audio and video play together but if i pause the recording and resume again then the resultant video have voice mismatch issue the voice is...

enhancement

Hitting resume button starts recording after one second delay approximately, you can easily test it by starting speaking after hitting resume button. Device - Pixel 2 How can I fix...

I want make preview based on device width and height.look like its not working can anyone help me to do that

Hello Sir When i starts my video recording activity camera does not starts, even when i starts or stops recoding. ![issue](https://user-images.githubusercontent.com/23206985/43822263-460eb1c0-9b09-11e8-9cc8-e10d1ffa1080.jpeg)

I have used this library fro my video record app. But video's quality is so bad and video frames not progressing smoothly. What is the best parameters for good quality?

enhancement

Can we add overlay like text,image or video while recording ?

help wanted

Hi Lei, i noticed that when i try to record a video with multiple parts, an audio in the resulting video file is not syncing correctly with all video parts....

enhancement