diff options
author | Hugo Gameiro <hmgameiro@gmail.com> | 2019-10-24 21:47:58 +0100 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-21 04:00:55 -0600 |
commit | 924c2c0880a96d8e502427e0b697148916c021f1 (patch) | |
tree | 255b3fb3a5909332baa50352a7beb438607c3f8c /app | |
parent | f0d3722f9b4fa21a6bcaa0949616a802258e5232 (diff) |
remove audio metadata (#12171)
Diffstat (limited to 'app')
-rw-r--r-- | app/models/media_attachment.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/media_attachment.rb b/app/models/media_attachment.rb index fbc070573..502ebb0b5 100644 --- a/app/models/media_attachment.rb +++ b/app/models/media_attachment.rb @@ -104,6 +104,7 @@ class MediaAttachment < ApplicationRecord convert_options: { output: { 'loglevel' => 'fatal', + 'map_metadata' => '-1', 'q:a' => 2, }, }, |