RaspberryPi 2和OSMC(Kodi)的声音问题

时间:2016-05-19 13:02:37

标签: audio video raspberry-pi2 kodi

我想要使用我的Raspberry Pi 2和OSMC从外部硬盘播放一些视频文件时出现声音问题。而不是视频声音,我听到一个非常响亮的喋喋不休,rusteling声音。有点像老式电子游戏中的机枪声音。错误仅发生在某些视频文件中,其他视频文件正常。 作为音频输出,我使用HDMI,因为Raspberry连接到我的投影仪。然后将其连接到我的扬声器。

我认为这可能是编解码器问题,我已经购买并激活了MPEG-II和VC1编解码器,但这没有用。

这里有一些有关故障文件的信息:

General
Complete name                            : hds-hp1-rmx.mkv
Format                                   : Matroska
Format version                           : Version 2
File size                                : 24.1 GiB
Duration                                 : 2h 38mn
Overall bit rate mode                    : Variable
Overall bit rate                         : 21.7 Mbps
Encoded date                             : UTC 2011-04-16 09:29:16
Writing application                      : mkvmerge v4.6.0 ('Still Crazy After All These Years') gebaut am Mar 10 2011 02:50:32
Writing library                          : libebml v1.2.0 + libmatroska v1.1.0

Video
ID                                       : 1
Format                                   : VC-1
Format profile                           : Advanced@L3
Codec ID                                 : V_MS/VFW/FOURCC / WVC1
Codec ID/Hint                            : Microsoft
Duration                                 : 2h 38mn
Width                                    : 1 920 pixels
Height                                   : 1 080 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Constant
Frame rate                               : 23.976 fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Compression mode                         : Lossy
Default                                  : No
Forced                                   : No

Audio #1
ID                                       : 2
Format                                   : AC-3
Format/Info                              : Audio Coding 3
Mode extension                           : CM (complete main)
Format settings, Endianness              : Big
Codec ID                                 : A_AC3
Duration                                 : 2h 38mn
Bit rate mode                            : Constant
Bit rate                                 : 448 Kbps
Channel(s)                               : 6 channels
Channel positions                        : Front: L C R, Side: L R, LFE
Sampling rate                            : 48.0 KHz
Bit depth                                : 16 bits
Compression mode                         : Lossy
Stream size                              : 509 MiB (2%)
Language                                 : German
Default                                  : Yes
Forced                                   : Yes

Audio #2
ID                                       : 3
Format                                   : DTS
Format/Info                              : Digital Theater Systems
Format profile                           : MA / Core
Mode                                     : 16
Format settings, Endianness              : Big
Codec ID                                 : A_DTS
Duration                                 : 2h 38mn
Bit rate mode                            : Variable
Bit rate                                 : Unknown / 1 509 Kbps
Channel(s)                               : 6 channels
Channel positions                        : Front: L C R, Side: L R, LFE
Sampling rate                            : 48.0 KHz
Bit depth                                : 16 bits
Compression mode                         : Lossless / Lossy
Language                                 : English
Default                                  : No
Forced                                   : No

我对使用以下编解码器的文件有同样的问题: V_MPEG4 / ISO / AVC(视频)& A_AC3(音频)

但是V_MPEG4 / ISO / AVC(视频)& A_DTS(音频)工作得很好...... 我很感激任何提示。

亲切的问候, 的Mathias

1 个答案:

答案 0 :(得分:1)

好的,

经过数小时的Google搜索,甚至是一些脚本编写后,我找到了解决方案。 通常,它简直令人难以置信......

在我的情况下,问题是,我的投影机根本不支持AC3。所以我只需要停用Kodi设置中的AC3 Audio passthrough,现在它就像魅力一样。

我希望这也能帮助别人,而不仅仅是我。这就是为什么我会在网上保持这个独白。