-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AAC_OUT: it seems AAC LC format changed to AAC SBR #67
Comments
See https://www.fmlist.org/sendertabelle/dab-ww.php ERT has never used LC as far as I can remember. Your output tells me that this is definitely wrong. For example 24 kHz instead of 48. Can you force it to read it as latm instead of loas? |
can you run the aac file with VLC?
Op wo 15 apr. 2020 om 00:41 schreef andimik <notifications@github.com>:
…
https://www.fmlist.org/sendertabelle/dab-ww_more.php?inputLand=GRC&inputEn=E000
ERT has never used LC as far as I can remember.
Your output tells me that this is definitely wrong. For example 24 kHz
instead of 48.
Can you force it to latm instead of loas?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCPHQAAHVZ3LNYFKXG4FQTRMTRDDANCNFSM4MICGQOQ>
.
--
Jan van Katwijk
|
Correct! With VLC I have no problem playing the output file produced using AAC_OUT. On embedded device where project is in use, the GStreamer doesn't recognize it any more, and ffmpeg as well. So the only option is to use PCM samples (and those are working great!) |
Hi, I record few seconds IQ samples from ERT DAB 12C. Greece_ERT_12C.iq 103.3 MB
Then used dab-cmdline that outputs AAC (using commit dd3b466).
Using latest version dab-cmdline:
|
Is the speed correct in the old aac recording? I guess it is 6.66% slower. |
VLC player handles new format properly. The old format is playing slower. So I guess old version didn't properly create AAC. New version properly creates AAC, but FFmpeg and GStreamer cannot handle it yet. |
FFmpeg although it reports an error, it can transcode sample!
So I guess we need to report that issue to FFmpeg developers. |
It was valid AAC MP4/ISOBMFF container, but it's tricky as DAB+ uses 960 frame length (instead of 1024). and For some reasons, the "newer" file type in LATM/LOAS container format makes more sense. See https://github.com/Opendigitalradio/dablin , chapter "Recording a service". Please forget FFmpeg, this is not solved for many years now for HE-AAC, see https://trac.ffmpeg.org/ticket/1407 If you report it, good luck! |
Ok, so the change is an improvement. So sad that both GStreamer and FFmpeg cannot handle such format. |
It seams that a new patch has been proposed in ffmpeg to make compatibility with 960 frame length and SBR (not tested) |
Using latest version I am getting the following output on AAC ouput:
I suspect that issue occurs since last change on mp4processor.
70c9786#diff-116d5b7495d6f9297530f92514c37515
How can we verify if DAB+ uses AAC SBR or AAC LC?
Because if ERT DAB+ uses AAC SBR, then it's something missing from ffmpeg :(
The text was updated successfully, but these errors were encountered: