From 286a3b3e768a19fc4b036f09a8f3c2f7d7342a71 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 14 Nov 2022 21:40:08 +0100 Subject: [PATCH] update cheats --- config/navi/christoph.cheat | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/navi/christoph.cheat b/config/navi/christoph.cheat index 39cf4bf6..90f98c06 100644 --- a/config/navi/christoph.cheat +++ b/config/navi/christoph.cheat @@ -1,4 +1,4 @@ -; NixOS +; TODO: More ffmpeg, yt-dlp % nixos, nixos-rebuild # Rebuild a flake system derivation @@ -10,7 +10,6 @@ $ flake: echo -e "nixinator\nnixtop" # Find out why a package is included in the closure when building the system derivation nix why-depends /run/current-system nixpkgs# -; Nix-Store % nixos, nix-store, storepath, link # Find the storepath of an executable in the users path @@ -20,8 +19,11 @@ readlink -f $(which ) # Find the wanted dynamic libraries of an executable in the users path ldd $(readlink -f $(which )) -; Shell % shell, process # Launch a detached process with suppressed output &>/dev/null & + +% ffmpeg, slowmo +# Create a slow motion version of a video with interpolated/blended frames +ffmpeg -i .mp4 -filter:v "minterpolate='mi_mode=mci:mc_mode=aobmc:vsbmc=1:fps=',setpts=2*PTS" output.mp4