Skip to content

Commit

Permalink
set enable ffmpeg to true
Browse files Browse the repository at this point in the history
  • Loading branch information
labradford committed Apr 26, 2023
1 parent 6d619ef commit f1442d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/hyrax.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# config.persistent_hostpath = 'http://localhost/files/'

# If you have ffmpeg installed and want to transcode audio and video uncomment this line
config.enable_ffmpeg = false
config.enable_ffmpeg = true

# Using the database noid minter was too slow when ingesting 1000s of objects (8s per transaction),
# so switching to UUIDs for the MVP.
Expand Down

0 comments on commit f1442d3

Please sign in to comment.