Clip video for only one of the outputs

0

Hello, i have a video that i need to convert to two outputs: One is full length and the other one only the first 10secs. I know that I can specify the input clipping, but i need only one of the outputs to be clipped. Do I have to create two jobs for that or is it possible to this in one job?

Many thanks in advance

Warly
asked a month ago69 views
2 Answers
1
Accepted Answer

Hi Warly,

You have two options here:

  1. submit two MediaConvert jobs where one will do the full transcode and the other will do the clipped output.
  2. you can submit one MediaConvert job and once the job is completed you can trigger a lambda function with FFMPEG to clip the output produced by MediaConvert.

Since the minimum duration for billing with MediaConvert is 10 seconds by using option 1 will will only pay for the exact ammount of time that is outputted from your clipping, in this case 10 secs.

Regards Nuno

AWS
Nuno_Q
answered a month ago
profile picture
EXPERT
reviewed a month ago
0

Ok thank you! that's what i was afraid of. Is there any technical reason why it is not possible to specify output clippings? I guess i will go with two separate jobs then. Clipping them afterwards in lambda with ffmpeg contradicts the whole purpose to use media convert in the first place.

Warly
answered 23 days 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