diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-12-05 00:07:59 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-12-05 00:07:59 +0000 |
commit | 919f3710b113c284aef73eeddff53c700c5fc6dc (patch) | |
tree | 7404f7f15e488141c0bc8a36c30a3b4556d23419 /DOCS | |
parent | a3243d226503d57d693f35ad96cb74dad78b0fd4 (diff) | |
download | mpv-919f3710b113c284aef73eeddff53c700c5fc6dc.tar.bz2 mpv-919f3710b113c284aef73eeddff53c700c5fc6dc.tar.xz |
dump subtitles in SAMI format
patch by Salvatore Falco <sfalco@studenti.ing.uniroma1.it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8364 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/mplayer.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index ffcba68937..dcd97ce12d 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -723,6 +723,11 @@ Convert the given subtitle (specified with the \-sub switch) to the time-based JACOsub subtitle format. Creates a dumpsub.js file in the current directory. .TP +.B \-dumpsami (MPLAYER only) +Convert the given subtitle (specified with the \-sub switch) to the time-based +SAMI subtitle format. +Creates a dumpsub.smi file in the current directory. +.TP .B \-dumpsub (MPLAYER only) (BETA CODE) Dumps the subtitle substream from VOB streams. See -dump*sub and -vobsubout* options too. |