January 25, 2026January 25, 2026Hacks, Linux, Software Convert Video from 1080p to 720p Using ffmpeg Sometimes we need to upload or send someone a video file. A 1080p video file will be extremely large, so it’s more […]
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]” […]