Skip to content

Instantly share code, notes, and snippets.

View Neurognostic's full-sized avatar
👽
Synchronous orbit.

Neurognostic

👽
Synchronous orbit.
View GitHub Profile
@spirillen
spirillen / ffmpeg-add-subtitles.md
Last active September 10, 2026 17:13
Use FFmpeg to add subtitles to video

Use FFmpeg to add subtitles to video

MP4:

ffmpeg -i input.mp4 -f srt -i input.srt -map 0:0 -map 0:1 -map 1:0 -c:v copy \
    -c:a copy -c:s mov_text output.mp4

MKV:

@martinlabate
martinlabate / blish-on-steam-deck.md
Last active July 26, 2026 18:06
How to run BlishHUD on Steam Deck

Getting BlishHUD to work correctly on the Deck

Intro

This guide will show you how to use BlishHUD while playing GuildWars2 on the Steam Deck, but requires you to launch the game from the Steam Desktop without BigPicture.

Requirements

  • Guild Wars 2 installed via Steam
  • Blish HUD downloaded

Configure the Deck