当前位置:网站首页>ffmpeg 下载后缀为.m3u8的视频文件
ffmpeg 下载后缀为.m3u8的视频文件
2022-06-13 05:44:00 【小Hier】
首先去官网下载FFmpeg
http://ffmpeg.org/
第一步:进入官网点击图中download 按钮

进入如下页面

第二步点击图中按钮

点击跳转到如下页面,选择图中按钮

下载解压,然后复制bin目录里的3个文件到C:\Windows\System32

然后打开cmd窗口执行命令ffmpge出现如下图就成功了

从视频中提取音频并保存为MP3
ffmpeg -i input.mp4 –f mp3 output.mp3 或
ffmpeg -i https:://www.3323.com/32131sdsd.m3u8 5.mp4
指定输出路径file D:\testfile_2.mp4
边栏推荐
- powershell优化之一:提示符美化
- Hump naming and underlining
- OpenGL mosaic (VIII)
- Solve the problem of garbled code in the MySQL execution SQL script database in docker (no need to rebuild the container)
- Windbos common CMD (DOS) command set
- Difference between deviation and variance in deep learning
- 安装harbor(在线|离线)
- MySQL advanced query
- Browser screenshot method (long screenshot, node screenshot, designated area screenshot)
- Mongodb Multi - field Aggregation group by
猜你喜欢
随机推荐
How to Algorithm Evaluation Methods
计算两个时间相差的天数(支持跨月、跨年)
Error: unmapped character encoding GBK
2021.9.29学习日志-MIME类型
OpenGL马赛克(八)
Pychart error resolution: process finished with exit code -1073741819 (0xc0000005)
Integration of sentinel series Nacos to realize rule synchronization and persistence
OpenGL mosaic (VIII)
ZABBIX wechat alarm
Comment procéder à l'évaluation des algorithmes
Small project - household income and expenditure software (2)
Config server configuration center of Nacos series
Explanation of sentinel series' features, composition and deployment
How to Algorithm Evaluation Methods
Anaconda configuring the mirror source
Sentinel series introduction to service flow restriction
Fast power code
KVM virtualization management tool
About Evaluation Metrics
Etcd understanding of microservice architecture









