[FFmpeg-devel] [PATCH v6 3/4] doc/{muxers, demuxers}: add RCWT demuxer doc and refresh the muxer's doc to be consistent
Stefano Sabatini
stefasab at gmail.com
Wed Mar 20 16:39:16 EET 2024
On date Tuesday 2024-03-19 17:44:28 -0500, Marth64 wrote:
> Signed-off-by: Marth64 <marth64 at proxyid.net>
> ---
> doc/demuxers.texi | 26 ++++++++++++++++++++++++++
> doc/muxers.texi | 29 +++++++++++++++++++----------
> 2 files changed, 45 insertions(+), 10 deletions(-)
>
> diff --git a/doc/demuxers.texi b/doc/demuxers.texi
> index b70f3a38d7..47e82eda55 100644
> --- a/doc/demuxers.texi
> +++ b/doc/demuxers.texi
> @@ -1038,6 +1038,32 @@ the command:
> ffplay -f rawvideo -pixel_format rgb24 -video_size 320x240 -framerate 10 input.raw
> @end example
>
> + at anchor{rcwtdec}
> + at section rcwt
> +
> +RCWT (Raw Captions With Time) is a format native to ccextractor, a commonly
> +used open source tool for processing 608/708 Closed Captions (CC) sources.
> +For more information on the format, see @ref{rcwtenc,,,ffmpeg-formats}.
> +
> +This demuxer implements the specification as of March 2024, which has
> +been stable and unchanged since April 2014.
> +
> + at subsection Examples
> +
> + at itemize
> + at item
> +Render Closed Captions to ASSA (using FFmpeg's CC decoder):
what is ASSA?
> + at example
> +ffmpeg -i CC.rcwt.bin CC.ass
> + at end example
> +
> + at item
> +Convert an RCWT backup to SCC:
let's expand SCC
> + at example
> +ffmpeg -i CC.rcwt.bin -c:s copy CC.scc
> + at end example
> + at end itemize
> +
LGTM otheriwse, thanks.
More information about the ffmpeg-devel
mailing list