Opened 16 years ago
Closed 16 years ago
#5755 closed enhancement (fixed)
Record video aspect changes while recording
Reported by: | stuartm | Owned by: | stuartm |
---|---|---|---|
Priority: | minor | Milestone: | 0.22 |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
Originally requested by Xris and Kormoc as necessary to select the correct aspect ratio for flash streaming and nuxexport.
This actually has potential for some other applications, one side benefit is that by simply changing the mark types I've instantly edited out adverts from some of my recordings.
Attached is the first version of the patch, with support for mpeg2 recordings. AVC will be added once I have time to read the specs (help would be appreciate here).
Feedback is appreciated.
Attachments (2)
Change History (9)
Changed 16 years ago by
Attachment: | aspectratio.diff added |
---|
comment:1 Changed 16 years ago by
Changed 16 years ago by
Attachment: | t5755_h264_aspect.diff added |
---|
records the aspect ratio of H264 recordings
comment:4 Changed 16 years ago by
t5755_h264_aspect.diff should store aspect ratio infos for H264 recordings
MARK_ASPECT_OTHER should store aspect ratio * 100000 in the new data column ([19149]) of recordedmarkup.
the mpeg2 code has a little bug, ASPECt_1_1 is not the display aspect ratio but sample aspect ratio.
comment:5 Changed 16 years ago by
comment:6 Changed 16 years ago by
Status: | new → assigned |
---|
comment:7 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [18558]) Record aspect ratio changes in recorded markup during recording. Mpeg2 only at the moment.