From 922a359497394824f25b68ecc5dc48e6a7bb4d66 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 9 Mar 2021 11:23:14 +0100 Subject: [PATCH] mpv: Remove musicvideo-c64 profile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It only has a single purpose and I haven’t used in the last year or so. --- users/simon/modules/mpv.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/users/simon/modules/mpv.nix b/users/simon/modules/mpv.nix index 2fdf716..3ec4f02 100644 --- a/users/simon/modules/mpv.nix +++ b/users/simon/modules/mpv.nix @@ -169,11 +169,6 @@ in alpha = false; }; - musicvideo-c64 = { - lavfi-complex = "[aid1]channelsplit=4.0[mono][c1][c2][c3];[mono]channelmap=mono,asplit=2[ao][a2];[c1][c2][c3]join=inputs=3:channel_layout=3.0[a1];[a1]aresample=44100,showwaves=s=1920x600:mode=p2p:colors=red|lightgreen|yellow:split_channels=1:r=25[showwaves];[a2]showcqt=s=1920x600:axis=0:axis_h=0:r=25[showcqt];[showwaves][showcqt]vstack=shortest=1,fps=25,format=rgba[vo]"; - alpha = false; - }; - hqencode = { ovc = "libx264"; ovcopts-add = "crf=18";