Using aws elastic transcoder in out ongong project. i would like get aws elastic transcoder preset id's meta data, about MaxWidth, MaxHeight ete.
Asked
Active
Viewed 37 times
1 Answers
3
Solution : Follow this link - https://docs.aws.amazon.com/cli/latest/reference/elastictranscoder/read-preset.html
Steps :
- Install aws cli in your system
- aws cli configure using key
- aws elastictranscoder read-preset --id (1351620000001-500020) // you will get details

Debasis Das
- 549
- 3
- 8