Skip to content

Instantly share code, notes, and snippets.

@777777miSSU7777777
777777miSSU7777777 / mp3_to_hls.sh
Last active February 7, 2024 16:19
Transcode mp3 to hls stream via ffmpeg.
ffmpeg \
-i audio_name.mp3 \
-vn -ac 2 -acodec aac \
-f segment -segment_format mpegts -segment_time 10 \
-segment_list audio_pl.m3u8 \
audio_segment%05d.ts
@ObserverOfTime
ObserverOfTime / BDLinux.md
Last active April 22, 2025 10:13
Install BetterDiscord on Linux

Install BetterDiscord on Linux

This Gist contains simple instructions on how to install, update, and uninstall BetterDiscord on Linux.

For more thorough documentation, take a look at betterdiscordctl's README.

Do NOT submit issues here as I don't check the comments. You should submit them here instead.