mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 12:47:49 +00:00
Bugfix and improve microdvd conversion and bugfix section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14468 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
620b4a581e
commit
5b374c185c
@ -646,7 +646,7 @@ you have to pass the option <option>-sub
|
|||||||
<term><option>-subdelay <replaceable>sec</replaceable></option></term>
|
<term><option>-subdelay <replaceable>sec</replaceable></option></term>
|
||||||
<listitem><simpara>
|
<listitem><simpara>
|
||||||
Delays subtitles by <option><replaceable>sec</replaceable></option> seconds.
|
Delays subtitles by <option><replaceable>sec</replaceable></option> seconds.
|
||||||
Can be negative.
|
Can be negative. The value is added to movie's time position counter.
|
||||||
</simpara></listitem>
|
</simpara></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -667,13 +667,15 @@ you have to pass the option <option>-sub
|
|||||||
If you experience a growing delay between the movie and the subtitles when
|
If you experience a growing delay between the movie and the subtitles when
|
||||||
using a MicroDVD subtitle file, most likely the frame rate of the movie and
|
using a MicroDVD subtitle file, most likely the frame rate of the movie and
|
||||||
the subtitle file are different. Please note that the MicroDVD subtitle
|
the subtitle file are different. Please note that the MicroDVD subtitle
|
||||||
format uses absolute frame numbers for its timing, and therefore the
|
format uses absolute frame numbers for its timing, but there is no fps information
|
||||||
<option>-subfps</option> option cannot be used with this format. As
|
in it, and therefore the <option>-subfps</option> option should be used with this
|
||||||
<application>MPlayer</application> has no way to guess the frame rate of
|
format. If you like to solve this problem permanently, you have to manually
|
||||||
the subtitle file, you have to manually convert the frame rate. There is a
|
convert the subtitle file framerate. <application>MPlayer</application> can do this
|
||||||
little perl script in the <filename class="directory">contrib</filename>
|
conversion for you:
|
||||||
directory of the <application>MPlayer</application> FTP site to do this
|
|
||||||
conversion for you.
|
<screen>mplayer <replaceable>dummy.avi</replaceable> -fps subtitles_fps -subfps avi_fps
|
||||||
|
[-subdelay sec] [-sub subtitle_filename]
|
||||||
|
<replaceable>-dumpmicrodvdsub</replaceable></screen>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user