Re: [FFmpeg-devel] [PATCH 1/2] avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the hls specification

2017-12-21 Thread Jeyapal, Karthick
>On 12/21/17, 10:15 PM, "Steven Liu" wrote: > >2017-12-22 0:37 GMT+08:00 Jeyapal, Karthick : >> >> >>>On 12/21/17, 9:47 PM, "Steven Liu" wrote: >>> >>>I cannot sure if this patch can fix the problem playlist target >>>duration not same. >>> >>>MacBook:xxx StevenLiu$ ./ffmpeg -hide_banner -i >>>

Re: [FFmpeg-devel] [PATCH 1/2] avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the hls specification

2017-12-21 Thread Steven Liu
2017-12-22 0:37 GMT+08:00 Jeyapal, Karthick : > > >>On 12/21/17, 9:47 PM, "Steven Liu" wrote: >> >>I cannot sure if this patch can fix the problem playlist target >>duration not same. >> >>MacBook:xxx StevenLiu$ ./ffmpeg -hide_banner -i >>~/bbb_sunflower_1080p_30fps_normal.mp4 -g 150 -r 100 -x264o

Re: [FFmpeg-devel] [PATCH 1/2] avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the hls specification

2017-12-21 Thread Jeyapal, Karthick
>On 12/21/17, 9:47 PM, "Steven Liu" wrote: > >I cannot sure if this patch can fix the problem playlist target >duration not same. > >MacBook:xxx StevenLiu$ ./ffmpeg -hide_banner -i >~/bbb_sunflower_1080p_30fps_normal.mp4 -g 150 -r 100 -x264opts >"scenecut=-1" -f dash -min_seg_duration 100 -w

Re: [FFmpeg-devel] [PATCH 1/2] avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the hls specification

2017-12-21 Thread Steven Liu
2017-12-21 23:41 GMT+08:00 Karthick J : > From: Karthick Jeyapal > > The HLS specification states the following about EXT-X-TARGETDURATION > > 4.3.3.1. EXT-X-TARGETDURATION > >The EXT-X-TARGETDURATION tag specifies the maximum Media Segment >duration. The EXTINF duration of each Media Se

[FFmpeg-devel] [PATCH 1/2] avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the hls specification

2017-12-21 Thread Karthick J
From: Karthick Jeyapal The HLS specification states the following about EXT-X-TARGETDURATION 4.3.3.1. EXT-X-TARGETDURATION The EXT-X-TARGETDURATION tag specifies the maximum Media Segment duration. The EXTINF duration of each Media Segment in the Playlist file, when rounded to the ne