Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I recently got an mp3 player and it was no problem to mount it and transfer files back and forth. However, any song I transfers plays as static when I try to listen to it later. I haven't tried to transfer through windows, but I'll assume it works. I converted the oggs I have to mp3s and wmas with lame and tried going from ogg to wav to mp3 and wma, but nothing seems to work. Some play as static, some don't play at all and automatically skip to the next song. Any ideas about why this might be happening?
Some players aren't able to handle audio files being dragged and dropped onto them and require some form of driver or app to generate a file database on the player so that it knows more about the audio. For example, the ipod and creative zen both require extra software to get mp3s onto them, while something like the iRiver allows drag and drop no problem.
I have an MyMusix mp3 player I tried putting ogg files on it but alas they would not play. So I tried converting them to mp3 files using lame on the command line, however all I got was static. I ended up using Audacity to convert the ogg files to mp3 and viola!
That worked perfectly cuiq, thanks! I guess lame and Audacity must use different encoding or something for mp3s. Audacity is fine, but does anyone know how I could get lame to work as well? It would be nice to create scripts to convert and transfer files.
If you have lame installed, then audacity is using it to do the conversions. I'm interested in finding a script that does batch encoding for lame on the command line because it's tedious converting one file at a time. I use grip to do my conversions with the gui, but I prefer the command line (it helps to know the command line for when the gui goes belly up for whatever reason.)
As I said, if I convert oggs to mp3s using lame and transfer them, all I get is static on the player. You suggested that I try audacity instead to convert from ogg to mp3 instead, and that worked.
May I ask what are you typing on the command line? I'm asking because both have worked for me.
Here's what I type on the command line:
lame nameofsong.wav namofsong.mp3
I haven't worked with changing the vbr and all that, I just use what you see above and that's it. It's just tedious because you have to do each song like this. Also haven't tried to figure out why ogg files turn out with static when I try to convert on the command line. I guess I'll have to research this.
Ah, maybe that's our misunderstanding. I have all my songs on my computer as oggs, so I've tried oggs to mp3s (with the above format, no extra options) and oggs to wavs to mp3s, but not straight from wav to mp3. Optimally, I'd like to have a script that I could give the names of songs and it would take them, convert from ogg to mp3, set the ID3 tags correctly, and transfer them to the player.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.