[MPlayer-cvslog] r31697 - in trunk: av_sub.c spudec.c

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Jul 11 13:39:40 CEST 2010


Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:

> reimar <subversion <at> mplayerhq.hu> writes:
> 
> > +    case 'p':
> > +        srcw = 1920; srch = 1080;
> > +        cid = CODEC_ID_HDMV_PGS_SUBTITLE; break;
> 
> Will this make trouble with 720p streams?
> Or with the low-resolution streams that are stored additionally for some
> titles (I believe we have such samples.)

incoming/wrong_size_vc1.m2ts
ffplay shows too large subtitles with -vst 1
mplayer -demuxer lavf -vid 1 shows nothing (why?)
mplayer -demuxer lavf -vid 0 -sid 2 and "_" to change video-stream shows nice
small subtitles (!) and shows a lot of warnings on the console:
A: 600.8 V: 601.6 A-V: -0.788 ct: -0.625   0/  0 ??% ??% ??,?% 6 0
Bad values in spudec_calc_bbox
A: 601.1 V: 601.7 A-V: -0.638 ct: -0.760   0/  0 ??% ??% ??,?% 6 0
Bad values in spudec_calc_bbox
A: 601.3 V: 601.8 A-V: -0.516 ct: -0.869   0/  0 ??% ??% ??,?% 6 0
Bad values in spudec_calc_bbox
A: 601.5 V: 601.9 A-V: -0.377 ct: -0.995   0/  0 94% 14%  6.3% 6 0
Bad values in spudec_calc_bbox
A: 602.6 V: 602.7 A-V: -0.057 ct: -1.284   0/  0 38%  6%  4.2% 6 0
Bad values in spudec_calc_bbox
A: 602.7 V: 602.7 A-V: -0.051 ct: -1.289   0/  0 37%  6%  4.2% 6 0
Bad values in spudec_calc_bbox
A: 602.9 V: 603.0 A-V: -0.027 ct: -1.310   0/  0 31%  6%  3.9% 6 0

And if you have time to look at the sample: Does it contain a fourth audio
stream except for 0x1100, 0x1101, 0x1102?
Stream #0.7[0x1a00]: Data: [162][0][0][0] / 0x00A2

Carl Eugen



More information about the MPlayer-cvslog mailing list