ffmpeg.exe文件
代码如下:
stringffmpgefilePaht=AppDomain.CurrentDomain.BaseDirectory+"ffmpeg.exe";
ProcessStartInfostartInfo=newProcessStartInfo
{
FileName=ffmpgefilePaht,
Arguments="-y-i"+filePath+".wav"+filePath+".mp3",
下载地址
用户评论