Opened 18 years ago

Last modified 18 years ago

#466 new defect

[PATCH] fix -subcc for TiVo streams

Reported by: dswarin+mplayer@… Owned by: moritz@…
Priority: normal Component: demuxer
Version: 1.0pre7 Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

've been fiddling with vstreams from my TiVo for a while in mplayer
and I was unable to get closed captions to function with -subcc
(though I could get XDS data). I did some digging into the code and
found a few problems, which I fixed.

I changed -subcc to take an integer parameter:

-subcc 1 for ordinary closed captions
-subcc 2 for XDS data
-subcc 3 for both

I have attached two patches; the second one should be applied after
the first, and makes some improvements to how rollup captions are
handled.

Since I only speak English, I could only update the other language man
pages to instruct them to use -subcc 1; I was unable to provide more
info in them.

Please let me know if there are any problems with the patch or if you
need more information.

Attachments (2)

mplayer.cc.patch (9.8 KB ) - added by dswarin+mplayer@… 18 years ago.
TiVo closed captions with -subcc
mplayer.rollup.patch (2.5 KB ) - added by dswarin+mplayer@… 18 years ago.
TiVo closed caption rollup patch

Download all attachments as: .zip

Change History (4)

by dswarin+mplayer@…, 18 years ago

Attachment: mplayer.cc.patch added

TiVo closed captions with -subcc

comment:1 by dswarin+mplayer@…, 18 years ago

by dswarin+mplayer@…, 18 years ago

Attachment: mplayer.rollup.patch added

TiVo closed caption rollup patch

comment:2 by dswarin+mplayer@…, 18 years ago

Note: See TracTickets for help on using tickets.