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
질문됨 한 달 전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
답변함 한 달 전
  • 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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