Commit 2204ea00 authored by Marth64's avatar Marth64 Committed by Stefano Sabatini

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

Signed-off-by: 's avatarMarth64 <marth64@proxyid.net>
parent 0866b2ba
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment