08 2020 档案

摘要:1、选中gpu编码,编码类型选择,分辨率选择时,需要把帧速中的50,50.9,60去掉 2、选中gpu编码,编码类型选择,视频码率的最大值限制为22000 3、选中gpu编码,编码类型选择 ,视频码率的最大值限制为27000 4、选中gpu编码,编码类型选择,视频码率的最大值限制为44000 5、选 阅读全文
posted @ 2020-08-31 14:31 虾兵 阅读(869) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-25 18:00 虾兵 阅读(105) 评论(0) 推荐(0) 编辑
摘要:在transcode中加入 /* lvyunxiang add */ static int count = 0; count++; if (count == 4000) { printf("lvyunxiang test output_streams[0]->enc_ctx->bit_rate=%d 阅读全文
posted @ 2020-08-25 15:14 虾兵 阅读(2708) 评论(0) 推荐(0) 编辑
摘要:命令解析 ffmpeg -i F:\片源\HD_264\大丈夫_01.ts -vcodec libx264 -acodec aac -b:v 8000k -b:a 128k -f flv myoutput.flv -vcodec libx265 -acodec mp3 -b:v 4000k -b:a 阅读全文
posted @ 2020-08-24 17:56 虾兵 阅读(237) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/suibianshen2012/article/details/81504577 wget https://cmake.org/files/v3.17/cmake-3.17.1.tar.gz 阅读全文
posted @ 2020-08-20 17:52 虾兵 阅读(88) 评论(0) 推荐(0) 编辑
摘要:route del -net 192.168.0.0 netmask 255.255.255.0 删除路由 route add default gw 192.168.0.1 em2 添加默认路由 阅读全文
posted @ 2020-08-20 09:55 虾兵 阅读(2950) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/duyusean/article/details/80011540 阅读全文
posted @ 2020-08-19 15:26 虾兵 阅读(245) 评论(0) 推荐(0) 编辑
摘要:https://developer.nvidia.com/video-encode-decode-gpu-support-matrix 阅读全文
posted @ 2020-08-19 14:37 虾兵 阅读(1978) 评论(0) 推荐(0) 编辑
摘要:只克隆最新的,不获取历史版本 git clone https://github.com/ShiftMediaProject/FFmpeg.git --depth=1 阅读全文
posted @ 2020-08-14 16:01 虾兵 阅读(216) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/bigfi/p/9037071.html https://www.cnblogs.com/bigfi/p/9037071.html mingw完整版下载地址 https://blog.csdn.net/weixin_30322405/article/d 阅读全文
posted @ 2020-08-14 11:04 虾兵 阅读(200) 评论(0) 推荐(0) 编辑
摘要:ffmpeg -i \\192.168.1.6\media\HD_264\一仆二主_01.ts -vcodec libx264 -acodec ac3 -b:v 3000k -b:a 128k -f mpegts output_not_add_system_b.ts 执行结果: ffmpeg -i 阅读全文
posted @ 2020-08-10 10:04 虾兵 阅读(136) 评论(0) 推荐(0) 编辑
摘要:7yuv 打开uyvy文件时选项 7yuv 打开v210格式 通过ffmpeg 将v210编码为其他 ffmpeg -r 25 -vcodec v210 -f image2pipe -pix_fmt yuv422p10le -frame_size 5529600 -s 1920*1080 -i my 阅读全文
posted @ 2020-08-05 16:45 虾兵 阅读(364) 评论(0) 推荐(0) 编辑