-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels