MediaConvert Job failed for 12 hrs long video clipping(trimming)

0

Hi, I have 18 hours long video as input .mp4. I was trying to trim(clip) 12 hours video from input using AWS mediaconvert.

"InputClippings": [ { "EndTimecode": "12:00:00:00", "StartTimecode": "00:00:00:00" } ],

But mediaconvert job keeps getting failed for video trimming for more than 12hrs. Please note that I have tried 10 hrs, 11 hrs and 11.5 hrs trimming and its all got successfully completed. I have also verified "Timecode source: Start at 0" and "Timecode configuration -> Source: Start at 0".

Error code 1060 Error message The clipping region [00:00:00:00] to [12:00:00:00] was not found in input number [1]

Sid
질문됨 10달 전201회 조회
3개 답변
1
수락된 답변

MediaConvert has a limit of clipping that needs to be under 12 hrs. Please see this link towards the bottom. https://docs.aws.amazon.com/mediaconvert/latest/ug/setting-up-an-assembly-workflow-job.html

AWS
Mike-ME
답변함 10달 전
0

Please submit an AWS Support ticket for this issue, with Job ID and Region job was run, so the logs can be reviewed.

Several things to consider:

  • Try setting the input clipping end Time Code to 11:59:59:ff, where 'ff' = (1 - framerate of source file). Likely values for ff could be 29, 25 or 23.
  • Can a clip be generated that spans the 12:00:00:00 Time Code? Ex. 11:00:00:00 - 13:00:00:00
  • Try creating a proxy files using Time Code Burning (a Pro Tier feature) that spans the 12:00:00:00 TC. Could be combined with the clipping above. This will help determine that the TC is continuous and does contain the 12:00:00:00.
  • Try entering the TC values as hh:mm:ss;ff, using ';' before the ff
AWS
Mike-ME
답변함 10달 전
  • I tried the different clipping end time code

    11:59:59:00 => success 11:59:59;29 => success 12:00:00:00 => Failed

0

I tried the different clipping end time code

11:59:59:00 => success 11:59:59;29 => success 12:00:00:00 => Failed

Sid
답변함 10달 전

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

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

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

관련 콘텐츠