[FFmpeg-devel] [PATCH 2/3] textdec: Rename all generic parts from srt to text.
Philip Langdale
philipl at overt.org
Thu Aug 2 18:47:24 CEST 2012
On 02.08.2012 02:35, Nicolas George wrote:
> Ok, that is obviously convincing. So I propose to define
> CODEC_ID_TAGSOUP
> for the output of the SRT demuxer and S_TEXT in Matroska, with the
> following
> specification:
>
> - markup present in pseudo-HTML and ASS-tags;
> - newlines marked by CR?LF;
> - heading and trailing newlines (spaces) must be ignored.
>
> Is it ok with you?
Man, I go to sleep, and have so much to catch up on. :-)
Note that MKV has a well defined type for ASS, so S_TEXT is strictly
SubRip
HTML, so I don't consider that an argument for mixed markup.
I'd vote in favour of CODEC_ID_SUBRIP where it's the same as SRT but
without
the embedded timing.
I'm happy to rework my changes to implement this (it's mostly just a
rename
compared to what I have right now).
--phil
More information about the ffmpeg-devel
mailing list