summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarth64 <marth64@proxyid.net>2024-04-02 00:24:58 -0500
committerStefano Sabatini <stefasab@gmail.com>2024-04-02 20:09:05 +0200
commit2204ea00d669cc2fac32982d32d8155473587585 (patch)
tree523501009f2807850a25e77a3b529f0e1fff2283
parent0866b2ba5ea64127d670f9ce35d34bd9c2708cc9 (diff)
doc/indevs: update CC extraction example to use RCWT muxer
Signed-off-by: Marth64 <marth64@proxyid.net>
-rw-r--r--doc/indevs.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi
index d1b2bacf8b..734fc65752 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -1069,9 +1069,9 @@ ffplay -f lavfi "movie=test.avi[out0];amovie=test.wav[out1]"
@end example
@item
-Dump decoded frames to images and closed captions to a file (experimental):
+Dump decoded frames to images and Closed Captions to an RCWT backup:
@example
-ffmpeg -f lavfi -i "movie=test.ts[out0+subcc]" -map v frame%08d.png -map s -c copy -f rawvideo subcc.bin
+ffmpeg -f lavfi -i "movie=test.ts[out0+subcc]" -map v frame%08d.png -map s -c copy -f rcwt subcc.bin
@end example
@end itemize