awslabs / aws-media-insights

This is an application for analyzing the content of images and videos. It includes a GUI and back-end analytical workflows. It is the reference application for the Media Insights Engine.
31 stars 12 forks source link

support unusual filenames #15

Closed ianwow closed 3 years ago

ianwow commented 4 years ago

The following filenames won't work:

amazon.30.ad.mp4.mp4 This fails due to a misdetection of the file extension

[a]{m}(a)z,o-n_3+0 ad.mp4 This one fails due to unsafe URI character and also S3 escape characters set.

[amazon]–{3 0}–(a+d).mp4 This one will fail because the combination of unsafe URI characters AND multibyte character (the dash character).

ianwow commented 4 years ago

Filenames with multiple periods are now handled properly in https://github.com/awslabs/aws-media-insights-engine/releases/tag/v0.1.6. Not sure about the other two patterns, though.

ianwow commented 3 years ago

Given the lack of interest, I'm going to close this issue. If anyone wants us to address this, please leave a comment here and I will reopen the issue.