fdkaac icon indicating copy to clipboard operation
fdkaac copied to clipboard

How to get gapless experience with ADTS?

Open voxsoftware opened this issue 6 years ago • 4 comments

Converting to AAC with ADTS Producess files with padding, how can avoid this? When testing with ffmpeg + libfdk_aac codec this not happens

voxsoftware avatar Aug 27 '19 21:08 voxsoftware

For gapless playback, iTunSMPB tag stored in MP4 container is madantory. So, gapless ADTS is not possible.

nu774 avatar Aug 28 '19 01:08 nu774

But why ffmpeg with libfdk_aac can produce AAC ADTS files, without the padding?

On Tue, Aug 27, 2019 at 8:04 PM nu774 [email protected] wrote:

For gapless playback, iTunSMPB tag stored in MP4 container is madantory. So, gapless ADTS is not possible.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nu774/fdkaac/issues/40?email_source=notifications&email_token=ADT6M7DGHZNLURYY3VGJJ3TQGXFLRA5CNFSM4IQNILK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5JR6DY#issuecomment-525541135, or mute the thread https://github.com/notifications/unsubscribe-auth/ADT6M7EDSKUMHZR5BOKJRN3QGXFLRANCNFSM4IQNILKQ .

voxsoftware avatar Aug 28 '19 17:08 voxsoftware

But why ffmpeg with libfdk_aac can produce AAC ADTS files, without the padding?

Can you upload a sample (original + AAC) file ?

nu774 avatar Aug 29 '19 07:08 nu774

produce AAC ADTS files, without the padding?

Because https://github.com/FFmpeg/FFmpeg/commit/70f7006eb311f49f627f6d3f4f8c43260cc33aa0

ValZapod avatar Sep 14 '21 21:09 ValZapod