Changes
1 changed files (+2/-5)
-
-
@@ -178,7 +178,7 @@ local function get_visualizer(name, quality, vtrack)local count = math.ceil(w * 180 / 3840 / fps) -- This was originally 1920 return "[aid1] asplit [ao]," .. "afifo, aformat = channel_layouts = stereo," .. "aformat = channel_layouts = stereo," .. "firequalizer =" .. "gain = '1.4884e8 * f*f*f / (f*f + 424.36) / (f*f + 1.4884e8) / sqrt(f*f + 25122.25)':" .. "scale = linlin:" ..
-
@@ -205,7 +205,6 @@ local function get_visualizer(name, quality, vtrack)elseif name == "avectorscope" then return "[aid1] asplit [ao]," .. "afifo," .. "aformat =" .. "sample_rates = 192000," .. "avectorscope =" ..
-
@@ -216,7 +215,6 @@ local function get_visualizer(name, quality, vtrack)elseif name == "showspectrum" then return "[aid1] asplit [ao]," .. "afifo," .. "showspectrum =" .. "size =" .. w .. "x" .. h .. ":" .. "win_func = blackman [vo]"
-
@@ -226,7 +224,7 @@ local function get_visualizer(name, quality, vtrack)local axis_h = math.ceil(w * 12 / 1920) * 4 return "[aid1] asplit [ao]," .. "afifo, aformat = channel_layouts = stereo," .. "aformat = channel_layouts = stereo," .. "firequalizer =" .. "gain = '1.4884e8 * f*f*f / (f*f + 424.36) / (f*f + 1.4884e8) / sqrt(f*f + 25122.25)':" .. "scale = linlin:" ..
-
@@ -261,7 +259,6 @@ local function get_visualizer(name, quality, vtrack)elseif name == "showwaves" then return "[aid1] asplit [ao]," .. "afifo," .. "showwaves =" .. "size =" .. w .. "x" .. h .. ":" .. "r =" .. fps .. ":" ..
-