ffmpeg-android-java icon indicating copy to clipboard operation
ffmpeg-android-java copied to clipboard

Supporting Android 10

Open abhiint16 opened this issue 5 years ago • 2 comments

I am using this library for my needs. But as this library requires to send input and output file path, and from Android 10, we can't access File path directly, how to support this library for devices running Android 10?

abhiint16 avatar May 18 '20 07:05 abhiint16

I am using this library for my needs. But as this library requires to send input and output file path, and from Android 10, we can't access File path directly, how to support this library for devices running Android 10?

Did you get answer to this question ?

adnanmacro avatar Jul 02 '20 17:07 adnanmacro

I solved the same problem as below. I solved the problem by using a different library.

https://github.com/tanersener/mobile-ffmpeg

yyms3275 avatar May 13 '21 04:05 yyms3275