You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Successfully i build all arms Thank you for you Response.
also add all files in JNILibs.
Now When i Run Command in Android It's can not gives any error also not generating output
video for this.
Can you please give Idea how can i run command successfully get output
`private fun ffmpegTest() {
object : Thread() {
override fun run() {
val startTime = System.currentTimeMillis()
val input = Environment.getExternalStorageDirectory().path + File.separator +
"DCIM" + File.separator + "test.mp3"
val output = Environment.getExternalStorageDirectory().path + File.separator +
"DCIM" + File.separator + "output.mp3"
Hello
Successfully i build all arms Thank you for you Response.
also add all files in JNILibs.
Now When i Run Command in Android It's can not gives any error also not generating output
video for this.
Can you please give Idea how can i run command successfully get output
`private fun ffmpegTest() {
object : Thread() {
override fun run() {
val startTime = System.currentTimeMillis()
val input = Environment.getExternalStorageDirectory().path + File.separator +
"DCIM" + File.separator + "test.mp3"
val output = Environment.getExternalStorageDirectory().path + File.separator +
"DCIM" + File.separator + "output.mp3"
This is my Code
The text was updated successfully, but these errors were encountered: