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

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

How to get and change image metadata in Linux

How to get and change audio metadata in Linux

Audio metadata contains information like artist, song title, track number, album name, etc. It can even contain an embedded image of the cover art for the album. This metadata is accessed by music players in order to display relevant information about the song that is playing. Without this metadata, a music player might have trouble sorting your music by artist, album, genre, or putting the tracks in proper order.

Read more

Converting between audio formats using the ffmpeg command on Linux

ffmpeg audio format conversions

The ffmpeg software is a free and open source suite of utilities that facilitate audio and video media. On Linux systems, installing ffmpeg gives us access to the ffmpeg command, which can be used to convert audio files to various types, such as wav, mp3, ogg, etc.

In this guide, we will go over the instructions to install ffmpeg on major Linux distros. Then, you’ll see various command line examples that can be used to convert between different audio formats. Use the examples below to convert your own files.

In this tutorial you will learn:

  • How to install ffmpeg on major Linux distros
  • How to use ffmpeg in audio conversion examples

Read more

main

How to listen to music from the console using the cmus player on Linux

Cmus is a fantastic ncurses-based music player written in C. It can be used on all Unix-based operating systems, and so also on Linux. It has a series of very nice features like gapless playback, and supports a variety of file formats; among the others: Ogg Vorbis, MP3, FLAC, Opus, Musepack, WavPack, WAV, AAC, and MP4. It also support adding features via extensions. In this tutorial we will learn its basic usage.

In this tutorial you will learn:

  • How to install cmus on the most used Linux distributions
  • How to add songs to the library
  • How to reproduce a song, and the various reproduction modes
  • How to add and remove songs from the queue
  • How to create,rename,delete,import and export a playlist
  • How to add and remove songs from a playlist

Read more

Best Multimedia Linux distributions

Best Multimedia Linux distributions

When choosing the best Linux distribution for your needs, multimedia experts such as video editors and photographers will benefit most from a Linux distro that specializes in multimedia production.

There are a few Linux distrubitions that fill the gap for multimedia gurus, and we’re going to cover the top choices in this article. Read below to see our countdown of the five best multimedia Linux distros.

In this tutorial you will learn:

  • Top 5 Multimedia Linux distributions

Read more

Watching a movie on Manjaro Linux

How to Install Third Party Codecs & Extras on Manjaro Linux

Having the ability to play audio and video files on Manjaro Linux is one of the most essential and basic features for a lot of users. Unfortunately, due to the plethora of media codecs in circulation and the licenses that protect them, it’s not always as easy as it sounds.

In this guide, we’ll show you the software and third party codecs that you can install on your Manjaro Linux system for maximum compatibility. By the end of this tutorial, your computer should be able to open and play almost any video or audio file you throw at it.

In this tutorial you will learn:

  • Installing audio and video codecs
  • Installing a recommended video player
  • Installing a recommended music player

Read more