View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008233 | MMW v4 | Other | public | 2011-08-12 06:41 | 2011-09-12 22:46 |
Reporter | michal | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Product Version | 4.0 | ||||
Target Version | 4.0 | Fixed in Version | 4.0 | ||
Summary | 0008233: Aspect ratio in properties has strange looking values sometimes, AR inconsistency. | ||||
Description | 1) we should round AR values to some common used values (not only 4:3 or 16:9, there are also other). E.g. instead of "23529:10000" or "40:17" use "2.35:1", etc. We can take some common values from http://en.wikipedia.org/wiki/Aspect_ratio_%28image%29 2) AR displayed in track list is computed only from pixel resolution, AR in properties dialog is taken from display aspect ratio of the video. It could be confusing, both values should show the same value - DAR. | ||||
Tags | No tags attached. | ||||
Fixed in build | 1418 | ||||
|
1) fixed in build 1418. 2) this is problematic, because we don't keep DAR in RAM. We read this info from DB only on demand (together with detailed stream info). I see two options: a) remove AR info from the track list (so there will be only size in pixels) b) add this info to the "main" ones, and keep it in RAM for every track (4B for each track) I think, a) will be sufficient. |
|
I think that a) would be fine for 4.0, but we should consider b), at least for 4.1 if not even 4.0. |
|
Fixed in build 1418. AR removed from track list, will see, if it will be really demanded. |
|
Verified 1430 |