当前位置:网站首页>[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 .
边栏推荐
- 【读书会第十三期】 音频文件的封装格式和编码格式
- What is the future of the booming intelligent Internet of things (aiot) in recent years?
- 函数式接口,方法引用,Lambda实现的List集合排序小工具
- 开源人张亮的 17 年成长路线,热爱才能坚持
- LeetCode 1184. 公交站间的距离 ---vector顺逆时针
- %S format character
- go-zero微服务实战系列(九、极致优化秒杀性能)
- 科研漫画 | 联系到被试后还需要做什么?
- selenium 浏览器(2)
- They are all talking about Devops. Do you really understand it?
猜你喜欢
Redis 发布和订阅
压力、焦虑还是抑郁? 正确诊断再治疗
Helix Swarm中文包发布,Perforce进一步提升中国用户体验
Flutter reports an error no mediaquery widget ancestor found
大神详解开源 BUFF 增益攻略丨直播
科研漫画 | 联系到被试后还需要做什么?
都在说DevOps,你真正了解它吗?
go-zero微服务实战系列(九、极致优化秒杀性能)
MYSQL索引优化
Quelles sont les perspectives de l'Internet intelligent des objets (aiot) qui a explosé ces dernières années?
随机推荐
Common API day03 of unity script
Redis shares four cache modes
夜天之书 #53 Apache 开源社群的“石头汤”
LeetCode 35. 搜索插入位置 —vector遍历(O(logn)和O(n)的写法---二分查找法)
力扣刷题01(反转链表+滑动窗口+LRU缓存机制)
go-zero微服务实战系列(九、极致优化秒杀性能)
Live broadcast preview | PostgreSQL kernel Interpretation Series II: PostgreSQL architecture
Techsmith Camtasia Studio 2022.0.2屏幕录制软件
LeetCode 35. Search the insertion position - vector traversal (O (logn) and O (n) - binary search)
进制形式
Luo Gu - some interesting questions 2
odoo数据库主控密码采用什么加密算法?
Weekly recruitment | senior DBA annual salary 49+, the more opportunities, the closer success!
Unity script introduction day01
%f格式符
They are all talking about Devops. Do you really understand it?
Who the final say whether the product is good or not? Sonar puts forward performance indicators for analysis to help you easily judge product performance and performance
Unity script lifecycle day02
AI做题水平已超过CS博士?
Unity脚本API—Transform 变换