This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
yundiantech
/
FFMPEG_DEMO
mirror of
https://github.com/yundiantech/FFMPEG_DEMO.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
d8f04cbc50
Branches
Tags
master
FFMPEG_DEMO
/
source
/
FFMPEG_Qt
/
常用命令
/
音频文件转成pcm命令.txt
音频文件转成pcm命令.txt
80 B
Lịch sử
Raw
1
2
Éú³Éµ¥ÉùµÀ 16bitµÄpcmÎļþ¡£
ffmpeg.exe -i "D:/in.mp3" -f s16le -ac 1 D:/out.pcm