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
  • 241,921
  • 22
  • 380
  • 470
Hitesh
  • 4,098
  • 11
  • 44
  • 82

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
  • 21,383
  • 17
  • 79
  • 114