Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Audio encoding
Register FAQ Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 3rd May 2007, 00:53   #1  |  Link
David1105
Registered User
 
Join Date: Nov 2006
Posts: 116
Set audio bitrate of FLV files using LAME filter

When encoding a FLV file to another FLV, Lame Encoder filter is plugged in for changing the bitrate and sampling rate, cbr, etc.

The audio info for both input and output flv files are the same:

Codec : MPEG-1L3
Channel(s) : 2 channels
Sampling rate : 22 KHz
Resolution : 16 bits

BSed on this ifo the bitrate for both files are:704Kbps.

96kbps is one of the trials. I tried other numbers, the output audio bitrate is always the same.

I am wondering if my settings for LAME filter is inconsistent.

...set_BitRate( 96 );
...set_SampleRate( 22000 );
...set_Variable( cbr = 0 );

See above, if Channel(s) is 2 channels, Resolution 16 bits, and Sampling rate is SET to 22 KHz, this will overwrite any setting for bitrate set_BitRate( 96 ). Am I setting LAME filter correctly here?

What's the proper way to set audio bitrate to 96Kbps on LAME filter?

Thanks!

Last edited by David1105; 3rd May 2007 at 20:01.
David1105 is offline   Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 21:51.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.