This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
yundiantech
/
FFMPEG_DEMO
miroir de
https://github.com/yundiantech/FFMPEG_DEMO.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
d8f04cbc50
Branches
Tags
master
FFMPEG_DEMO
/
source
/
FFMPEG_Qt
/
常用命令
/
音频文件转成pcm命令.txt
音频文件转成pcm命令.txt
80 B
Historique
Raw
1
2
Éú³Éµ¥ÉùµÀ 16bitµÄpcmÎļþ¡£
ffmpeg.exe -i "D:/in.mp3" -f s16le -ac 1 D:/out.pcm