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

demandé il y a 5 mois135 vues
1 réponse
0
Réponse acceptée

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
répondu il y a 4 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions