| 65 | | If there are multiple subtitle tracks in your video file, then by default it will select the first. You can use the [Map] command to select which ones you want. |
| | 65 | zvbi is a decoder (only) so you can see it like |
| | 66 | {{{ |
| | 67 | $ ffmpeg -decoders | grep zvb |
| | 68 | ffmpeg version 4.1.3-0ubuntu1 Copyright (c) 2000-2019 the FFmpeg developers |
| | 69 | built with gcc 8 (Ubuntu 8.3.0-6ubuntu1) |
| | 70 | S..... libzvbi_teletextdec Libzvbi DVB teletext decoder (codec dvb_teletext) |
| | 71 | }}} |
| | 72 | |
| | 73 | If there are multiple subtitle tracks in your video file, then by default it will select only the first. You can use the [Map] command to select which ones you want. |