#15 closed defect (fixed)
yuv4mpeg output aspect fixed at 0:0
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | vo |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
Files created with '-vo yuv4mpeg' always have the aspect ratio field of the
header set to 0:0. A quick look at vo_yuv4mpeg.c show this to be hard-coded in
the output.
This field should instead contain the pixel aspect ratio of the output video, if
it is known.
Attachments (1)
Change History (6)
comment:1 by , 20 years ago
comment:3 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Applied, thus fixed in SVN r20415
Note:
See TracTickets
for help on using tickets.
As far as I know MPlayer only handles display aspect ratio down the line, so I'm
not certain if these fields COULD be filled with "correct" values. Any ideas?