Skip to content

Instantly share code, notes, and snippets.

View Profpatsch's full-sized avatar
🌮

Profpatsch

🌮
View GitHub Profile
@Profpatsch
Profpatsch / Convert Script – README.md
Created April 22, 2021 16:32 — forked from Zehkul/Convert Script – README.md
Script to quickly convert and crop videos from within mpv

#README:

This script for mpv intends to offer the fastest and simplest way to convert parts of a video—while you’re watching it and not really more work intensive than making a screenshot. A short demonstration: https://d.maxfile.ro/omdwzyhkoa.webm

##Installation:

You need:

  • yad (at least 0.26) (AUR)
@Profpatsch
Profpatsch / shell.nix
Last active September 14, 2016 22:49 — forked from savannidgerinel/shell.nix
terraform build
let
pkgs = import <nixpkgs> {};
stdenv = pkgs.stdenv;
t = with pkgs; call ./terraform-default.nix {};
in stdenv.mkDerivation {
name = "v2-devops";
buildInputs = [ pkgs.ansible2 t ];
}
{ stdenv, fetchurl, curl, glew110, libpng12, gstreamer, SDL2, webkitgtk24x, dpkg, patchelf, makeWrapper }:
stdenv.mkDerivation rec {
name = "runescape-2.2.2";
src = fetchurl {
url = "https://content.runescape.com/downloads/ubuntu/pool/non-free/r/runescape-launcher/runescape-launcher_2.2.2_amd64.deb";
sha256 = "0mx4x9i8z989ayh7lq2l8b3n91zk0yhryzj7g58bp4gz313dpai8";
};