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. |
|
|
Thread Tools | Search this Thread | Display Modes |
12th August 2013, 03:18 | #1 | Link |
Registered User
Join Date: Jun 2013
Posts: 16
|
A question about using libaacplus encoder audio and checking it with vlc
I am learning HEAAC recently,and I make some try about it;Here is my problems:
I use libaacplus encode a audio,and check it with vlc;when I check the audio which is already encoded,the version of the audio is AAC+SBR V2;but when I check the audio that is encoding through the code stream,the version of the audio is AAC+SBR; It is surprise that they are not the same!and i use logs to check what is different when the libaacplus encoding the audio.and the logs shows they are the same. Could you help to tell me why they are different?thanks very much. |
12th August 2013, 06:55 | #3 | Link |
Registered User
Join Date: Jun 2013
Posts: 16
|
reply
their bitrate are 32K.
before the bitrate judgement(if(nchannelsout==2 && bitrate<44001 && bitrate>16000)): bitrate=32000,samplerate=48000,nchannelsout=2,useParamtricStereo=0; after the bitrate judgement: bitrate=32000,samplerate=48000,nchannelsout=1,useParamtricStereo=1; during the process of two check ways,both audio channels and useParametricStereo are the same; |
12th August 2013, 07:10 | #5 | Link |
Registered Developer
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,368
|
That would be SBR, it only codes half the sample rate and the SBR decoder can then restore the full sample rate.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders |
12th August 2013, 07:20 | #6 | Link | |
Registered User
Join Date: Jun 2013
Posts: 16
|
reply
Quote:
But the parametric Stereo is irrelevant to SBR,All audio who's bitrate lower than 96K will be encoded with SBR;and those bitrate lower than 44k will plus Parametric Stereo. |
|
Tags |
aac, audio encoding, heaac, libaacplus, vlc |
Thread Tools | Search this Thread |
Display Modes | |
|
|