Re: [FFmpeg-devel] [PATCH v1] lavf/dashenc: Add option for calculting pkt duration

2019-04-25 Thread Jeyapal, Karthick
On 4/25/19 1:15 PM, Jun Li wrote: > > > > On Wed, Apr 24, 2019 at 11:07 PM Jeyapal, Karthick > wrote: > > > On 4/24/19 11:30 PM, Jun Li wrote: > > On Sun, Apr 21, 2019 at 5:51 PM Jun Li wrote: > > > >> Fix #7144. > >> The current packet duration calculation is heuristic, whi

Re: [FFmpeg-devel] [PATCH v1] lavf/dashenc: Add option for calculting pkt duration

2019-04-25 Thread Jun Li
On Wed, Apr 24, 2019 at 11:07 PM Jeyapal, Karthick wrote: > > On 4/24/19 11:30 PM, Jun Li wrote: > > On Sun, Apr 21, 2019 at 5:51 PM Jun Li wrote: > > > >> Fix #7144. > >> The current packet duration calculation is heuristic, which uses the > >> historical durtion as current duration. This commi

Re: [FFmpeg-devel] [PATCH v1] lavf/dashenc: Add option for calculting pkt duration

2019-04-24 Thread Jeyapal, Karthick
On 4/24/19 11:30 PM, Jun Li wrote: > On Sun, Apr 21, 2019 at 5:51 PM Jun Li wrote: > >> Fix #7144. >> The current packet duration calculation is heuristic, which uses the >> historical durtion as current duration. This commit adds the option >> to buffer one packet and calcuate its duration when

Re: [FFmpeg-devel] [PATCH v1] lavf/dashenc: Add option for calculting pkt duration

2019-04-24 Thread Jun Li
On Sun, Apr 21, 2019 at 5:51 PM Jun Li wrote: > Fix #7144. > The current packet duration calculation is heuristic, which uses the > historical durtion as current duration. This commit adds the option > to buffer one packet and calcuate its duration when next packet arrives. > Obviously it adds on

[FFmpeg-devel] [PATCH v1] lavf/dashenc: Add option for calculting pkt duration

2019-04-21 Thread Jun Li
Fix #7144. The current packet duration calculation is heuristic, which uses the historical durtion as current duration. This commit adds the option to buffer one packet and calcuate its duration when next packet arrives. Obviously it adds one frame latency, which might be significant for VFR live c