mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
doc/muxers: document the lrc precision option
The lrc muxer has a precision option controlling the number of fractional digits written in each timestamp, but it was not documented. Add it to the lrc section, including its range and default. Signed-off-by: Bogdan Lisman <bogdan@pydevsolutions.com>
This commit is contained in:
committed by
Gyan Doshi
parent
1168447626
commit
07ae44a607
@@ -2761,6 +2761,14 @@ song lyrics with an audio file, such as MP3, Vorbis, or MIDI.
|
||||
|
||||
This muxer accepts a single @samp{subrip} or @samp{text} subtitles stream.
|
||||
|
||||
@subsection Options
|
||||
@table @option
|
||||
@item precision @var{number}
|
||||
Set the number of decimal digits used for the fractional (sub-second)
|
||||
part of the timestamps. Range is @code{1} to @code{6}. Default is
|
||||
@code{2}, i.e. centiseconds.
|
||||
@end table
|
||||
|
||||
@subsection Metadata
|
||||
The following metadata tags are converted to the format corresponding
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user