Recording Live Streams on Linux with FFmpeg

Recording Live Streams on Linux with FFmpeg: Examples Included

Recording live stream music and videos is a highly sought-after capability for content creators, archivists, and enthusiasts. With the power of FFmpeg on Linux, capturing these live streams directly from the command line becomes not only possible but also remarkably efficient. FFmpeg, a leading multimedia framework, supports a wide array of protocols, codecs, and file formats, making it the go-to tool for such tasks. Whether you’re aiming to record a live concert, a webinar, or your favorite online TV show, FFmpeg can handle it all with ease.

Read more

Raspberry Pi as Music Streamer

Raspberry Pi as Music Streamer

Thanks to its small size and simple requirements, the Raspberry Pi can be transformed into a variety of different specialized devices. One such role that it can fill is that of a dedicated music streamer, or jukebox. Whether you have your own music files (MP3, FLAC, etc) already downloaded and want to stream them to speakers around the house, or you rely on streaming services like Spotify or Pandora, utilizing the Raspberry Pi as a music streamer is a great way to enjoy some tunes. In this tutorial, we will go over the step by step instructions to help you turn your Raspberry Pi into the ideal music streaming device.

Read more

Raspberry Pi as Minecraft Server

Raspberry Pi as Minecraft Server

A Raspberry Pi, especially the newer models, possesses all the necessary hardware power for running a dedicated Minecraft gaming server. While it is easy enough to host the game off your desktop computer while simultaneously playing, having a dedicated server allows you to host an uninterrupted Minecraft session that can stay up and running for longer periods of time. Rather than buying a robust rig to host your server, or paying a third party company to do the hosting for you, utilizing the Raspberry Pi becomes a cheap alternative. On top of that, you still have the ability to customize the server configuration to produce your ideal gaming environment.

Read more

FFMPEG Script to Convert Multiple Files in Linux

When working with media files, it’s common to find yourself needing to batch convert multiple files. This is particularly true in fields like video editing, audio processing, or even when simply organizing your media library. The powerful tool at the heart of such tasks is often FFMPEG, a versatile, open-source software that can handle almost all video and audio formats. Understanding how to harness FFMPEG through shell scripting can significantly speed up your workflow.

Read more

How to install CUDA on Ubuntu 20.04 Focal Fossa Linux

How to install CUDA on Ubuntu 20.04 Focal Fossa Linux

The Nvidia CUDA toolkit is an extension of the GPU parallel computing platform and programming model. The Nvidia CUDA installation consists of inclusion of the official Nvidia CUDA repository followed by the installation of relevant meta package and configuring path the the executable CUDA binaries. In this tutorial, you will see how to install CUDA on Ubuntu 20.04 Focal Fossa Linux. This will get your video graphics running with the latest drivers and software available.

Read more

How to check NVIDIA driver version on Linux

How to check NVIDIA driver version on your Linux system

The objective of this tutorial is to show how to check the NVIDIA driver version installed on your Linux system. There are few places you may have a look to check what NVIDIA driver you have installed on your Linux system. This will allow you to check that you have the latest version installed and optionally upgrade to a new NVIDIA driver for better support and features.

Read more

How to install the NVIDIA drivers on Ubuntu 22.04

The objective is to install the NVIDIA drivers on Ubuntu 22.04 (Jammy Jellyfish) Linux and switch from the default open source Nouveau driver to the proprietary Nvidia driver. While the Nouveau driver comes installed by default, the proprietary Nvidia driver can offer several benefits over its alternative. By downloading the official driver, you will have the most cutting edge software and ensure maximum compatibility with your video card hardware.

Read more

Installed NVIDIA drivers on Ubuntu 20.04 Focal Fossa Linux

How to install the NVIDIA drivers on Ubuntu 20.04 Focal Fossa Linux

In this tutorial, we will see how to install the NVIDIA drivers on Ubuntu 20.04 Focal Fossa Linux and switch from a opensource Nouveau driver to the proprietary Nvidia driver. You can install Nvidia drivers on Ubuntu 20.04 using several different methods, including the official Ubuntu repository, the Nvidia PPA repository, and as a direct download from the official website. You will also learn how to uninstall the Nvidia driver.

Read more

How to Install MakeMKV On Fedora Linux

How to Install MakeMKV On Fedora Linux

MakeMKV is a powerful tool for working with DVDs and Blu-Ray. In fact, it is probably the most reliable way to work with and play Blu-Ray on a Linux system. MakeMKV is partially open source and partially proprietary. It is not distributed in Fedora’s repositories, which makes it a bit trickier to install it than some other applications.

Read more

How to test audio on Raspberry Pi

How to test audio on Raspberry Pi

Despite its small size, the Raspberry Pi is perfectly capable of putting out audio via HDMI, Bluetooth, or analog audio with the 3.5mm onboard headphone jack. If you have just set up your Raspberry Pi and need to perform some testing to get the audio working correctly, or verify that your setup is working, then there are easy ways to test the audio on Raspberry Pi. In this tutorial, you will see how to test audio functionality on a Raspberry Pi.

Read more