Skip to content

Commit

Permalink
bitrate
Browse files Browse the repository at this point in the history
  • Loading branch information
jwellnit authored and Jennifer Wellnitz committed Jun 6, 2024
1 parent f71edf0 commit f099096
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@ def create_video_derivatives(filename)
Hydra::Derivatives::VideoDerivatives.create(filename,
outputs: [{ label: 'mp4',
format: 'mp4',
url: derivative_url,
size: '640x480>',
bitrate: "2500k" }])
url: derivative_url }])
end

def s3_bucket
Expand Down

0 comments on commit f099096

Please sign in to comment.