remove audio metadata (#12171)

master
Hugo Gameiro 5 years ago committed by Eugen Rochko
parent 3a929dbedd
commit 488dd0ff7a
  1. 1
      app/models/media_attachment.rb

@ -87,6 +87,7 @@ class MediaAttachment < ApplicationRecord
convert_options: {
output: {
'loglevel' => 'fatal',
'map_metadata' => '-1',
'q:a' => 2,
},
},

Loading…
Cancel
Save