aws-samples / amazon-rekognition-video-analyzer

A working prototype for capturing frames off of a live MJPEG video stream, identifying objects in near real-time using deep learning, and triggering actions based on an objects watch list.
Other
368 stars 158 forks source link

'JobStatus': 'FAILED', 'StatusMessage': 'Unsupported codec/format.' #46

Closed zebpaypeswani closed 5 years ago

zebpaypeswani commented 5 years ago

Hi I am able to search matched faces in a video. But sometimes I get above error. The error comes when the video format is not supported by aws recognition. When I get that video from an android phone it works but if I get that video from other sources like web then it throw the error.

I want to know how can I convert any video(whatever the source) to the aws supported video using ffmpeg Thanks

jigs4444 commented 4 years ago

Hi , I have faced this issue too. How did you solve it?