Hi to all,
Can anyone say how to convert mp3 format file to pcm format file using Mencoder
Printable View
Hi to all,
Can anyone say how to convert mp3 format file to pcm format file using Mencoder
simply use this command
Quote:
# mencoder -oac pcm audio.mp3 -o audio.wav
Hi,
Thanks for your reply.I tried it but following the output
uboat:/home/umesh# mencoder -oac pcm /home/umesh/Desktop/ayan/Pala\ Pala.mp3 -o audio.wav
MEncoder dev-SVN-r26940 (C) 2000-2008 MPlayer Team
CPU: Intel(R) Pentium(R) D CPU 2.80GHz (Family: 15, Model: 4, Stepping: 7)
CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
WARNING: OUTPUT FILE FORMAT IS _AVI_. See -of help.
success: format: 0 data: 0x0 - 0x518521
Audio file file format detected.
Video stream is mandatory!
Exiting...
uboat:/home/umesh#
I couldnt locate the audio.wav file
Please guide me where I am going wrong