摘要: 命令:ffmpeg -i infile -ab 128 -acodec libmp3lame -ac 1 -ar 22050 -r 29.97 -qscale 6 -y outfile说明:infile:要转换的文件路径outfile:转换到的文件路径参考:http://ferreousbox.it... 阅读全文
posted @ 2014-06-12 11:07 泪已凝 阅读(734) 评论(0) 推荐(0)
摘要: 设计器:代码:在Form_Load事件中添加 :statusStripMain.LayoutStyle= ToolStripLayoutStyle.HorizontalStackWithOverflow;lbl单位.Alignment = ToolStripItemAlignment.Right;l... 阅读全文
posted @ 2014-05-09 14:10 泪已凝 阅读(2357) 评论(1) 推荐(1)