android-ffmpeg-cmdline
android-ffmpeg-cmdline copied to clipboard
Command-line ffmpeg for android (based on https://github.com/guardianproject/android-ffmpeg-java)
Hello Team, Can you share me the difference between installing FFmpeg directly and FFmpeg by command line?
hello,I run the project of android-ffmpeg-cmdline, but not to change anything. the out file's size is 0. i am a layman. can you teach how to build the project and...
when i changed ur code in the following manner , an Alert Dialog with progress came for a second and then disappeared and got the message “Ffmpeg job completes”. But...
hi sir, here my code i am change in your code but when create wav file it create successfully but when i change in mp3 file 0kb file display in...
I wanner use your project to test the cmdline,but i don't konw how to build the project . I copy your code and anything else i should do. please help...
I tried to execute command "drawtext" by hard code in function create() of class FfmpegJob.java but the output file always is 0.0bytes. cmd.add(mFfmpegPath); cmd.add("-y"); cmd.add("-i"); cmd.add(inputPath); cmd.add("-vf"); cmd.add("drawtext=\"fontfile=/storage/emulated/0/videokit/AndroidClock.ttf:text=’All Rights Reserv'\"");...
Hi ! Im using NDK 9 and latest ffmpeg. but when i run script. i got isses WARNING: /Users/VietBui/Documents/Android/android-ndk-r9c/toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-pkg-config not found, library detection may fail. I cant found ffmpeg file...