|
List Info
Thread: Lame development help.
|
|
| Lame development help. |

|
2006-10-11 16:04:47 |
thanks for the reply but I dont reall understnad what you
mean. What is
re-encode?
I've been searching google for weeks now and i can't get
anywhere with this.
Could you please explain what you mean further or direct me
to somewhere you
have found on google that explains this?
Kind regards
Greg
Elad Karako wrote:
>
> For linux & win32 use re-encode and force joint
sterio, or sterio
> Better simple but slow solution is to decode and then
encode the wav file,
> I
> recommanded using a shell's script or OAK's script
> Combine with two exec' commands: decode+catch the wav
result and re-encode
> it as sterio.
> Seems a good search in google about lame is recommanded
to you...
>
> -----Original Message-----
> From: mp3encoder-bounces minnie.tuhs.org
> [mailto:mp3encoder-bounces minnie.tuhs.org] On Behalf
Of Greg
> Sent: Tuesday, September 26, 2006 5:13 PM
> To: mp3encoder minnie.tuhs.org
> Subject: [mp3encoder] FW: Lame development help.
>
>
> From: Greg [mailto:greg televirtual.com]
> Sent: 25 September 2006 11:40
> To: lame-dev lists.sourceforge.net; mp3encoder minnie.tuhs.org
> Subject: Lame development help.
>
>
> Hi,
>
> My company Televirtual Ltd need to use an MP3 encoder
in our prototype,
> the
> LAME encoder has emerged as the likely MP3 encoder of
choice.
>
> We do have a slight technical problem in that the pcm
we're creating is as
> mono file, we believe that to get around this issue we
need to copy our
> buffer so we have two channels, left and right and feed
them into
> lame_encode_buffer() the main problem is however, using
Microsoft visual
> Studio. NET 2003 we get link error 2019: unresolved
symbol
> 'lame_encode_buffer()' reference in function 'Our sound
encode function'.
> We've tried using all the other lame_encode functions
and are having to
> make
> do with lame_encode_buffer_interleaved() but this
appears to half the
> quality of the file output. In short, we need to know
a) the best way to
> encode a mono pcm file and b)if this method doesn't use
the interleaved
> function what might cause the rest of them to generate
the link error.
>
> Any replies and any help would be much appreciated.
>
> Kind Regards
>
> Greg Conn
>
> _______________________________________________
> mp3encoder mailing list
> mp3encoder minnie.tuhs.org
> h
ttps://minnie.tuhs.org/mailman/listinfo/mp3encoder
>
> __________ NOD32 1.1776 (20060926) Information
__________
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
> _______________________________________________
> mp3encoder mailing list
> mp3encoder minnie.tuhs.org
> h
ttps://minnie.tuhs.org/mailman/listinfo/mp3encoder
>
>
--
View this message in context: http://www.nabble.com/FW%3A-Lame-devel
opment-help.-tf2339081.html#a6759410
Sent from the Mp3 - Encoders mailing list archive at
Nabble.com.
_______________________________________________
mp3encoder mailing list
mp3encoder minnie.tuhs.org
h
ttps://minnie.tuhs.org/mailman/listinfo/mp3encoder
|
|
| WAV to MP3 using MP3Encoder.java |

