Image Inserter not working

0

Hey all, i'm trying to insert an image in the output videos. The configuration for the image inserter is as follows:

"VideoPreprocessors": {
   "ImageInserter": {
      "InsertableImages": [
        {
          "Width": 140,
          "Height": 63,
          "ImageX": 20,
          "ImageY": 20,
          "FadeIn": 0,
          "Layer": 1,
          "ImageInserterInput": "s3://my-bucket/_assets/logo.png",
          "StartTime": "00:00:00:00",
          "Opacity": 50
        }
      ]
   }
},

The asset does exist in the bucket. is this a permission issue or a configuration issue? I was playing around with specifying the EndTime (to super large, as i want the image to be displayed for the whole duration of the video) and fade in time, but the output videos do not contain the image. What am I doing wrong?

Warly
已提問 1 個月前檢視次數 95 次
1 個回答
1

Thanks for your question on AWS MediaConvert.

There is no reference to an error that you are receiving or description of what the result is. Can you provide those details? Without them, it's challenging to provide a proper answer.

Assuming what you posted in not working, you may consider creating the transcode job with the MediaConvert AWS console. Then you can 'Show Job json' to see how the configuration should be.

Also, confirm that the MediaConvert job has Timecode Configuration Source set to 'Start at 0', to match the timecode in the image insertion section.

When submitting the transcode job, verify that a proper MediaConvert IAM role has been selected.

AWS
Mike-ME
已回答 1 個月前
  • Hey, as it turned out, the role did not have sufficient permission to access the folder where asset is located. Unfortunately the job did not yield any errors so i was clueless about the cause.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南