diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-11-29 16:29:29 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-11-29 16:29:29 -0600 |
commit | e9e85284324eb516cba16fb71a3bb6c44fe21c85 (patch) | |
tree | dedf489d77f2f94a5d084d5d1d8f35a25a8d51a4 /app | |
parent | 9d7ffb7d8673e849f04aaf3c3860e2969032e357 (diff) |
`compand` apparantly screws up dynamic range - get rid of that
Diffstat (limited to 'app')
-rw-r--r-- | app/models/media_attachment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/media_attachment.rb b/app/models/media_attachment.rb index ec77cd547..2a4ff51a6 100644 --- a/app/models/media_attachment.rb +++ b/app/models/media_attachment.rb @@ -58,7 +58,7 @@ class MediaAttachment < ApplicationRecord format: 'mp4', convert_options: { output: { - filter_complex: '"[0:a]compand,showwavespic=s=640x360:colors=lime|green,format=yuv420p[v]"', + filter_complex: '"[0:a]showwavespic=s=640x360:colors=lime|green,format=yuv420p[v]"', map: '"[v]" -map 0:a', threads: 2, vcodec: 'libx264', |