c# 调用 ffmpeg 获取音频时长
摘要:
var arg = "-i \"" + filepath + "\" 2"; TimeSpan duration = TimeSpan.Zero; await FFMpeg.Xamarin.FFmpegLibrary.Run(this.BaseContext, arg, (line) => { Sy 阅读全文
posted @ 2024-01-12 21:33 空明流光 阅读(116) 评论(0) 推荐(0) 编辑