bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
734 stars 172 forks source link

Invalid data found when processing input #92

Closed Kadanza closed 5 years ago

Kadanza commented 5 years ago

I have problem with FFprobe

commands = 0 = "-v" 1 = "error" 2 = "-show_entries" 3 = "format=duration" 4 = "-of" 5 = "default=noprint_wrappers=1:nokey=1" 6 = "/storage/9C33-6BBD/Video/S01E06_x264_001.mp4"

fFprobe.execute(cmd)

when I have error [mov,mp4,m4a,3gp,3g2,mj2 @ 0xaca74a10] moov atom not found S01E06_x264_001.mp4: Invalid data found when processing input

Brianvdb commented 5 years ago

Could be a corrupt file, or a FFprobe issue. Not related to this library.