> -----Original Message----- > From: Marth64 <[email protected]> > Sent: Thursday, January 30, 2025 7:56 AM > To: Soft Works <[email protected]> > Cc: FFmpeg development discussions and patches <ffmpeg- > [email protected]>; Kieran Kunhya <[email protected]> > Subject: Re: [FFmpeg-devel] [PATCH v2 00/11] fix broken CC detection > and ffprobe fields (cover letter) > > Hi, > > If extended it will have to be more generic. But for only two fields > present now I did not want to over engineer this in the initial > addition of the option. > It makes sense except for the DVB subs. I thought those were discrete > graphics or text streams. Wouldn't analyzeduration catch them?
Yes, these are graphical subtitles. The problem here is not the presence detection of such streams You get that instantly from corresponding DVB descriptors. But there's a target size which is sometimes important (can differ from video size) and you need to catch and actual subtitle event to see it. sw _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
