0

I need to create a thumbnail from video while uploading it to CDN.

I also came across term Amazon transcoder but this is in ruby, I am using php, Is there way to do this in php.

I am using jwplayer for playing video

Can someone help me to create thumbnail while uploading video to CDN using amazon transcoder

John Rotenstein
  • 165,783
  • 13
  • 223
  • 298
Hitesh
  • 3,592
  • 9
  • 36
  • 77

1 Answers1

0

Use the official PHP SDK that Amazon provides. It fully supports the transcoder as well as all other Amazon services. http://docs.aws.amazon.com/aws-sdk-php/guide/latest/service-elastictranscoder.html

fire
  • 20,449
  • 16
  • 73
  • 109