Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MXF support #124

Closed
asaghri opened this issue Mar 16, 2021 · 3 comments
Closed

MXF support #124

asaghri opened this issue Mar 16, 2021 · 3 comments

Comments

@asaghri
Copy link

asaghri commented Mar 16, 2021

Describe the feature you'd like
Currently the .MXF source video file is not supported. Most of our files have this extension and I understand it's supported by mediaconvert.
So it would be definitely nice to have that feature !

@morjoan
Copy link
Member

morjoan commented Mar 16, 2021

Hi there,
By default, the S3 event notification is configured to trigger the workflow when a video is uploaded with one of the following lowercase file extensions: .mp4, .mpg, .m4v, .m2ts, and .mov.

However, you can do one of the following options to include support for your file extension:

  1. If you are comfortable rebuilding the solution, you may customize the S3 notification source code to include any file extensions supported by MediaConvert (like .MXF) to trigger the job: https://github.com/awslabs/video-on-demand-on-aws/blob/master/source/custom-resource/lib/s3/index.js. After you make the changes, rebuild and redeploy the solution.
  2. Edit your S3 source bucket's Event Notification to trigger on a .MXF (upper case) extension. See https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-event-notifications.html

Hope this gets you going!

@asaghri
Copy link
Author

asaghri commented Mar 17, 2021

I've rebuilt the solution by adding the .mxf extension (lower case for me) and it works perfectly.
Thank you for your help and let me know if you want me to add a pull request to cover these files.

@eggoynes
Copy link
Member

Hi @asaghri. We added the .mxf file type as a feature on the 5.3.0 release. Thank you for your input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants