asp.net音频转换之.amr转.mp3(利用ffmpeg转换法)
网络编程 2021-07-04 22:41www.168986.cn编程入门
AMR转MP3可实现将手机上的AMR录音转换成流行的MP3格式,以适用更广泛的应用。AMR的体积非常小,适用于存储在手机中,当我们想将在手机上的音频上传到网络,就需要将其转换成MP3等流行的格式,本文就是介绍asp.利用ffmpeg转换法将.amr转.mp3的方法,狼蚁网站SEO优化来一起看看吧。
前言
上篇文章已经跟大家分享了的方法,当时也说了还有一种方法是利用ffmpeg转换法,狼蚁网站SEO优化这篇文章就给大家详细介绍这种方法。这种方法相对第一种来说,要简单的多!
FFmpeg的名称来自MPEG视频编码标准,前面的“FF”代表“Fast Forward”,FFmpeg是一套可以用来记录、转换数字音频、视频,并能将其转化为流的开源计算机程序。可以轻易地实现多种视频格式之间的相互转换。
ffmpeg转换法
,你得下载个“ffmpeg.exe” 插件,然后把它放到你的项目中,如下图
程序中会调用该文件,以助于转换音频格式!
上代码
using System; using System.Threading; using System.IO; using System.Diagnostics; using System.Security; public partial class cowala_201512Chritmas_amrtest : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { changedPlay.Visible = false; } } protected void Ffmpeg_Click(object sender, EventArgs e) { if (AmrFileUp.HasFile) { string key = AmrFileUp.FileName; string savepath = Server.MapPath("~/upload/amr/") + key; AmrFileUp.SaveAs(savepath); string mp3SavePth = Server.MapPath("~/upload/mp3/") + key.Split('.')[0].ToString() + ".mp3"; if (!string.IsNullOrEmpty(ConvertToMp3(savepath, mp3SavePth))) { changedPlay.Visible = true; changedPlay.Attributes.Add("src", "upload/mp3/" + key.Split('.')[0].ToString() + ".mp3"); Response.Write("<script>alert('转换成功!');</script>"); } } } public string ConvertToMp3(string pathBefore, string pathLater) { string c = Server.MapPath("/ffmpeg/") + @"ffmpeg.exe -i " + pathBefore + " " + pathLater; string str = RunCmd(c); return str; } /// <summary> /// 执行Cmd命令 /// </summary> private string RunCmd(string c) { try { ProcessStartInfo info = new ProcessStartInfo("cmd.exe"); info.RedirectStandardOutput = false; info.UseShellExecute = false; Process p = Process.Start(info); p.StartInfo.UseShellExecute = false; p.StartInfo.RedirectStandardInput = true; p.StartInfo.RedirectStandardOutput = true; p.StartInfo.RedirectStandardError = true; p.Start(); p.StandardInput.WriteLine(c); p.StandardInput.AutoFlush = true; Thread.Sleep(1000); p.StandardInput.WriteLine("exit"); p.WaitForExit(); string outStr = p.StandardOutput.ReadToEnd(); p.Close(); return outStr; } catch (Exception ex) { return "error" + ex.Message; } } }
接着来张效果图
好了,就这么简单,不要不敢不相信你的眼睛,其实就是这么简单!以上就是asp.音频转换之.amr转.mp3(利用ffmpeg转换法)的全部内容了,希望本文的内容对大家的学习或者工作能带来一定的帮助,如果有疑问大家可以留言交流。
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程