Questions tagged [aws-media-convert]

142 questions
0
votes
1 answer

add multiple images to a video using aws mediaconvert

I'm trying to add images to a video using mediaconvert. I used mediaconvert graphic overlay/ image inserter to perform this task. However, the image is overriding the given video in the output for the given duration. I want the image to be still at…
0
votes
2 answers

Can you clip (or trim) an mp3 using AWS Mediaconvert?

I have mediaconvert jobs encoding mp3 uploads into various formats. I'd like to also create a 30 second "preview" of an mp3 file by trimming the file to start at 10 seconds and end at 40 seconds. I have tried setting "input clippings" by adding…
Leon
  • 1,851
  • 3
  • 21
  • 44
0
votes
1 answer

How to Integrate AWS mediapackage in wordpress

I am very new to aws services. In my website, I am thinking to show premium videos, but those should not be allowed to download by any paid user. I will use AWS S3 as my hosting for all videos. but the problem is: these videos are not secured and…
0
votes
1 answer

ForbiddenException while creating mediaconvert job with aws java sdk

I want to use aws mediaconvert service for video stitching. Have an paid account with AWS having access to mediaConvert service. Able to create the video stitching JOB via mediaConvert console. Now i am trying the same thing with AWS java…
0
votes
1 answer

AWS MediaConvert bitrate and quality problem

When I'm trying to use and starting MediaConvert job in CBR, VBR or in QVBR mode with Bitrate or MaxBitrate higher 250 000, getting the error below Unable to write to output file [s3:///videos//***/original.mp4]: [Failed to write data: Access…
0
votes
0 answers

How to properly sign AWS Requests with Signature Version 4 in Java?

I am looking to send a job request over to Elemental MediaConvert on AWS and I was reading up on how you need to request an endpoint specifically for your account and region, so I did and now I have that custom endpoint. I went through the process…
Alexiz Hernandez
  • 609
  • 2
  • 9
  • 31
0
votes
1 answer

AWS Elemental MediaConvert - Remote Input Different from S3

I've already developed a service that takes a pool of MP4 files and transforms them into HLS format for VoD-related purposes. I'm considering migrating my solution towards AWS Elemental MediaConvert, which seems very promising. The only problem is,…
0
votes
0 answers

Problem accessing audio track from mp4 file

For a TV Project we want to transcode the source videofiles to other formats. The Sourcefiles are fragmented mp4 files. Destination format could be mp4 or any other format. The sourcefile contains multiple audio tracks for different codes (aac,…
Thomas Spycher
  • 956
  • 13
  • 32
0
votes
1 answer

bitrate quality level for specific device

I'm looking mediaconvert service from aws to transcode videos. The value I'm trying to set just now is quality level (QL) for QVBR, according with this it could depends on the platform, for example for 720p/1080p resolution it proposes QL=8/9 (for…
0
votes
2 answers

Lambda function calling MediaConvert SDK to describeEndpoints timeout

I am just attempting to call describeEndpoints of mediaconvert SDK but seems like it times out, why could that be. I already gave my Lambda function admin access. I set timeout to 30s which should be more than sufficient but it still fails const AWS…
Jiew Meng
  • 84,767
  • 185
  • 495
  • 805
0
votes
1 answer

AWS Elemental MediaConvert not working with MP3 input

I am trying to use AWS Elemental MediaConvert for AOD (Audio on-demand) HLS streaming. Below is my Job description { "OutputGroups": [ { "CustomName": "HLS", "Name": "Apple HLS", "Outputs": [ { …
Krishnendu
  • 1,289
  • 18
  • 26
0
votes
1 answer

AWS MediaConvert - Stitch Portrait and Landscape videos

I'm working on a side project using AWS MediaConvert to stitch together multiple video files. MediaConvert now supports rotating video inputs, so if I have a video that was shot in portrait - usually from a cell phone - I can rotate it 90 degrees…
SouthShoreAK
  • 4,176
  • 2
  • 26
  • 48
-1
votes
1 answer

Convert VOB/BUP files to .mp4 and store them in S3 bucket

So as the title says, I have a couple of files in the VOB/BUP format that I need to convert first to .mp4 (I also have .IFO files and I don't know what that is) and then check for a public url to display them (S3 Bucket) But I don't know which one…
-1
votes
1 answer

MediaConvert remove black bars

I'm trying to migrate from AWS ElasticTranscodder to MediaConvert. One thing that worked for ET is that output had maximum width and height, but for MC those values are fixed and you end up with blackbars if video does not exactly match aspect. Is…
karjan
  • 936
  • 1
  • 7
  • 17
-1
votes
1 answer

Fetch hls url from dynamo table in Aws MediaConvert

We have configured the media convert service in S3 bucket. From mobile application we are uploading the video file to S3 bucket. In php backend we are storing the file name and path for eg uploads/post_media/1058826857.mov . Here…
1 2 3
9
10