The purpose of this tutorial is to extract the audio contents from a video file on a Linux system. This can be done from the command line after installing the ffmpeg
software package, if you do not already have it. The audio can be extracted into a variety of formats like mp3 or ogg, and the video types supported range from mp4, mkv, avi, and others.
audio
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.
Convert ogg to mp3
The purpose of this tutorial is to show how to convert .ogg
Ogg Vorbis audio files into .mp3
format. This can be done with a couple of different tools via the command line on all major Linux distros. You will also see how to batch convert files in case you have many audios to convert at once.
Burn audio CD on Linux
If you have some music on your Linux system and want to burn it to an audio CD, it can be done via the command line. This will even work if you have a mixture of audio formats and file types.
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
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
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
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
How to test webcam on Ubuntu 20.04 Focal Fossa
The objective of this tutorial is to show the reader a quick-start method of testing a Webcam on Ubuntu 20.04 Focal Fossa.
In this tutorial you will learn:
- How to test webcam
How to test microphone with Audio Linux Sound Architecture
The objective of this article is to provide the reader with an information on how to test microphone on Linux system.
In this tutorial you will learn:
- How to test Microphone
- How to record audio via microphone
- How to play recorded audio