Skip to content

Commit

Permalink
comment out video derivative that makes webm (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
cziaarm authored Feb 7, 2024
1 parent a8b6868 commit f12b25c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/file_set_derivatives_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def create_video_derivatives(filename)
Hydra::Derivatives::VideoDerivatives.create(filename,
outputs: [{ label: :thumbnail, format: 'jpg',
url: derivative_url('thumbnail') },
{ label: 'webm', format: 'webm',
url: derivative_url('webm') },
# { label: 'webm', format: 'webm',
# url: derivative_url('webm') },
{ label: 'mp4', format: 'mp4',
url: derivative_url('mp4') }])
end
Expand Down

0 comments on commit f12b25c

Please sign in to comment.