本文介绍了视频-声音编解码器AC3(MKV)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试在播放视频的地方设置HTML页面.
Im trying to get a HTML page set up where a video is playing.
我的视频是.mkv文件.它在Chrome上可以正常运行,但是我没有任何声音.音频编解码器为AC3.
My video is an .mkv file. It works fine on Chrome, but I dont have any sound.Audio codec is AC3.
我的代码:
<p><video src="video.mkv" type='video/x-matroska; codecs="a_ac3, avc"' autoplay controls onerror="failed(event)" ></video></p>
https://jsfiddle.net/wc2fn02s/
推荐答案
AC3.
不支持ac3和dts -当前状态: WontFix
No support for ac3 and dts - Current status: WontFix
第一个链接介绍了第三方插件,例如这
The first link talks about third party plugins like this one that can play it, though.
这篇关于视频-声音编解码器AC3(MKV)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!