iknow4x / 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.
Apache License 2.0
1.11k stars 264 forks source link

Unable to compile this project in android studio #61

Closed nerviantone closed 2 years ago

nerviantone commented 2 years ago

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 ?

iknow4x commented 2 years ago

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

iknow4x commented 2 years ago

Already fixed it @nerviantone