10 2020 档案

摘要:+static int change_output_resolution(int stream_index,int width,int height,int fps,char interlace[1024],char error_msg[1024]) { OutputStream* ost = NU 阅读全文
posted @ 2020-10-29 14:59 虾兵 阅读(1027) 评论(0) 推荐(0) 编辑
摘要:修改码率 vbr /online/program_parameter_set 1 2 rc_method vbr bitrate 2000000 maxrate 3000000 /online/program_parameter_set 1 2 rc_method vbr bitrate 20000 阅读全文
posted @ 2020-10-21 18:24 虾兵 阅读(169) 评论(0) 推荐(0) 编辑
摘要:/online/program_parameter_set 1 1 bitrate 2000000 maxrate 2000000 minrate 2000000 bf 3 width 1280 height 720 阅读全文
posted @ 2020-10-20 12:21 虾兵 阅读(64) 评论(0) 推荐(0) 编辑
摘要:-vsync 1 -re -i /data/yipu.ts -async 1 -y -filter_complex split=outputs=1:[proxy0],[proxy0]scale=1920:1080 -rtpflags +latm -8x8dct 1 -profile:v high10 阅读全文
posted @ 2020-10-16 12:21 虾兵 阅读(294) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/shj348794/article/details/25004783 //好文章 超详细 http://www.cloudtrend.com.cn/newsinfo/828821.html //云晁 https://blog.csdn.net/wangze 阅读全文
posted @ 2020-10-14 12:17 虾兵 阅读(101) 评论(0) 推荐(0) 编辑
摘要:./ffmpeg -re -i /home/dafu.ts -vcodec libx264 -acodec aac -pcr_period 20 -muxdelay 0.700000 -muxrate 16000000 -maxrate 14405000 -minrate 14405000 -buf 阅读全文
posted @ 2020-10-13 09:52 虾兵 阅读(253) 评论(0) 推荐(0) 编辑
摘要:typedef struct FilterGraph { //过滤器图 int index; const char *graph_desc; AVFilterGraph *graph; int reconfiguration; InputFilter **inputs; //图的输入口 int nb 阅读全文
posted @ 2020-10-10 14:38 虾兵 阅读(105) 评论(0) 推荐(0) 编辑
摘要:{ "in_color_matrix", "set input YCbCr type", OFFSET(in_color_matrix), AV_OPT_TYPE_STRING, { .str = "auto" }, .flags = FLAGS, "color" }, { "out_color_m 阅读全文
posted @ 2020-10-10 09:29 虾兵 阅读(113) 评论(0) 推荐(0) 编辑