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