Skip to main content

Questions tagged [mp3]

MP3 is the common name for the MPEG-1 Audio Layer 3(III) or MPEG-2. It is a patented digital audio encoding format using a form of lossy data compression.

0 votes
0 answers
64 views

How do you remove stubborn (album art) / (embedded images) that eyeD3 misses?

How do you remove stubborn (album art) / (embedded images) that eyeD3 misses? Running: $ eyeD3 --remove-all-images . # Works great 90% of the time but not 100% of the time. I’d prefer a command that ...
Gene Tyle's user avatar
1 vote
1 answer
72 views

How to merge all mp3 files located in the same directory?

The command below used to work but stopped around ubuntu/kubuntu 20.04. ls *.mp3 | sed -e "s/\(.*\)/file '\1'/" | ffmpeg -protocol_whitelist 'file,pipe' -f concat -i - -c copy output.mp3 ...
Cortez's user avatar
  • 11
0 votes
0 answers
36 views

ffmpeg command to combine mp3 file and embedded album art image file metadata into a video

my below ffmpeg command works for combining 1 audio file with 1 image file into a video. ffmpeg -loop 1 -framerate 2 -i "C:\Users\marti\Videos\ig_sf_6.5.24_highlights\apple image.jpg" -i ...
Martin's user avatar
  • 131
0 votes
1 answer
92 views

I want to change the track and title of mp3 files using their ID3 Tag data in all sub directories too not just the folder I am in

I want to change the track and title of mp3 files using their ID3 Tag data in all sub directories too not just the folder I am in. To change track and title in a single folder sometimes kid3-cli or ...
Gene Tyle's user avatar
0 votes
1 answer
89 views

Ffmpeg LUFS Loudnorm normalization results

I use the Loundnorm filter in Ffmpeg to normalize LUFS in a folder containing three audios, Music1.mp3, Music2.mp3 and Music3.mp3 using the double-pass method. The LUFS and True Peak values are the ...
Clamarc's user avatar
  • 663
1 vote
0 answers
56 views

Why is the total time is off when combining MP3s with FFmpeg? [closed]

I have over a 1.5TB of audio books about 1/2 are MP3s. I am combing MP3s and first I check the bit rate to be the all the same. Then I run and MP3 checker for file errors. I have used multiple program ...
Pentagrid's user avatar
0 votes
0 answers
151 views

Separating audio m4b file based on a cue file

Separating audio m4b file based on a cue file How can I split an audio m4b into separate files using a cue file? Note: The m4b file has no chapters that's why I need to use the cue file to split it. I ...
Rick T's user avatar
  • 153
0 votes
0 answers
42 views

ffmpeg audio amerge with volume level adjustment and sidechain processing stopped working

I'm trying to merge my stereo background music with a mono voiceover audio with volume adjustment and sidechain processing to duck the music when voiceover is playing. This command used to work fine ...
kaushal's user avatar
2 votes
1 answer
299 views

How to restore damaged (mp3?) file

I have been given a file at https://drive.google.com/file/d/10Fqr6Ipu2J8yKU_m3-EMzsVj7XeSYEdV/view?usp=sharing. Opening it from https://hexed.it/ shows that it is likely a mp3 file (based on the ID3 ...
Samson Choo's user avatar
0 votes
0 answers
43 views

REPLAYGAIN value being ignored on some MP3's - FFmpeg Transcoder cs - process Error Data Received:454

I am having an issue per below. I use Windows, and just installed ffmpeg-2024-03-07-git-97beb63a66-full_build, which did not correct it. I have added Track ReplayGain to my music library using Foobar. ...
Mike Gravitt's user avatar
0 votes
0 answers
92 views

I need help installing FFMPEG on my server

I'm trying to get FFMPEG installed on my VPS. Plesk Obsidian Version 18.0.59 Ubuntu 22.04.4 LTS Basically, I need FFMPEG installed, as the custom MP3 player I use for my website can generate audio ...
alkemy007's user avatar
0 votes
0 answers
32 views

Specifying audio bitrate of MP3 does not work as expected

I converted bitrate of audio file using ffmpeg which I built by myself. But option -b:a 32k will create actually 96kbps file. Are there any precautions when building? I built ffmpeg with the next ...
Yamamoto Toshifumi's user avatar
0 votes
1 answer
336 views

Disable Explorer's music style for folders containing mp3 files

Windows has this annoying feature that uses different Explorer options for folders containing music files like ogg or mp3. It removes the file size, it make the name column extremely narrow and it ...
t3chb0t's user avatar
  • 601
0 votes
1 answer
88 views

my ffmpeg livestream keeps crashing: How do I troubleshoot?

I can't find the reason on why it is crashing, all I have is a list of mp3 files which are encoded to AAC on the fly. stream.sh #!/bin/bash ffmpeg \ -stream_loop -1 -re \ -i video.mp4 \ -safe 0 \ -f ...
n79qk272x57w46w9's user avatar
0 votes
1 answer
55 views

Can I use Git to track MP3 and AAC metadata without corrupting files?

I have a collection of roughly 7k (40GB) MP3 and AAC files, these files I have collected over the years and put through different players and organisers. Unfortunately during that time some of these ...
Imran's user avatar
  • 425

15 30 50 per page
1
2 3 4 5
59