ffmpeg-android-java
ffmpeg-android-java copied to clipboard
Unexpected error on Android7
Have a problem with executing ffmpeg on Android 7.
/System.out: fc>/data/data/com.test/app_bin/ffmpeg -y -i /storage/emulated/0/DCIM/Camera/VID_20170217_135720.mp4 -c:v libx264 -preset ultrafast -b:v 2000k -s 320x240 -strict -2 -vf transpose=1 /storage/emulated/0/VID_20170217_135720_compressed.mp4 02-17 14:09:53.407 22534-22973/com.test I/System.out: fc>/data/data/com.test/app_bin/ffmpeg[1]: syntax error: '�T��4����4' unexpected
It's only happening on Android 7. it works fine on the previous versions.
I find the same problem。Now I know need to Recompile the ffmpeg can sove the problem. Do you have a good solution ?
Did you find a solution?