Amazon Elastic Transcoder Usage
I am looking for the functionality of being able to trim videos to a specific duration using the AWS SDK. For example lets say the video is of a length 20 seconds that i uploaded before to my bucket and i want to trim 2 seconds out of it at a later date. I was looking around the AWS products and the Amazon Elastic Transcoder seems to offer what i want as far as i can understand it. Am i correct in this? (This is the url that brought me here)
Additionally there seems to be no reference to the elastic transcoder usage in the iOS SDK. So the only way to integrate this functionality into the iOS application is by having it implemented on the server side? Like any reference/examples to an api call to implement the feature?
Hi @mrikh ,
We have not published an iOS SDK for that service. The AWS SDK for Java has published aws-java-sdk-elastictranscoder which you may look at for your server side.
I will mark this as a feature request and have our team evaluate this service.
Elastic transcoder is supported in the new AWS SDK for Swift - https://github.com/awslabs/aws-sdk-swift/ . Please take a look and see if the SDK handles your use case. Please note that the AWS SDK for Swift is currently in developer preview mode.