nu774 / fdkaac

command line encoder frontend for libfdk-aac
Other
260 stars 58 forks source link

How to get gapless experience with ADTS? #40

Open voxsoftware opened 5 years ago

voxsoftware commented 5 years ago

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

nu774 commented 5 years ago

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

voxsoftware commented 5 years ago

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

On Tue, Aug 27, 2019 at 8:04 PM nu774 notifications@github.com 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 .

nu774 commented 5 years ago

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

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