January 23, 2026January 24, 2026Hacks, Linux, Software Download YouTube Videos Using yt-dlp The best tool to download anything from YouTube or any other video content/streaming platform is yt-dlp. Here is a handful of commands […]
January 20, 2026January 20, 2026Hacks, Linux, Software Speed Up Playback of a List of Audio Files To change the playback speed of audio files, we can use the extremely versatile ffmpeg: ffmpeg -i input.mp3 -filter_complex “[0:a]atempo=1.5[a]” -map “[a]” […]
January 13, 2026January 13, 2026Hacks, Linux, Software Some Video Files Have Muffled Audio in Linux I noticed that some video files, such as movies, have barely audible spoken words in them. The sound effects, the background music, […]