2025年4月24日

Windows下FFMPEG调用测试(转码加水印)

摘要: 使用FFMPEG的avcodec,解码加水印,编码 注意是软编解码,延时会比较大,只是一个例子 demo比较乱,仅示例 #include <stdio.h> #include <stdlib.h> #include <string.h> extern "C" { #include <libavcod 阅读全文

posted @ 2025-04-24 18:46 邗影 阅读(21) 评论(0) 推荐(0)

信号量

摘要: 带超时等待的信号量 ;摘抄自ZLM /* * Copyright (c) 2016 The ZLToolKit project authors. All Rights Reserved. * * This file is part of ZLToolKit(https://github.com/ZL 阅读全文

posted @ 2025-04-24 11:07 邗影 阅读(6) 评论(0) 推荐(0)

导航