Skip to content

Instantly share code, notes, and snippets.

@richardpl
richardpl / drcbox.lua
Last active April 28, 2024 00:04
dynaudnorm filter with visual feedback
--[[
mpv dynaudnorm filter with visual feedback.
Copyright 2016 Avi Halachmi ( https://github.com/avih )
Copyright 2020 Paul B Mahol
License: public domain
Needs mpv with very recent FFmpeg build.
Default config:
@richardpl
richardpl / scopes.lua
Last active December 1, 2018 20:18
WIP: scopes picked by menu and windows to set parameters
--[[
mpv scopes
Copyright 2018 Paul B Mahol
License: public domain
--]]
-- ------ config -------
local mp_msg = require 'mp.msg'
local intensity = 0.04