Re: [FFmpeg-devel] [PATCH v2 2/2] avformat/dashenc: Added a warning for incorrect segment name extension

2018-05-28 Thread Jeyapal, Karthick
Pushed Patchset. On 5/4/18 12:02 PM, Karthick J wrote: > From: Karthick Jeyapal > > Applicable only to webm output format. > By default all the segment filenames end with .m4s extension. > When someone chooses webm output format, we recommend they also override the >

[FFmpeg-devel] [PATCH v2 2/2] avformat/dashenc: Added a warning for incorrect segment name extension

2018-05-14 Thread Karthick J
From: Karthick Jeyapal Applicable only to webm output format. By default all the segment filenames end with .m4s extension. When someone chooses webm output format, we recommend they also override the relevant segment name options to end with .webm extension. This patch