No audio with MP4 video files using mp4a at 48 kHz sample rate
Posted: 22 Jun 2020 10:25
Hello all,
just today, I encountered a few MP4 video files that would not play with audio on VLC on Linux.
VLC version:
Linux distribution used:
Codec information:
Strange enough, there is not a lot of information found on the net. As I have a few videos where the audio sample rate is set to 44100 Hz (all other parameters the same as in the example), which all play flawlessly, I guessed the sample rate was the problem.
Instead, the solution is to change the preferred decoder to avcodec (see here and here).
Question is: What advantages does faad have over avcodec that it is used as the default in VLC?
Thank you very much for all insights in advance and kind regards,
DAC324
just today, I encountered a few MP4 video files that would not play with audio on VLC on Linux.
VLC version:
Code: Select all
VLC media player 3.0.10 Vetinari (revision 3.0.10-0-g7f145afa84)
VLC-Version 3.0.10 Vetinari (3.0.10-0-g7f145afa84)
Code: Select all
DISTRIB_ID=ManjaroLinux
DISTRIB_RELEASE=20.0.3
DISTRIB_CODENAME=Lysia
DISTRIB_DESCRIPTION="Manjaro Linux"
Code: Select all
Codec: MPEG AAC Audio (mp4a)
Language: English
Type: Audio
Channels: 3F2R/LFE
Sample Rate: 48000 Hz
Bits per Sample: 32
Instead, the solution is to change the preferred decoder to avcodec (see here and here).
Question is: What advantages does faad have over avcodec that it is used as the default in VLC?
Thank you very much for all insights in advance and kind regards,
DAC324