Skip to content

Passing additional Zencoder Options fails #3

Description

@omarvelous

Thought this would be fine:

has_video_encodings :videos,
  :formats => [:ogg, :mp4, :webm, :flv],
  :s3_config => "#{Rails.root}/config/amazon_s3.yml",
  :path => 'trailer/:trailer_id/videos',
  :thumbnails => {
     :base_url => 'trailer/:trailer_id/thumbnails', #You Can Not Pass
     :filename => "thumb_{{number}}", #You Can Not Pass
     :number => 10
  }

But apparently it doesn't like the additions (base_url and filename) I made in the thumbnails hash. However these are valid options in the Zencoder API Doc. I can' see in your code why these additional options wouldn't work.

While create_job is ran, a encoder job is never created, therefore halting the whole process.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions