bhuvnesh123 / FFmpeg-Video-Editor-Android

Sample android project using ffmpeg for cutting and compressing video,reversing video,extracting image frames from video,extracting audio from video,add fade in fade out effect,create fast and slow motion video
540 stars 165 forks source link

Not working in android 10 #42

Closed gupta-aman1 closed 3 years ago

gupta-aman1 commented 3 years ago

After changing to target sdk to 29, unable to cut video I have shared video

https://user-images.githubusercontent.com/28038233/111664852-372a5780-8838-11eb-8b6c-ee00809b093e.mp4

https://user-images.githubusercontent.com/28038233/111664957-50cb9f00-8838-11eb-9961-3a50c6448048.mp4

bhuvnesh123 commented 3 years ago

Without migrating the code, changing the target SDK versions will cause problem. After increasing the target SDK version, you should update the code for selecting file from device storage .