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

Unexpected error on Android7

Open bluedream829 opened this issue 8 years ago • 2 comments

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.

bluedream829 avatar Feb 17 '17 19:02 bluedream829

I find the same problem。Now I know need to Recompile the ffmpeg can sove the problem. Do you have a good solution ?

Gentleman-jun avatar Mar 20 '17 03:03 Gentleman-jun

Did you find a solution?

bstubbs avatar Nov 14 '18 03:11 bstubbs