上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: -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) 编辑
摘要: #include <stdio.h>#include <stdlib.h>#include <sys/mman.h>#include <sys/types.h>#include <fcntl.h>#include <unistd.h>#include <sys/time.h>#include <ti 阅读全文
posted @ 2020-09-28 17:16 虾兵 阅读(85) 评论(0) 推荐(0) 编辑
摘要: https://cloud.tencent.com/developer/article/1180920 HDR视频的标准中,最常用的是由BDA(Blu-ray Disc Association)支持的HDR10标准,这是最早支持HDR视频的几种标准之一。HDR10标准包含的内容有:使用PQ电光转换函 阅读全文
posted @ 2020-09-22 18:22 虾兵 阅读(695) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/passionkk/article/details/102804023 h264解码之自定义信息(SEI) https://blog.csdn.net/passionkk/article/details/102804023 FFmpeg H264增加SEI 阅读全文
posted @ 2020-09-18 12:20 虾兵 阅读(503) 评论(0) 推荐(0) 编辑
摘要: //hevc_nvenc 降延时 -delay 0 可提升一秒钟 r_video_opt="$r_video_opt -preset fast -delay 0" 阅读全文
posted @ 2020-09-17 14:37 虾兵 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 参考文章 亲测可用 http://www.kxdw.com/soft/18367.html 软件包名称 navicat premium 15中文破解版 v15.0.9 64位32位企业版.rar 破解方法 阅读全文
posted @ 2020-09-02 10:28 虾兵 阅读(236) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页