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

asked 4 months ago127 views
1 Answer
0
Accepted Answer

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
answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions