You are not logged in.
Hi,
I'm attempting a simple convert of .wav files to .ogg and .mp3.
However every time I attempt to convert the new .ogg or .mp3 is simply output as noisy static.
I've tried multiple applications, including Audacity, Sox, lame and ffmg but they all behave the same which makes me think there's something wrong with the codecs.
Any advice in terms of fixing this?
Tom
Last edited by anthillsocial (2016-07-06 16:08:30)
Offline
Any error messages? Do you convert into different sample rates? What is the actual format of your input file (use file or mediainfo or similar)? What are the commands you are using? Can you provide a test file? There's nothing in your post that could be used to even try to help you...
Last edited by V1del (2016-07-06 14:11:46)
Offline
There's no error. Here's an example
# Create the file
arecord -f dat -d 20 -D hw:0,0 test.wav
# Convert to
ffmpeg -i test.wav -acodec libvorbis -aq 100 test.oggWhich creates a file with hiss. As does:
arecord -f cd -t raw | oggenc - -r -o test.oggHang on a minute. I've been testing playback using aplay which is why I hear static...
Doh - silly mistake!
Offline
https://encrypted-tbn0.gstatic.com/imag … f7sTfmiuiG
![]()
Don't forget to mark it solved.
Last edited by ewaller (2016-07-06 16:07:11)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline