On date Tuesday 2024-03-19 17:44:28 -0500, Marth64 wrote: > Signed-off-by: Marth64 <[email protected]> > --- > 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 > > +@anchor{rcwtdec} > +@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. > + > +@subsection Examples > + > +@itemize > +@item
> +Render Closed Captions to ASSA (using FFmpeg's CC decoder): what is ASSA? > +@example > +ffmpeg -i CC.rcwt.bin CC.ass > +@end example > + > +@item > +Convert an RCWT backup to SCC: let's expand SCC > +@example > +ffmpeg -i CC.rcwt.bin -c:s copy CC.scc > +@end example > +@end itemize > + LGTM otheriwse, thanks. _______________________________________________ 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".
