FFMPEG Command to Convert MP3 Audio to RAW PCM WAV Audio File in Terminal
817 views
Jun 3, 2025
ffmpeg -i input.mp3 -acodec pcm_s16le -ar 44100 -ac 2 output.wav
View Video Transcript
0:00
uh hello guys welcome to this video so
0:02
in this video I will show you how to
0:04
convert uh your audio file to wave file
0:07
PCM wave file so there is will be our
0:11
MP3 file here that I will show you how
0:13
to convert this into wave format WAV
0:16
it's a very popular media format for
0:18
playing uh audio files so we have this
0:21
MP3 file right here input file uh hello
0:24
guys frame you can see the so the
0:27
extension right here you can see it's
0:29
mp3 and now we'll be writing a simple f
0:32
ofmppg command which will convert this
0:34
into waveform pcm waveform so just we
0:37
will write this command ffmppg- i and
0:40
then we'll be providing the input file
0:42
here which will be
0:43
inputmpp3 after that we apply the audio
0:47
codec so we simply write here -8 a codec
0:51
and after that we simply apply the codec
0:54
here which is
0:56
PCM_S
0:58
16 and
1:01
uh this is let me just paste it and then
1:04
explain to you what is I have also given
1:06
this command in the description of this
1:08
video so we simply take the input file
1:10
right here then we apply this audio
1:12
codec right here which is PCM
1:16
S16LE- AR and then we can even set the
1:19
bit rate so here we are setting the bit
1:22
rate of the output audio file 44
1:26
uh,100- AC2 and then
1:29
output.wave so as soon as I execute this
1:32
command guys you will see the
1:34
output.wave file will get created so it
1:37
is now you can see it's a wave file so
1:40
if I open this it will exactly play uh
1:43
hello guys
1:44
230 to the website so generally the size
1:47
of the wave files is little bit larger
1:49
as compared to the MP3 files if you see
1:52
the size right here which is 2.83 but
1:56
this size is
1:58
31.2 so the size is little bit larger
2:00
but wave files are very much important
2:03
and popular as well so in this way you
2:05
can convert this and also check out my
2:08
website freemediatools.com
2:10
uh which contains thousands of tools
#Multimedia Software
#Podcasts