[FFmpeg-devel] [PATCH 2/2] lavc/WIP: allow subtitle text format to be ASS without timing

wm4 nfxjfg at googlemail.com
Sun Jan 10 14:03:46 CET 2016


On Sat,  9 Jan 2016 14:46:52 +0100
Clément Bœsch <u at pkh.me> wrote:

> From: Clément Bœsch <clement at stupeflix.com>
> 
> ---
> TODO
> - ass_split needs to be able to handle dialog event without "Dialogue:
>   ..." so our encoding chain can handle the sane decoded subtitles
> - zvbi needs testing
> - option sub_text_format needs to be documented and default ready to be
>   changed
> - doxy ff_ass_*
> - minor or micro lavc bump
> ---

Can I have a private option that prevents resetting readorder on flush?
In my own code, I don't want to delete the libass event list on seeks.
On the other hand, libass will use readorder to deduplicate events. So
if libavcodec outputs packets with the same readorder, they will be
incorrectly dropped.

Unfortunately it looks like this would have to be implemented in every
decoder, which is not practical.


More information about the ffmpeg-devel mailing list