摘要:
1protected void Button1_Click(object sender, EventArgs e) 2 { 3 string FFmpegArguments = @" -i D:\离歌.wmv -ab 56 -ar 22050 -b 500 -r 15 -s 320x240 D:\离歌.flv "; 4 //ProcessStartInfo in... 阅读全文
posted @ 2007-06-22 12:30 wucf2004 阅读(774) 评论(0) 推荐(0)