iknow4 / Android-Video-Trimmer

The Android-Video-Trimmer project implements the selection of clips for long and short videos. It uses MediaMetadataRetriever to obtain video frames, and uses ffmpeg for video cropping and video compression.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to compile this project in android studio

nerviantone opened this issue · comments

I imported this and was not able to compile it . It's giving an error like cannot find symbol method releaseCamera() in line 86 mSurfaceView.releaseCamera(); inside the file VideoSelectActivity.java. Can somebody check if they get the same error ?

I imported this and was not able to compile it . It's giving an error like cannot find symbol method releaseCamera() in line 86 mSurfaceView.releaseCamera(); inside the file VideoSelectActivity.java. Can somebody check if they get the same error ?

will fix it soon, thank you for feedback 🙏 @nerviantone

Already fixed it @nerviantone