Changes between Version 3 and Version 4 of ExtractSubtitles


Ignore:
Timestamp:
Mar 21, 2020, 5:07:08 AM (6 years ago)
Author:
Roger Pack
Comment:

mention why zvbi isn't in the list

Legend:

Unmodified
Added
Removed
Modified
  • ExtractSubtitles

    v3 v4  
    6363}}}
    6464
    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.
     65zvbi is a decoder (only) so you can see it like
     66{{{
     67$ ffmpeg -decoders | grep zvb
     68ffmpeg 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
     73If 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.