aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/codec/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/codec/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/glossary/codec/index.html')
-rw-r--r--files/zh-cn/glossary/codec/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/codec/index.html b/files/zh-cn/glossary/codec/index.html
new file mode 100644
index 0000000000..a17244c1d8
--- /dev/null
+++ b/files/zh-cn/glossary/codec/index.html
@@ -0,0 +1,20 @@
+---
+title: Codec
+slug: Glossary/Codec
+translation_of: Glossary/Codec
+---
+<p>编解码器(从“coder-decoder”派生的混合词)是对数据流进行编码或解码的程序、算法或设备。给定的编解码器知道如何处理特定的编码或压缩技术。</p>
+
+<h2 id="Learn_more">Learn more</h2>
+
+<h3 id="General_knowledge">General knowledge</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Codec")}} on Wikipedia</li>
+</ul>
+
+<h3 id="Technical_reference">Technical reference</h3>
+
+<ul>
+ <li><a href="/en-US/docs/Web/HTML/Supported_media_formats">Media formats supported by the HTML audio and video elements</a></li>
+</ul>