Skip to content

Instantly share code, notes, and snippets.

@dudewheresmycode
Created May 13, 2018 06:33
Show Gist options
  • Save dudewheresmycode/3e7917aaa7c0498c3ad3e5c0e9135ced to your computer and use it in GitHub Desktop.
Save dudewheresmycode/3e7917aaa7c0498c3ad3e5c0e9135ced to your computer and use it in GitHub Desktop.

Crazy regex for matching acceptable video inputs for AWS Elemental MediaConvert:

I got the error trying to convert a gif image.

BadRequestException: /inputs/0/fileInput: Should match the pattern:
/^(s3://)([^/]+/)+([^/\.]+|(([^/]*)\.([mM]2[vV]|[mM][pP][eE][gG]|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM])))$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment