doc/indevs: update CC extraction example to use RCWT muxer

Signed-off-by: Marth64 <marth64@proxyid.net>
release/7.1
Marth64 8 months ago committed by Stefano Sabatini
parent 0866b2ba5e
commit 2204ea00d6
  1. 4
      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

Loading…
Cancel
Save