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.

Filter by
Sorted by
Tagged with
2 votes
1 answer
44 views

I’m generating a video in Android using FFmpeg (via FFmpegKit). The video is created from an image sequence, a GIF overlay and an MP3 audio file. The problem: the audio always ends abruptly. I’m ...
Diego Perez's user avatar
6 votes
3 answers
2k views

I have a CD-ROM on which three MP3 files are stored. When I put it into the player of my car, the music starts playing. When I put it into an old CD-player (bought somewhere between 1990 and 2000, I ...
Dominique's user avatar
  • 2,765
0 votes
0 answers
99 views

I've tried several different ffmpeg using libmp3lame param combinations to successfully convert a whatsapp.opus (recorded in WhatsApp) audio file into mp3, but I always end up with crackling, buzzing ...
cbdeveloper's user avatar
0 votes
1 answer
227 views

I'm looking to batch remove silence in the first 10-100ms of a bunch of MP3s in a directory - does anyone have a good solution for this?
Lxs29's user avatar
  • 9
11 votes
2 answers
2k views

I have a lot of MP3s collected and ripped over the years. Some have better and some have worse quality. I want to look into it a bit more. Is there any way to find out, which encoder has been used for ...
guerda's user avatar
  • 1,688
4 votes
1 answer
576 views

ffmpeg \ -i all_music_clean.m4a \ -i tts/start_end/walk_5_minutes_cool_down.wav \ -i tts/run/run_1_minute.wav \ -i tts/walk/walk_90_seconds.wav \ -filter_complex "\ [0:a]afade=t=out:st=0.0:d=0.5:...
random coder's user avatar
2 votes
0 answers
73 views

I'm trying to create a new column in MP3Tag that will read/write attribute 37. I have a list of extended attributes that Windows uses, but unfortunately some are marked as "unidentified" (or ...
Steve G.'s user avatar
  • 243
1 vote
0 answers
142 views

I have about 150 albums' worth of .mp3 files I ripped using abcde on Ubuntu 24.04 over a three-week period only to discover after the fact that abcde wasn't including track number metadata, so I can't ...
Darien Marks's user avatar
6 votes
2 answers
1k views

I recently spent three weeks ripping a large collection of CDs using abcde (Ubuntu 24.04). I've just discovered that none of them ripped with track metadata, so I can't play any of these albums ...
Darien Marks's user avatar
1 vote
0 answers
120 views

My goal is to rename a batch of music files with a specific portion of the file name using TagScanner v6.1.19 As an example I want to rename a file using the track name Wasurerarenai no (忘れられないの, &...
Wolfkin's user avatar
  • 181
0 votes
1 answer
142 views

total n00b here. I've got an extensive music collection and am looking to generate a list of artists and their respective albums within this library. Everything is organized as Music/Artist Name/Album ...
Colin Parks's user avatar
2 votes
0 answers
153 views

I have a mp3 file which is 01:04:09 seconds long. When I use the following commmand: ffmpeg -i TestAudio_123.mp3 -ss 60 -to 120 -c:a libmp3lame -q:a 2 output.mp3 I get this output in the console: ...
badr2001's user avatar
7 votes
3 answers
2k views

I have an old audio CD in a folder in my PC and I want to transfer to MP3 or any way I can extract the audio. This is what I have: What is the best way to RIP this to convert it? I tried mounting as a ...
samyb8's user avatar
  • 121
1 vote
1 answer
2k views

I want to be able to add chapter marks to all major audio file formats, which FFmpeg does (using the -map_chapters option) – but FFmpeg always mangles the other metadata. Any tags it doesn’t recognize,...
obskyr's user avatar
  • 231
2 votes
0 answers
55 views

I'm making a simple script in Ruby to convert FLAC to MP3 in batches, sending the decoded FLAC to stdout (to avoid temporary files): flac.exe -d -c in.flac | lame.exe - out.mp3 In Ruby I can easily ...
Drackich's user avatar

15 30 50 per page
1
2 3 4 5
60