当前位置:网站首页>[book club issue 13] packaging format and coding format of audio files
[book club issue 13] packaging format and coding format of audio files
2022-07-04 15:28:00 【Hua Weiyun】
FFmpeg Audio packaging format
MP3 It is one of the most common audio formats in our daily life , It is also an audio packaging format .
In daily life , We can often see *. mp3 The audio file for , It's like mp4、 flv The format of the video package is the same .
MP3 Package format
We can use the following command to view ffmpeg List of supported encapsulation formats :
ffmpeg- formats| XXX mp3
You can also use the following command to play a mp3 Music files :
Common mode :
ffplay XX.mp3
Oscillogram mode :
ffplay -showmode 1 XX.mp3
Spectrum pattern :
ffplay -showmode 2 XX.mp3
FFmpeg Audio coding format
FFmpeg Support many encoding formats , Include MP’3、 AAC、 AC3 etc. .
What we mainly study is MP3 Audio encoding format .
MP3 Coding format
MP3 It is also an audio coding format .
Different from video , Video encoding format , such as H264, - General assembly packaging MP4 perhaps FIV This encapsulation format is used . Audio encoding format MP3, Is encapsulated in the same name MP3 In the packaging format of . The two are easily confused , Pay attention to distinguish between .
We can use the following command to view ffmpeg List of supported encoding formats : .
ffmpeg- encoders| xxx mp3
Use the following command to view ffmpeg List of supported decoding formats :
ffmpeg- decoders| xxx mp3
MP3 File structure 
summary :
Through this issue , Learning to FFmpeg How to view audio and video media information , as well as MP3 Encapsulation and encoding formats . You can see it through your own practice FFmpeg Play a MP3 When you file , Different models , The default is spectrum mode .
边栏推荐
- 找数字
- Enter the width!
- 宽度与对齐
- unity update 协程_Unity 协程的原理
- MySQL组合索引(多列索引)使用与优化案例详解
- Common API day03 of unity script
- 一篇文章学会GO语言中的变量
- Detailed explanation of MySQL composite index (multi column index) use and optimization cases
- MySQL~MySQL给已有的数据表添加自增ID
- In today's highly integrated chips, most of them are CMOS devices
猜你喜欢

产品好不好,谁说了算?Sonar提出分析的性能指标,帮助您轻松判断产品性能及表现

【大连理工大学】考研初试复试资料分享

What is the future of the booming intelligent Internet of things (aiot) in recent years?

Analysis of nearly 100 million dollars stolen and horizon cross chain bridge attacked
Redis sentinel mode realizes one master, two slave and three Sentinels
Understand the context in go language in an article

They are all talking about Devops. Do you really understand it?
Detailed explanation of MySQL composite index (multi column index) use and optimization cases

C1 certification learning notes 3 -- Web Foundation

Halcon knowledge: NCC_ Model template matching
随机推荐
Detailed explanation of MySQL composite index (multi column index) use and optimization cases
案例分享|金融业数据运营运维一体化建设
Unity动画Animation Day05
Temperature control system based on max31865
Unity update process_ Principle of unity synergy
Deep learning neural network case (handwritten digit recognition)
Common API day03 of unity script
LeetCode 35. 搜索插入位置 —vector遍历(O(logn)和O(n)的写法---二分查找法)
都在说DevOps,你真正了解它吗?
Unity脚本API—GameObject游戏对象、Object 对象
暑期复习,一定要避免踩这些坑!
力扣刷题01(反转链表+滑动窗口+LRU缓存机制)
小数,指数
Width accuracy
Preliminary exploration of flask: WSGI
Flutter reports an error no mediaquery widget ancestor found
Unity脚本API—Component组件
【学习笔记】拟阵
MySQL学习笔记——数据类型(数值类型)
Unity脚本API—Time类
