diff mbox

[FFmpeg-devel,V1,2/3] doc/ffmpeg: Document dts_error_threshold option

Message ID 1563719497-3780-2-git-send-email-mypopydev@gmail.com
State New
Headers show

Commit Message

Jun Zhao July 21, 2019, 2:31 p.m. UTC
From: Jun Zhao <barryjzhao@tencent.com>

Document dts_error_threshold option.

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
---
 doc/ffmpeg.texi |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Michael Niedermayer July 24, 2019, 8:08 a.m. UTC | #1
On Sun, Jul 21, 2019 at 10:31:36PM +0800, Jun Zhao wrote:
> From: Jun Zhao <barryjzhao@tencent.com>
> 
> Document dts_error_threshold option.
> 
> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
> ---
>  doc/ffmpeg.texi |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
> index cd35eb4..2152e62 100644
> --- a/doc/ffmpeg.texi
> +++ b/doc/ffmpeg.texi
> @@ -1515,6 +1515,8 @@ Enable bitexact mode for (de)muxer and (de/en)coder
>  Finish encoding when the shortest input stream ends.
>  @item -dts_delta_threshold
>  Timestamp discontinuity delta threshold.
> +@item -dts_error_threshold
> +Timestamp error delta threshold.

ok, though a bit terse

thx

[...]
Gyan Doshi July 24, 2019, 9:07 a.m. UTC | #2
On 24-07-2019 01:38 PM, Michael Niedermayer wrote:
> On Sun, Jul 21, 2019 at 10:31:36PM +0800, Jun Zhao wrote:
>> From: Jun Zhao <barryjzhao@tencent.com>
>>
>> Document dts_error_threshold option.
>>
>> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
>> ---
>>   doc/ffmpeg.texi |    2 ++
>>   1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
>> index cd35eb4..2152e62 100644
>> --- a/doc/ffmpeg.texi
>> +++ b/doc/ffmpeg.texi
>> @@ -1515,6 +1515,8 @@ Enable bitexact mode for (de)muxer and (de/en)coder
>>   Finish encoding when the shortest input stream ends.
>>   @item -dts_delta_threshold
>>   Timestamp discontinuity delta threshold.
>> +@item -dts_error_threshold
>> +Timestamp error delta threshold.
> ok, though a bit terse
>
Yes, mention what this option actually does. Mention units and if 
applicable, range.

Gyan
Jun Zhao July 25, 2019, 5:38 a.m. UTC | #3
On Wed, Jul 24, 2019 at 5:08 PM Gyan <ffmpeg@gyani.pro> wrote:
>
>
>
> On 24-07-2019 01:38 PM, Michael Niedermayer wrote:
> > On Sun, Jul 21, 2019 at 10:31:36PM +0800, Jun Zhao wrote:
> >> From: Jun Zhao <barryjzhao@tencent.com>
> >>
> >> Document dts_error_threshold option.
> >>
> >> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
> >> ---
> >>   doc/ffmpeg.texi |    2 ++
> >>   1 files changed, 2 insertions(+), 0 deletions(-)
> >>
> >> diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
> >> index cd35eb4..2152e62 100644
> >> --- a/doc/ffmpeg.texi
> >> +++ b/doc/ffmpeg.texi
> >> @@ -1515,6 +1515,8 @@ Enable bitexact mode for (de)muxer and (de/en)coder
> >>   Finish encoding when the shortest input stream ends.
> >>   @item -dts_delta_threshold
> >>   Timestamp discontinuity delta threshold.
> >> +@item -dts_error_threshold
> >> +Timestamp error delta threshold.
> > ok, though a bit terse
> >
> Yes, mention what this option actually does. Mention units and if
> applicable, range.
>
Will add other part as the comments. Tks
diff mbox

Patch

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index cd35eb4..2152e62 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -1515,6 +1515,8 @@  Enable bitexact mode for (de)muxer and (de/en)coder
 Finish encoding when the shortest input stream ends.
 @item -dts_delta_threshold
 Timestamp discontinuity delta threshold.
+@item -dts_error_threshold
+Timestamp error delta threshold.
 @item -muxdelay @var{seconds} (@emph{output})
 Set the maximum demux-decode delay.
 @item -muxpreload @var{seconds} (@emph{output})