CrazyOrr / FFmpegRecorder

An Android video recorder using JavaCV and FFmpeg.
201 stars 48 forks source link

conflict in FFmpeg repository #61

Closed SuryaChundawat closed 4 years ago

SuryaChundawat commented 4 years ago

if I am using this library along with writingminds library 'com.writingminds:FFmpegAndroid:0.3.2' . Wirtingminds library doesn't work properly.

CrazyOrr commented 4 years ago

I don't know about that library but I don't think you should use multiple libraries encapsulating FFmpeg.

SuryaChundawat commented 4 years ago

I don't know about that library but I don't think you should use multiple libraries encapsulating FFmpeg.

I got the solution. Thanks for your time. I am facing one new isuue how to add filters while recording a video.