Re: [FFmpeg-user] He aac sampling rate and time stamps

2018-03-18 Thread Ronak
Hey Carl, Are you sure that this is how HE-AACv2 works? Apple's AVAudioFile class is able to see the correct sampling rate & channel count. AVURLAsset & Exoplayer does not properly see it though. Does ffmpeg write the sampling rate in multiple parts of the MP4 container? If so, maybe one of

Re: [FFmpeg-user] He aac sampling rate and time stamps

2018-03-17 Thread Carl Eugen Hoyos
2018-03-17 12:38 GMT+01:00, Ronak Patel : > Hello, > > I’m encoding my wav files to HE AAC v2 in 44kHz/32 Kbps and 44/64. Command line and complete, uncut console output missing. > Ffprobe is correctly showing that the audio is HE AAC v2 stereo with the >

[FFmpeg-user] He aac sampling rate and time stamps

2018-03-17 Thread Ronak Patel
Hello, I’m encoding my wav files to HE AAC v2 in 44kHz/32 Kbps and 44/64. Ffprobe is correctly showing that the audio is HE AAC v2 stereo with the correct sampling rate and nitrate. When I open the audio in Exoplayer or Apple’s AVURLAsset code, they report that the sampling rate is 22050kHz