Browse Source

remove audio metadata (#12171)

master
Hugo Gameiro 4 years ago
committed by Eugen Rochko
parent
commit
488dd0ff7a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/models/media_attachment.rb

+ 1
- 0
app/models/media_attachment.rb View File

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

Loading…
Cancel
Save