Opened 18 years ago
Closed 17 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)
by , 18 years ago
| Attachment: | aspectratio.diff added |
|---|
comment:1 by , 18 years ago
by , 18 years ago
| Attachment: | t5755_h264_aspect.diff added |
|---|
records the aspect ratio of H264 recordings
comment:4 by , 18 years ago
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 by , 18 years ago
comment:6 by , 18 years ago
| Status: | new → assigned |
|---|
comment:7 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |

(In [18558]) Record aspect ratio changes in recorded markup during recording. Mpeg2 only at the moment.