Speed Up or Slow Down the Playback of a Video with AWS MediaConvert

0

Hello,

I have a Video with the duration of 15 seconds and want to transcode it and speed it up to 10 seconds. My SourceVideo has a frame-rate of 25fps. I tried to slow it down by changing the frame-rate of the output video to 37.5fps, but this results in a 15 seconds long video with the frame-rate 37.5. Is there any mistake in the job or is there another opportunity to slow down or speed up a video in MediaConvert?

Here is my sample Jobs:

{
  "UserMetadata": {},
  "Settings": {
    "TimecodeConfig": {
      "Source": "ZEROBASED"
    },
    "OutputGroups": [
      {
        "CustomName": "Sample_SlowDown",
        "Name": "File Group",
        "Outputs": [
          {
            "ContainerSettings": {
              "Container": "MP4",
              "Mp4Settings": {}
            },
            "VideoDescription": {
              "CodecSettings": {
                "Codec": "H_264",
                "H264Settings": {
                  "FramerateDenominator": 1000,
                  "MaxBitrate": 500000,
                  "FramerateControl": "SPECIFIED",
                  "RateControlMode": "QVBR",
                  "FramerateNumerator": 37500,
                  "SceneChangeDetect": "TRANSITION_DETECTION",
                  "FramerateConversionAlgorithm": "FRAMEFORMER"
                }
              }
            },
            "Extension": "mp4",
            "NameModifier": "test_1"
          }
        ],
        "OutputGroupSettings": {
          "Type": "FILE_GROUP_SETTINGS",
          "FileGroupSettings": {
            "Destination": "s3://"
          }
        }
      }
    ],
    "FollowSource": 1,
    "Inputs": [
      {
        "AudioSelectors": {
          "Audio Selector 1": {
            "DefaultSelection": "DEFAULT"
          }
        },
        "VideoSelector": {},
        "TimecodeSource": "ZEROBASED",
        "FileInput": "s3://"
      }
    ]
  },
  "BillingTagsSource": "JOB",
  "AccelerationSettings": {
    "Mode": "DISABLED"
  },
  "StatusUpdateInterval": "SECONDS_60",
  "Priority": 0
}

Regards, Benjamin

已提问 5 个月前135 查看次数
1 回答
0
已接受的回答

Hello Benjamin, this is Jorge and I would like to start answering your query. if my understanding it is correct, please correct me if not;

"You have a Video with the duration of 15 seconds and want to transcode it and speed it up to 10 seconds" Which means that you are trying to accelerate the video, is that correct?

We don't have such feature at this time, but please let me know your use case and I can share that with the Mediaconvert Service team.

Looking forward for your feedback on this ask.

AWS
已回答 4 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容