ffmpeg-android-java
ffmpeg-android-java copied to clipboard
how to use assets folder
I want to use assets folder file as input in ffmpeg but not able to use it. I am trying to use "-i file:///android_asset/sample_videos/sample_2.mp4" but i am getting error "no such file or directory"
I'm having exactly the same problem! were you able to solve it?
How I solved it is I copied the file from asset folder to internal storage.