View Issue Details

IDProjectCategoryView StatusLast Update
0008233MMW v4Otherpublic2011-09-12 22:46
Reportermichal Assigned To 
PriorityurgentSeverityminorReproducibilitysometimes
Status closedResolutionfixed 
Product Version4.0 
Target Version4.0Fixed in Version4.0 
Summary0008233: Aspect ratio in properties has strange looking values sometimes, AR inconsistency.
Description1) 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.
TagsNo tags attached.
Fixed in build1418

Activities

michal

2011-08-12 10:17

developer   ~0027183

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.

jiri

2011-08-12 12:10

administrator   ~0027184

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.

michal

2011-08-12 15:54

developer   ~0027188

Fixed in build 1418. AR removed from track list, will see, if it will be really demanded.

peke

2011-09-12 22:46

developer   ~0027636

Verified 1430