Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175631 - ac3 encoding issue when calling ffmpeg for audio
Summary: ac3 encoding issue when calling ffmpeg for audio
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-22 22:12 UTC by Cliff Yapp
Modified: 2008-10-22 05:14 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cliff Yapp 2007-04-22 22:12:34 UTC
ffmpeg now requires a k be appended to the argument to the -ab flag.

I believe the line in 1813 needs to be changed to support this - I fixed it to look like:

 AUDIO_ENC=( "${AUDIO_ENC[@]}" -vn -ab ${AUD_BITRATE}k -ar $SAMPRATE -ac 2 )

Reproducible: Always
Comment 1 Alexis Ballier gentoo-dev 2008-10-22 05:14:26 UTC
Sorry but I have absolutely no clue of what you're talking about.
It's probably another package calling ffmpeg to encode something, but this isn't obvious from anything here. Please reopen with more info on what needs fixing.