Jump to content

mp3 to wav file


Recommended Posts

I've always done this with the command line version of VLC.  Here is the example command for converting a WAV to an MP3 I bet there is a way to reverse this.

 

 

cmd /c ""C:\Program Files\VideoLAN\VLC\vlc.exe" -I dummy --sout "#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=file,mux=wav,dst=C:\temp\out.mp3}" "C:\Temp\out.wav" vlc://quit"

Link to comment
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.