如何通过 S/PDIF 播放 AAC 5.1 的 MP4 文件

如何通过 S/PDIF 播放 AAC 5.1 的 MP4 文件

我有一台装有 Windows 7 x64 的笔记本电脑和Sound Blaster X-Fi Surround 5.1 Pro. 我通过光纤音频线 (S/PDIF) 将笔记本电脑的 HDMI 输出连接到我的液晶电视,并将外部声卡连接到我的家庭影院接收器。

我观看带有 6 声道 DTS 或 Dolby Digital 的 .mkv 视频没有问题。但这个文件是带有 6 声道 AAC 的 .mp4。

问题是我的接收器只能获得 2 个声道/立体声(它显示 PCM 48,并且显示屏上只显示左扬声器和右扬声器)。当我获得 6 个声道时,所有扬声器都显示在显示屏上,并且它还显示 DTS 或杜比数字。

知道如何让它工作吗?我不介意安装另一个播放器或其他外部编解码器来使其工作。

这是 MPC-HC 显示的 MediaInfo。

Format                           : MPEG-4
Format profile                   : Base Media
Codec ID                         : isom
File size                        : 2.00 GiB
Duration                         : 2h 5mn
Overall bit rate                 : 2 278 Kbps
Encoded date                     : UTC 2010-01-23 21:34:19
Tagged date                      : UTC 2010-01-23 21:34:19
Writing application              : Yamb 2.1.0.0 [http://yamb.unite-video.com]

Video
ID                               : 1
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format profile                   : [email protected]
Format settings, CABAC           : Yes
Format settings, ReFrames        : 4 frames
Codec ID                         : avc1
Codec ID/Info                    : Advanced Video Coding
Duration                         : 2h 5mn
Bit rate                         : 1 951 Kbps
Maximum bit rate                 : 9 358 Kbps
Width                            : 1 280 pixels
Height                           : 544 pixels
Display aspect ratio             : 2.35:1
Frame rate mode                  : Constant
Frame rate                       : 23.976 fps
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Progressive
Bits/(Pixel*Frame)               : 0.117
Stream size                      : 1.71 GiB (85%)
Writing library                  : x264 core 67 r1145bm d2e1e1c
Encoding settings                : cabac=1 / ref=4 / deblock=1:-3:0 / analyse=0x3:0x133 / me=umh / subme=7 / psy_rd=0.0:0.0 / mixed_ref=1 / me_range=32 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=2 / deadzone=21,11 / chroma_qp_offset=0 / threads=2 / thread_queue=2 / nr=0 / decimate=1 / mbaff=0 / bframes=3 / b_pyramid=1 / b_adapt=2 / b_bias=0 / direct=3 / wpredb=1 / keyint=250 / keyint_min=25 / scenecut=40 / rc=2pass / bitrate=1951 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / pb_ratio=1.30 / aq=1:1.00
Encoded date                     : UTC 2010-01-23 21:34:19
Tagged date                      : UTC 2010-01-23 21:37:59

Audio
ID                               : 2
Format                           : AAC
Format/Info                      : Advanced Audio Codec
Format profile                   : LC
Codec ID                         : 40
Duration                         : 2h 5mn
Bit rate mode                    : Variable
Bit rate                         : 327 Kbps
Maximum bit rate                 : 444 Kbps
Channel(s)                       : 6 channels
Channel positions                : Front: L C R, Side: L R, LFE
Sampling rate                    : 48.0 KHz
Compression mode                 : Lossy
Stream size                      : 294 MiB (14%)
Encoded date                     : UTC 2010-01-23 21:37:12
Tagged date                      : UTC 2010-01-23 21:37:59

答案1

我最终这样做了:

安装 ffdshow(32 位),将 ffdshow 音频解码器添加到 MPC HomeCinema 的“外部过滤器”中,并将其设置为“首选”。现在 ffdshow 音频解码器将用于解码其支持的任何音频格式(例如 AAC)。在 ffdshow 音频解码器配置 > 输出中,确保选中“AC3(S/PDIF 编码模式)”。

如果有人需要的话我可以详细说明,只需询问。

答案2

按照 emzero 的回答(目前积分还不够,无法回复),您还必须确保在 MPC-HC 的选项 > 内部过滤器 > 转换过滤器下禁用(未选中)AAC。否则,外部过滤器将无法激活。

相关内容