
媒体流
半城烟雨半城花
这个作者很懒,什么都没留下…
展开
-
ffmpeg推拉媒体流(EasyDarwin)
测试推流 ffmpeg -i rtmp://live.hkstv.hk.lxdns.com/live/hks \ -rtsp_transport tcp -vcodec h264 -f rtsp \ rtsp://localhost/test 测试播放 ffplay -rtsp_transport tcp \ ...原创 2018-10-19 14:14:33 · 2177 阅读 · 0 评论 -
FFmpeg参数详解
1.通用命令 -L license -h 帮助 -formats 显示可用的格式,编解码的,协议的... -f fmt 强迫采用格式fmt -I filename 输入文件 -y 覆盖输出文件 -t duration 设置纪录时间 hh:mm:ss[.xxx]格式的记录时间也支持 -ss position 搜索到指定的时间 [-]hh:mm:ss[.xxx]的格式也支持 -title str...原创 2018-10-19 19:36:00 · 1020 阅读 · 0 评论