Bug 109597

Summary: changing bit rate does not take effect
Product: [Fedora] Fedora Reporter: Elliot Peele <elliot>
Component: gripAssignee: Bill Nottingham <notting>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 1CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-06 20:20:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Elliot Peele 2003-11-09 22:46:14 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031030 Epiphany/1.0.4

Description of problem:
Changing the encoding bit rate does not effect the bit rate at which
oggs are encoded.

Version-Release number of selected component (if applicable):
grip-3.0.7-3

How reproducible:
Always

Steps to Reproduce:
1. change bit rate to something other than 128
2. rip a track
3. check bit rate of ripped ogg
    

Actual Results:  bit rate remains 128

Expected Results:  rate should change with changed settings

Additional info:

I have tested this with a bit rate of 256 and using oggenc.

Comment 1 Bill Nottingham 2003-11-10 17:03:25 UTC
The quality is set in the encoder commandline; bitrate isn't actually
forwarded.

(With Ogg Vorbis setting 'quality' is the preferred setting, as it's VBR)