1

我想使用 Raspberry Pi 2 和 OSMC 从外部 HDD 播放一些视频文件时出现声音问题。我听到的不是视频声音,而是非常响亮的沙沙声。有点像旧电子游戏中的机关枪声音。该错误仅发生在某些视频文件中,其他的工作正常。作为音频输出,我使用 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(音频)工作正常......我很感谢任何提示。

亲切的问候, 马蒂亚斯

4

1 回答 1

1

好吧,

经过数小时的谷歌搜索甚至一些脚本,我找到了解决方案。和往常一样,它简单得令人难以置信……

就我而言,问题是我的投影机根本不支持 AC3。所以我只需要在 Kodi 设置中停用 AC3 音频直通,现在它就像一个魅力。

我希望这也对其他人有所帮助,而不仅仅是我。这就是为什么我要把我的这个独白留在网上。

于 2016-05-19T19:17:28.847 回答