Questions tagged [zencoder]

Zencoder, a Brightcove service, provides cloud-based video and audio transcoding software as a service (SaaS).

What is Zencoder?

Zencoder is an API-based online video encoding service. Zencoder converts videos from your website, application, or video library into formats that are compatible with web playback, mobile phone, or any other device you need to support.

Why should I use Zencoder?

Zencoder provides enterprise class video encoding for your application, service or website at a fraction of the cost of maintaining your own transcoding engine.

How do I get started?

Sign up for a free account and read our API documentation to begin integrating Zencoder with your application or service.

More Support

If you can't find an answer to your question on StackOverflow or our documentation, join us in chat or send an email to help@zencoder.com.

21 questions
23
votes
4 answers

Is there any difference between aes-128-cbc and aes-128 encryption?

I want to know if there is any difference between these two encryption methods? I never used these before. My client asked me to use AES-128 encryption but when I google it, it show me "aes-128-cbc", "aes-128-ctr", "aes-256-cbc", or "aes-256-ctr"…
Umair Malik
  • 1,403
  • 3
  • 30
  • 59
4
votes
1 answer

Zencoder: merging and encoding two video files into one

I'm having some difficulty finding documentation on how to merge videos using Zencoder. Here is what I'd like to do: Upload a video to Zencoder for encoding using their api (done) Zencoder merges my two-second branding intro video to the beginning…
Jeffrey
  • 4,098
  • 11
  • 42
  • 66
2
votes
1 answer

External transcoder with paperclip

We want to use an external transcoding service like PandaStream or Zencoder or Amazon Elastic Transcoder to transcode videos in our rails app. We are currently using paperclip for asset management (and our own, ffmpeg based processors). Does…
2
votes
1 answer

How use Video.js player via Flash fallback without CDN swf file

IE8 or older automatically uses flash fallback player but the player is hosted in CDN. I want to use hosted video-js.swf file in my server instead of CDN contents. Because CDN swf file is not secured. The Video.js version is 3.2, that is currently…
Nobuo Akiyama
  • 21
  • 1
  • 3
2
votes
1 answer

Rails 3: How to configure Zencoder to work with Amazon S3?

I'm following this tutorial to integrate Zencoder in my Rails 3 app: http://www.nickdesteffen.com/blog/video-encoding-with-uploadify-carrierwave-and-zencoder The tutorial uses Rackspace for storage, but I'd like to adapt the code so that I can use…
user1429496
  • 313
  • 1
  • 6
  • 20
2
votes
1 answer

Zencoder API PHP Thumbnails

I am using the Zencoder API PHP Library (https://github.com/zencoder/zencoder-php/blob/master/README.md) and can successfully submit single jobs for conversion. However I am struggling to get the format correct for the thumbnails. The required JSON…
Lloyd S
  • 129
  • 1
  • 9
1
vote
0 answers

Trying to create thumbnail of a zencoder / s3 video

Whenever I run my code to generate the thumbnail it is generating a thumbnail of the beginning of the video, even if I put some time in the middle of the video $body = [ 'input' => $inputUrl, 'outputs' => [ [ …
1
vote
1 answer

Not able to see subtitles in video converted using zencoder

For converting some video to MP4 i am using zencoder services, everything works fine. But now i want to add subtitles to the processed video, just like ffmpeg does ffmpeg -i src-video.mp4 -vf subtitles=subs.srt processed-video.mp4 i followed…
Vijay Dohare
  • 731
  • 5
  • 22
1
vote
0 answers

Zencoder api is working in local but not in Live

I am using Zencoder API for video conversion. I have generated two different API keys for my local and live server. When I am testing the conversion of video from my local its sending request to Zencoder and working fine. But, when same process I…
Naincy
  • 2,953
  • 1
  • 12
  • 21
1
vote
1 answer

Zencoder progress JSON response converted to populate width in boostrap progress bar

I have desperately looked for information on how to take the zencoder progress JSON response, convert the "progress" variable from the response into a javascript variable and use it to populate the number in a css width value. More information on…
user2608266
  • 131
  • 1
  • 1
  • 7
0
votes
1 answer

HEVC Fairplay stream

I am trying to create an HEVC Fairplay stream. I have tried using Shaka Packager,Bento4 and Zencoder. But with no luck. Has anybody created a HEVC Fairplay stream? If yes, then how?
0
votes
0 answers

Ruby / Rails Wait for redirect_to to resolve and do something depending on response

I've got a redirect_to in a rails app that hits an endpoint to send a video to Zencoder to be encoded into a few different formats. Just after I've got a redirect_to that redirect to a view. What's happening is the redirect to the view happens too…
zero_cool
  • 3,960
  • 5
  • 39
  • 54
0
votes
1 answer

Brightcove autoplay videos not playing in iPad Safari

We have integrated Brightcove videos in our application. Autoplay videos play in desktop browsers but not playing in ipad Safari browser. Please suggest if there is any limitation of playing autoplay videos in iPad/iPhone Safari browsers. Please let…
0
votes
1 answer

Zencoder encoding speed preset

On the Zencoder site it's said that there are 1-5 values for the transcoding speed: A target transcoding speed. Slower transcoding allows for more advanced file compression, while faster transcoding is possible by skipping some…
TheDoctor
  • 2,362
  • 4
  • 22
  • 39
0
votes
0 answers

Inconsistent upload/PUT access to Amazon AWS S3 with custom permissions

I have an application that uploads videos to an S3 bucket, and then creates a custom policy to allow another user (for the Zencoder service) to grab the files, and upload the transcoded files back into the bucket. Below is the current custom policy…
mnd
  • 2,709
  • 3
  • 27
  • 48
1
2