Re: [FFmpeg-devel] HLS Segmenting/Fragmentation Questions

2018-04-20 Thread Ronak Patel
Hey guys, So I think this may be my own lack of knowledge in the encoder. Because we were specifying -b:a 32k in our encoding step, I thought the byte ranges should align properly, but I’ve since learned that is incorrect. The compression is still variable in terms of bytes. Therefore this is

Re: [FFmpeg-devel] HLS Segmenting/Fragmentation Questions

2018-04-19 Thread Jeyapal, Karthick
On 4/20/18 2:20 AM, Ronak wrote: > Hi, > > I've been testing FFMPEG's HLS fragmented MP4 options with some M4A audio > files. > > I've noticed that if I ask ffmpeg to fragment an 11 minute file vs a 10 hour > file, the byte ranges are different, even if the channel count/sampling > rate/bit ra

Re: [FFmpeg-devel] HLS Segmenting/Fragmentation Questions

2018-04-19 Thread Steven Liu
> On 20 Apr 2018, at 04:50, Ronak wrote: > > Hi, > > I've been testing FFMPEG's HLS fragmented MP4 options with some M4A audio > files. > > I've noticed that if I ask ffmpeg to fragment an 11 minute file vs a 10 hour > file, the byte ranges are different, even if the channel count/sampling

[FFmpeg-devel] HLS Segmenting/Fragmentation Questions

2018-04-19 Thread Ronak
Hi, I've been testing FFMPEG's HLS fragmented MP4 options with some M4A audio files. I've noticed that if I ask ffmpeg to fragment an 11 minute file vs a 10 hour file, the byte ranges are different, even if the channel count/sampling rate/bit rate and codec are the same. Here's an example of w