Skip to main content

Video is too large to process synchronously, please use an eager transformation with eager_async=true to resolve

Comments

1 comment

  • Aleksandar Kostadinov

    Hi Hong,

    This specific error is usually returned in a few scenarios. For example, if you are performing eager or on-the-fly video transformations synchronously for videos larger than 40MB on the Free plan or 100MB on any paid ones. Alternatively, you will receive this error if you are requesting an incoming transformation synchronously for any video above the mentioned limits. In your case, based on looking at the form-data parameters, the most likely reason for this error is that you have an incoming transformation in a default upload preset which is attempting to transform this large video synchronously. eager_async is only relevant if you are performing eager transformations and it has no effect on incoming transformations.

    May I please ask you to check your account if you are using any default upload presets? You can see that if you go to the Settings -> Upload tab of your account and scroll right at the bottom. If you are using an upload preset with an incoming transformation then you would need to either configure the preset to perform the incoming transformation asynchronously or you will need to include the "async" parameter set to 'true' in your form data, instead of eager_async.

    Please let me know how it goes.

    0

Post is closed for comments.