|
2006-10-11 17:01:09 |
Hi,
I am trying to convert a Input format: PCM_SIGNED
8000.0 Hz, 16
bit, mono, 2 bytes/frame, little-endian to Mp3 using
Mp3Encoder.java.
While I execute Mp3Encoder.java the execution brakes while
the Mp3 file
is being written. The actual wave file plays for 2.5 min
(there are
files of much bigger size too , I picked
this as starting conversion
point.)
Here Is the output:
C:eclipseMyEclipse>java Mp3Encoder test.wav Input
format: ULAW
8000.0 Hz, 8 bit, mono, 1 bytes/frame, Output format:
MPEG1L3 8000.0
Hz, unknown bits per sample, mono, unknown frame s ize,
unknown frame
rate, Writing test.mp3...
I am not sure if I can paste a screen shot of a Microsoft
Visual C++
Runtime Library Error, so I am writing it down as the screen
shot says:
Error: (Break up while writing Mp3 file using
Mp3Encoder.java)
Assertion failed!
Program: C:WINDOWSsystem32java.exe
File: psymodel.c
Line: 619
Expression: thmm >=0
Some Information to see VC++ document on gettig rid of
Assertion with
Abort, Retry and Ignore button.
Would be great if I get an response on why is this strange
behaviour,
and how to overcome this issue.
I would also like to know how could I add the option
--resample 44.1 to
Mp3Encoder.java.
Eagerly awaiting for a response.
Thanks in advance
Thanks,
Ranga
Visit our website at http://www.ubs.com
This message contains confidential information and is
intended only
for the individual named. If you are not the named
addressee you
should not disseminate, distribute or copy this e-mail.
Please
notify the sender immediately by e-mail if you have received
this
e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or
error-free
as information could be intercepted, corrupted, lost,
destroyed,
arrive late or incomplete, or contain viruses. The sender
therefore
does not accept liability for any errors or omissions in the
contents
of this message which arise as a result of e-mail
transmission. If
verification is required please request a hard-copy version.
This
message is provided for informational purposes and should
not be
construed as a solicitation or offer to buy or sell any
securities or
related financial instruments.
_______________________________________________
mp3encoder mailing list
mp3encoder minnie.tuhs.org
h
ttps://minnie.tuhs.org/mailman/listinfo/mp3encoder
|
|
| WAV to MP3 using MP3Encoder.java |

|
2006-12-09 08:13:02 |
PCM_SIGNED 8000.0 Hz, 16
bit, mono, 2 bytes/frame, little-endian
Input format: ULAW
8000.0 Hz, 8 bit, mono, 1 bytes/frame,
Doesn't that tell you something??
On 10/11/06, Ranganathan.Rajkrishna ubs.com
<Ranganathan.Rajkrishna ubs.com>
wrote:
>
> Hi,
>
> I am trying to convert a Input format:
PCM_SIGNED 8000.0 Hz, 16
> bit, mono, 2 bytes/frame, little-endian to Mp3 using
Mp3Encoder.java.
> While I execute Mp3Encoder.java the execution brakes
while the Mp3 file
> is being written. The actual wave file plays for 2.5
min (there are
> files of much bigger size too , I picked
this as starting conversion
> point.)
>
> Here Is the output:
>
> C:eclipseMyEclipse>java Mp3Encoder test.wav Input
format: ULAW
> 8000.0 Hz, 8 bit, mono, 1 bytes/frame, Output format:
MPEG1L3 8000.0
> Hz, unknown bits per sample, mono, unknown frame s
ize, unknown frame
> rate, Writing test.mp3...
>
> I am not sure if I can paste a screen shot of a
Microsoft Visual C++
> Runtime Library Error, so I am writing it down as the
screen shot says:
>
> Error: (Break up while writing Mp3 file using
Mp3Encoder.java)
>
> Assertion failed!
>
> Program: C:WINDOWSsystem32java.exe
> File: psymodel.c
> Line: 619
>
> Expression: thmm >=0
>
> Some Information to see VC++ document on gettig rid of
Assertion with
> Abort, Retry and Ignore button.
>
> Would be great if I get an response on why is this
strange behaviour,
> and how to overcome this issue.
>
> I would also like to know how could I add the option
--resample 44.1 to
> Mp3Encoder.java.
>
> Eagerly awaiting for a response.
>
> Thanks in advance
>
> Thanks,
> Ranga
>
> Visit our website at http://www.ubs.com
>
> This message contains confidential information and is
intended only
> for the individual named. If you are not the named
addressee you
> should not disseminate, distribute or copy this e-mail.
Please
> notify the sender immediately by e-mail if you have
received this
> e-mail by mistake and delete this e-mail from your
system.
>
> E-mail transmission cannot be guaranteed to be secure
or error-free
> as information could be intercepted, corrupted, lost,
destroyed,
> arrive late or incomplete, or contain viruses. The
sender therefore
> does not accept liability for any errors or omissions
in the contents
> of this message which arise as a result of e-mail
transmission. If
> verification is required please request a hard-copy
version. This
> message is provided for informational purposes and
should not be
> construed as a solicitation or offer to buy or sell any
securities or
> related financial instruments.
>
> _______________________________________________
> mp3encoder mailing list
> mp3encoder minnie.tuhs.org
> h
ttps://minnie.tuhs.org/mailman/listinfo/mp3encoder
>
_______________________________________________
mp3encoder mailing list
mp3encoder minnie.tuhs.org
h
ttps://minnie.tuhs.org/mailman/listinfo/mp3encoder
|
|
[1-3]
|
|