View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006289 | MMW v4 | Codec | public | 2010-03-04 01:53 | 2022-04-29 01:15 |
Reporter | peke | Assigned To | |||
Priority | none | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | no change required | ||
Target Version | 4.0 | ||||
Summary | 0006289: WMA Codec: VBR 2-Pass options Ecoding Missing | ||||
Description | Based on my testing after user reports I've found that EAC support several 2-pass encoding as found in WMCmd.vbs --- 0: 1-pass CBR (default) 1: 2-pass CBR 2: Quality-based VBR 3: Bit rate-based VBR (two-pass) 4: Bit rate-based peak VBR (two-pass) --- Explanation of VBR 2-Pass can be found here http://en.wikipedia.org/wiki/Variable_bitrate#Multi-pass_encoding_and_single-pass_encoding | ||||
Tags | todoc-help | ||||
Fixed in build | |||||
|
According to Jiri I reassign this to you. |
|
I've made investigation and we support all the WMA codecs offer. According to available formats here - http://msdn.microsoft.com/en-us/library/dd743321%28VS.85%29.aspx - we have: 1-pass CBR 2-pass CBR VBR - it corresponds to Quality-based VBR ABR - it corresponds to both - Bit rate-based VBR (two-pass, when maximum bitrate is not selected) or Bit rate-based peak VBR (two-pass, when maximum bitrate is selected) So 2-pass VBR is "hidden" in ABR selection. |
|
Resolving, no change required. |
|
Assigning to Rusty for stating this in Online help and DOCS. |