当前位置:网站首页>[Yunxiang book club issue 13] packaging format and coding format of audio files
[Yunxiang book club issue 13] packaging format and coding format of audio files
2022-07-27 15:44:00 【Hua Weiyun】
MP3 Is the audio packaging format . Audio coding format generally has :AAC,AC3.
ID3V2 The location of is in the file header ,ID3V1 The location of is at the end of the file , The length is 128 byte .
MP3 It is both a packaging format and a coding format .
A complete video file is composed of audio and video 2 Part of .H264、Xvid And so on is the video encoding format ,MP3、AAC And so on is the audio coding format .
Because of many kinds of video coding files 、 The audio coding files all conform to AVI Packaging requirements , It means even AVI suffix , It may also have different specific coding formats . So it appears on some devices , The same is AVI Suffix file , Some can be played normally , Others cannot be played .
The same applies to other container formats . Even if RMVB、WMV Waiting is no exception . Some technologically advanced containers can also encapsulate multiple videos at the same time 、 Audio encoding file , Even with subtitles , Such as MKV Package format .MKV A file can include multilingual pronunciation 、 Multilingual subtitles , Suitable for the needs of different people .
边栏推荐
- Leetcode interview question 17.21. water volume double pointer of histogram, monotonic stack /hard
- Leetcode 1143. dynamic programming of the longest common subsequence /medium
- 语音直播系统——提升云存储安全性的必要手段
- js寻找数组中的最大和最小值(Math.max()方法)
- C:什么是函数中的返回值(转)
- Modify spark to support remote access to OSS files
- Is low code the future of development? On low code platform
- 折半插入排序
- On juicefs
- Zhaoqi scientific innovation and entrepreneurship competition planning and undertaking organization, mass entrepreneurship and innovation platform, project landing and docking
猜你喜欢
随机推荐
js寻找数组中的最大和最小值(Math.max()方法)
/Dev/loop1 takes up 100% of the problem
Binder initialization process
[正则表达式] 匹配开头和结尾
Spark 3.0 testing and use
Go language slow start - Basic built-in types
Spark lazy list files 的实现
线程中死锁的成因及解决方案
HaoChen CAD building 2022 software installation package download and installation tutorial
低代码是开发的未来吗?浅谈低代码平台
【云享读书会第13期】音频文件的封装格式和编码格式
Spark RPC
Analysis of spark task scheduling exceptions
Network device hard core technology insider router Chapter 15 from deer by device to router (Part 2)
C语言:自定义类型
After the table is inserted into an in row formula, the cell loses focus
Leetcode 783. binary search tree node minimum distance tree /easy
Spark 3.0 测试与使用
Leetcode interview question 17.21. water volume double pointer of histogram, monotonic stack /hard
Transactions_ Basic demonstrations and transactions_ Default auto submit & manual submit









