diff options
author | DeHackEd <git@dehacked.net> | 2015-09-29 13:19:34 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-03 23:39:01 +0200 |
commit | e06114fed3afa69187b3dfc09a7a1a25cfd558b3 (patch) | |
tree | 5a672e2348d5f72fabf79bb6893af4867c6398b7 /doc | |
parent | f827a170052e16445366cd34ca0cb6c12fd000a6 (diff) | |
download | ffmpeg-e06114fed3afa69187b3dfc09a7a1a25cfd558b3.tar.gz |
libx264: copy A53 closed captions from source
Assumes 'GA94' format (ATSC standard)
Signed-off-by: DHE <git@dehacked.net>
Tested-by: Anshul <anshul.ffmpeg@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encoders.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 3550bcc699..f2d46dc6dd 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -2069,6 +2069,10 @@ For example to specify libx264 encoding options with @command{ffmpeg}: ffmpeg -i foo.mpg -vcodec libx264 -x264opts keyint=123:min-keyint=20 -an out.mkv @end example +@item a53cc @var{boolean} +Import closed captions (which must be ATSC compatible format) into output. +Only the mpeg2 and h264 decoders provide these. Default is 0 (off). + @item x264-params (N.A.) Override the x264 configuration using a :-separated list of key=value parameters. |