Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 311139 - media-libs/faac-1.28-r1 ignores bitrate
Summary: media-libs/faac-1.28-r1 ignores bitrate
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2010-03-24 15:56 UTC by wbrana
Modified: 2012-01-20 22:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch (frame.c.patch,1.50 KB, patch)
2010-03-24 15:57 UTC, wbrana
Details | Diff
improved version of patch (frame.c.patch,1.50 KB, patch)
2010-03-24 16:52 UTC, wbrana
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description wbrana 2010-03-24 15:56:32 UTC
faac doesn't encode to bitrates higher than 152 kbit

$ faac -b 192 file.wav

Freeware Advanced Audio Coder
FAAC 1.28

Average bitrate: 152 kbps
Quantization quality: 100
Bandwidth: 16000 Hz
Object type: Low Complexity(MPEG-2) + M/S
Container format: Transport Stream (ADTS)
Encoding file.wav to file.aac
   frame          | bitrate | elapsed/estim | play/CPU | ETA
11238/11238 (100%)|  150.4  |    7.2/7.2    |   36.43x | 0.0 

Patch removes this limitation:

Freeware Advanced Audio Coder
FAAC 1.28

Average bitrate: 192 kbps
Quantization quality: 100
Bandwidth: 20000 Hz
Object type: Low Complexity(MPEG-2) + M/S
Container format: Transport Stream (ADTS)
Encoding file.wav to file.aac
   frame          | bitrate | elapsed/estim | play/CPU | ETA
11238/11238 (100%)|  190.0  |    8.1/8.1    |   32.06x | 0.0
Comment 1 wbrana 2010-03-24 15:57:01 UTC
Created attachment 225117 [details, diff]
patch
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2010-03-24 16:07:57 UTC
(In reply to comment #1)
> Created an attachment (id=225117) [details]
> patch
> 

Where is the patch from?
Comment 3 wbrana 2010-03-24 16:52:16 UTC
Created attachment 225125 [details, diff]
improved version of patch
Comment 4 wbrana 2010-03-24 16:54:33 UTC
it is improved version of patch from FAAC CVS
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2010-03-24 16:56:31 UTC
hrm, please send your improvement to upstream too...
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2010-04-22 10:03:04 UTC
let me be clear: this won't go into portage before the updated patch is also posted upstream
Comment 7 Samuli Suominen (RETIRED) gentoo-dev 2012-01-20 22:14:25 UTC
closing the bug as cantfix because the original reporter didn't push his altered patch to upstream

and since part of the patch was actually from upstream cvs, we can just wait for new upstream release