From e9e85284324eb516cba16fb71a3bb6c44fe21c85 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Fri, 29 Nov 2019 16:29:29 -0600 Subject: `compand` apparantly screws up dynamic range - get rid of that --- app/models/media_attachment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/models') 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', -- cgit