Advertisements
Amazon Elastic transcoder is a service from amazon in amazon web services to transcode videos from one format to another format. It relatively a new tool in aws but recently they have added a lot of features to it. The latest one is the clip generation. Its a very easy thing.
How to do it?
Just as you transcode one video to another. But here you have to give the following things additionally the clip timings.
1. Transcoder pipeline
2. Source video path from s3 (input key)
3. Output key prefix (s3 bucket path where output needs to be stored)
4. Preset (A metadata containing output format, codecs, bitrates etc. Have to created beforehand)
5. Output key (output file name)
Now,
on the available settings tick the check box for click, then two boxes will appear where you can enter start and end times of the clip you want from source video.
You can leave blank in start you want to create clip from the starting of the video.
Press create new job. Thats it. You will get the clip in the destination bucket.
No comments:
Post a Comment
Be nice. That's all.