[FFmpeg-devel] Status and Plans for Subtitle Filters

Nicolas George george at nsup.org
Mon Feb 24 00:23:06 EET 2020


Michael Niedermayer (12020-02-23):
> really ?
> just hypothetically, and playing the devils advocat here.
> what would happen if one problem or set of problems is solved at a time ?

Odds are a design decision made early would prove insufficient to solve
a later problem.

> what happens if you forbid overlapping ?

We break perfectly valid subtitles. Unlike B-frames, overlapping
subtitles is part of the semantic.

> > - different semantics for duration (duration available, no known duration,
> >   event-based clearing, ...)
> This one is annoying (though similar to video where its just not so much an
> issue as video is generally regularly spaced)
> But does this actually impact the API in any way ?
> decoder -> avframe -> encoder

decoder → avframe → filters → avframe → encoder

Many filters need timing to work.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200223/e3c30178/attachment.sig>


More information about the ffmpeg-devel mailing list