Skip to content

Instantly share code, notes, and snippets.

@trclst
trclst / FSR.glsl
Created February 22, 2024 20:16 — forked from agyild/FSR.glsl
AMD FidelityFX Super Resolution v1.0.2 for mpv
// Copyright (c) 2021 Advanced Micro Devices, Inc. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
//
// The above copyright notice and this permission notice shall be included in
@trclst
trclst / hdcd-decode.md
Created December 29, 2023 01:50 — forked from tgray/hdcd-decode.md
HDCD decoding

HDCD decoding

The following used [ffmpeg][] to detect and decode files, and [sox][] to adjust gain.

Detection

The following shell script will detect HDCD files that were ripped bit-perfect (EAC/XLD).

#!/bin/sh -
@trclst
trclst / arch_linux_installation.md
Created November 9, 2023 11:00 — forked from orhun/arch_linux_installation.md
Notes on my Arch Linux installation: UEFI/Secure Boot + systemd-boot, LUKS-encrypted root (XFS), LUKS-encrypted swap (with hibernate & unlocked via TPM)