This website works better with JavaScript
Home
Explore
Help
Register
Sign In
yundiantech
/
FFMPEG_DEMO
mirror of
https://github.com/yundiantech/FFMPEG_DEMO.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
336d3b6cf8
Branches
Tags
master
FFMPEG_DEMO
/
source
/
FFMPEG_Qt
/
常用命令
/
音频文件转成pcm命令.txt
音频文件转成pcm命令.txt
80 B
History
Raw
1
2
Éú³Éµ¥ÉùµÀ 16bitµÄpcmÎļþ¡£
ffmpeg.exe -i "D:/in.mp3" -f s16le -ac 1 D:/out.pcm