Hi,

I've been trying to get the decoded subtitle data from the MPEG 
Transport Stream file with a subtitle data stream that has no pts.

I tried to call av_parser_parse2 with pts field set to 
AV_NOPTS_VALUE, but it couldn't locate the subtitle frames.

Even if I tried to generate sequential pts when calling 
av_parser_parse2 and located the subtitle frames, the following 
avcodec_decode_subtitle2 call never returned with a non-zero 
got_sub_ptr.

Is there another way to get the decoded subtitle data without PTS?

Thank you
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to