Hi, if you have a chance can you please take a look at my issue?
I'm trying to convert AMR to MP3 with code 1.amr output.mp3 -o 5
Here is last output from the debug:
"pInstanceByExtension : destination format chosen "MPEG-1,2 Level 3 (MP3)"
auto adapt sample towards destination format limitations
nProcessFile : best fitting format is: 1 channels, 11025 hz
normalizing source data..."
After that it just throws error in windows popup
"code.exe has encountered a problem and needs to close. We are sorry for the inconvenience."
With QCP it can't read it (when i do both to WAV and MP3) throwing:
"file format identified as: Qualcomm PureVoice (QCELP/QCP)
ERROR: invalid packet size, correcting...
blocks to unpack: 0
num of rates 1056576
bytes per packet 5,0,1058,784
expecting decoding to result to: 0 bytes
sample size: 0
sample rate: 0Hz, channels: 0, file data: 18254 byte, PCM data: 0 byte
metadata:
title output
ERROR: no sample sound found"
I was able to convert my AMR to WAV but when I convert the result WAV to MP3 it gives it says it successful but when you play it there is no sound.
I can send files if needed.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
qcp, now converts to wav and mp3 without any errors, however when I play mp3 there is no sound.
amr, both to wav and mp3 fails. That is weird as I'm able to convert the same qcp file to wav with the previous version of retrocode.
Here is a zip archive with amr, qcp sample files and full amr2mp3, amr2wav and qcp2mp3 log files. http://www.sendspace.com/file/5mt92p
Sorry couldn't find how to attached to the post.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
MP3 conversion issue also fixed - actually that wasnt really MP3 related but introduced through incorrectly filtered sample data in "autoadapt". Will now prepare a new release and upload it....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, if you have a chance can you please take a look at my issue?
I'm trying to convert AMR to MP3 with code 1.amr output.mp3 -o 5
Here is last output from the debug:
"pInstanceByExtension : destination format chosen "MPEG-1,2 Level 3 (MP3)"
auto adapt sample towards destination format limitations
nProcessFile : best fitting format is: 1 channels, 11025 hz
normalizing source data..."
After that it just throws error in windows popup
"code.exe has encountered a problem and needs to close. We are sorry for the inconvenience."
With QCP it can't read it (when i do both to WAV and MP3) throwing:
"file format identified as: Qualcomm PureVoice (QCELP/QCP)
ERROR: invalid packet size, correcting...
blocks to unpack: 0
num of rates 1056576
bytes per packet 5,0,1058,784
expecting decoding to result to: 0 bytes
sample size: 0
sample rate: 0Hz, channels: 0, file data: 18254 byte, PCM data: 0 byte
metadata:
title output
ERROR: no sample sound found"
I was able to convert my AMR to WAV but when I convert the result WAV to MP3 it gives it says it successful but when you play it there is no sound.
I can send files if needed.
Thanks.
Howdy,
please try again with Version 1.60.0 and if that still fails, please copy&paste the entire output of RetroCode (not just the last part).
hth,
Till
Thank you for looking into the issue.
Here are the result of my testings.
qcp, now converts to wav and mp3 without any errors, however when I play mp3 there is no sound.
amr, both to wav and mp3 fails. That is weird as I'm able to convert the same qcp file to wav with the previous version of retrocode.
Here is a zip archive with amr, qcp sample files and full amr2mp3, amr2wav and qcp2mp3 log files.
http://www.sendspace.com/file/5mt92p
Sorry couldn't find how to attached to the post.
Thanks
The AMR-issue is fixed - next patch-release wont be affected anymore. Now looking into the MP3-issue. Will keep you posted....
MP3 conversion issue also fixed - actually that wasnt really MP3 related but introduced through incorrectly filtered sample data in "autoadapt". Will now prepare a new release and upload it....
Thank you Till!!! It works!!!