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달 전

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

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

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

관련 콘텐츠