摘要: ffmpeg.exe -i F:\闪客之家\闪客之歌.mp3 -ab 56 -ar 22050 -b 500 -r 15 -s 320x240 f:\11.flvffmpeg -i F:\01.wmv -ab 56 -ar 22050 -b 500 -r 15 -s 320x240 f:\test.flv使用-ss参数 作用(time_off set the start time offset),可以从指定时间点开始转换任务。如:转换文件格式的同时抓缩微图:ffmpeg -i "test.avi" -y -f image2 -ss 8 -t 0.001 -s 350x240 阅读全文
posted @ 2013-08-23 13:10 遥望星空 阅读(641) 评论(0) 推荐(0) 编辑
摘要: Configuration file配置文件The configuration file is actually a lua script which must contain an object calledconfiguration.This will be read by the server and used to fully configure the server. Besides this object calledconfigurationyou can have functions, include other lua libraries, etc. In the end, 阅读全文
posted @ 2013-08-23 11:44 遥望星空 阅读(3877) 评论(0) 推荐(0) 编辑
摘要: ffmpeg的调用命令如下:ffmpeg -re -i xxx.mp4 -vcodec copy -acodec copy -f rtsp rtsp://127.0.0.1/live/mystream用ffmpeg做输入测试ffmpeg -re -i "E:\片源\复仇者联盟720p.mov" -vcodec copy -acodec copy -f flv rtmp://192.168.11.75/live/test1ffmpeg -re -i "E:\片源\复仇者联盟720p.mov" -vcodec copy -acodec copy -f flv 阅读全文
posted @ 2013-08-23 10:53 遥望星空 阅读(7212) 评论(0) 推荐(1) 编辑
摘要: Make sure that you have administrative privileges before doing the following steps.​1. 下载并安装(Microsoft Visual C++ 2008 Redistributable Package)链接:http://www.microsoft.com/en-us/download/details.aspx?id=29下载并安装Download and install “Visual C++ 2008 Redistributables”2. 下载并安装OpenSSL链接:http://slproweb.co 阅读全文
posted @ 2013-08-23 09:41 遥望星空 阅读(3190) 评论(0) 推荐(0) 编辑