diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-03-27 16:47:24 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-03-29 10:24:00 +0200 |
commit | 2974b2556b2dae1347c9bee2ddc11c0d101a6d79 (patch) | |
tree | 45516407edca70ed932d54504b440d4a447408e9 /doc | |
parent | ae9297097696f3d06417a6e8a5368d5f38a6edb4 (diff) | |
download | ffmpeg-2974b2556b2dae1347c9bee2ddc11c0d101a6d79.tar.gz |
avcodec: add eac3_core bitstream filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bitstream_filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index 982e3edac8..7322af6550 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -75,6 +75,10 @@ the header stored in extradata to the key packets: ffmpeg -i INPUT -map 0 -flags:v +global_header -c:v libx264 -bsf:v dump_extra out.ts @end example +@section eac3_core + +Extract the core from a E-AC-3 stream, dropping extra channels. + @section extract_extradata Extract the in-band extradata. |