- Posts: 10
COMMUNITY FORUM
MP3s sound like chipmunks!
- directtech
-
Topic Author
- Offline
- New Member
Please Log in or Create an account to join the conversation.
- michel12
-
- Offline
- New Member
- Posts: 6
Besides that, AllVideos Plugin is really cool!
Greetings, Michel
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
BTW, LAME is the best codec out there :)
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- directtech
-
Topic Author
- Offline
- New Member
- Posts: 10
Please Log in or Create an account to join the conversation.
- michel12
-
- Offline
- New Member
- Posts: 6
Greetings, Michel
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
The client is using WavePad, importing CD track, converting to MP3 16bit mono constant bit rate. NOT using VBR. Any other ideas?
What bitrate are they using? Is it too high?
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- directtech
-
Topic Author
- Offline
- New Member
- Posts: 10
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- directtech
-
Topic Author
- Offline
- New Member
- Posts: 10
Please Log in or Create an account to join the conversation.
- michel12
-
- Offline
- New Member
- Posts: 6
Here are the results:
#!/bin/bash
#Source file
SF=./test.wav
# -r Assume the input file is raw pcm
# -m j Joint-stereo
# -m m Mono
# -a Mix the stereo input file to mono
# -b xx Bitrate
# --abr Average bitrate
lame -a -b 16 $SF test-b16-a.mp3 //ok
lame -m m --abr 16 $SF test-abr16-m.mp3 //ok
lame -a --abr 16 $SF test-abr16-a.mp3 //ok
lame -a --abr 24 $SF test-abr24-a.mp3 //plays to fast
lame -b 32 $SF test-b32.mp3 //ok
lame --abr 32 $SF test-abr32.mp3 //ok
lame -a --abr 32 $SF test-abr32-a.mp3 //ok
lame --abr 40 $SF test-abr40.mp3 //plays to fast
lame --abr 56 $SF test-abr56.mp3 //ok
lame --abr 64 $SF test-abr64.mp3 //ok
lame --abr 96 $SF test-abr96.mp3 //plays to fast
lame -b 96 $SF test-b96.mp3 //plays to fast
lame $SF test.mp3 //ok
Greetings, Michel
Please Log in or Create an account to join the conversation.
- jcarnley
-
- Offline
- New Member
- Posts: 1
Okay I went back and checked I may have had the bitrates wrong on four of the most recent MP3 files I converted. I'm not having trouble with any others so it must be the bitrate.
Please Log in or Create an account to join the conversation.
- chalupa
-
- Offline
- New Member
- Posts: 3
Sample Rate - 32000Hz
BitRate - 64kbps
It plays fine normally, just not using this plugin. I then tried to re-save the file several times in Adobe Audition using the Fraunhofer codec. I've tried 32kbps, 48kbps and 128 kbps with different sample rates.
Each time I try to play the different files on my site I get the same result. Any ideas?
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- chalupa
-
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- chalupa
-
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- Ralph de Kreij
-
- Offline
- New Member
- Posts: 3
Is there already a solution for this problem. My mp3 are playing to fast.
I cannot change how the mp3's are recorded because they are third party and I use {mp3remote}
Please help....
Will this be fixed in the next 3.0 release?
Please Log in or Create an account to join the conversation.
- garkon
-
- Offline
- New Member
- Posts: 1
Maybe if someone has a system that works (ie - listing software and settings used) and posts it, that might eliminate the issue for future users utilizing the mp3 feature of this plugin.
I'm doing the following:
-Software: [url=http://"http://www.nch.com.au/rip/plus.html"]Express Rip[/url]
-Settings:
VBR
min:16
max:16
quality:4
Channels:joint
For about an hour long voice mp3, this produces a < 7mb file with minimal artifact when listening. This is probably not the best way to do it, but it worked for me.
If someone else has another solution (windows), I'd love to hear about it so I can utilize a better system. Thanks.
Please Log in or Create an account to join the conversation.
- jlw
-
- Offline
- New Member
- Posts: 1
Now I'm replacing the links with all video plugin tags so that they'll be played and controlled from within our site. But they play like Alvin and the chipmunks.
These are all educational lectures, no music. All created with Goldwave over many years. All mono. All 40kbs. 24kHz. Audio layer-3.
I do not want to go and redo all these files. Any solution? Or just table the plug in for now?
Please Log in or Create an account to join the conversation.