人人人人人人人人人人人人

摘要: 去除音频中的静音 //去除所有超过0.3秒的静音部分 ffmpeg -i input.mp3 -af silenceremove=stop_periods=-1:stop_duration=0.3:stop_threshold=-30dB -y output.mp3 ffmpeg音频处理常用命令: 阅读全文
posted @ 2024-05-15 03:44 wgscd 阅读(2) 评论(0) 推荐(0) 编辑
摘要: h5 页面播放base64编码的audio数据 阅读全文
posted @ 2024-05-14 22:30 wgscd 阅读(3) 评论(1) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Responsiv 阅读全文
posted @ 2024-05-09 16:04 wgscd 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 通过WebView2获取HTTP-only cookie可以使用`WebView2.CookieManager`类的方法。以下是一个示例代码,演示如何获取HTTP-only cookie: using System; using Microsoft.Web.WebView2.Core; using 阅读全文
posted @ 2024-03-31 22:33 wgscd 阅读(166) 评论(0) 推荐(0) 编辑
摘要: <% 'Desc : ASP6.0 (VB) 获取目录下所有图片文件 'by : wgscd 'date : 2024-2-1 dim c_path c_path=Server.MapPath( "./") set file_system=createobject("scripting.filesy 阅读全文
posted @ 2024-02-01 10:44 wgscd 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 视频透明度抠图,视频需要一个灰度通道副本表示透明度 阅读全文
posted @ 2024-01-31 20:03 wgscd 阅读(26) 评论(0) 推荐(0) 编辑
摘要: c# 更改快捷方式文件图标 阅读全文
posted @ 2023-12-18 12:59 wgscd 阅读(250) 评论(1) 推荐(2) 编辑
摘要: 引用COM组件 Shell32 Shell32.ShellFolderView desktopFolderView; int hwnd; Shell32.Shell iShell = new Shell32.Shell(); SHDocVw.ShellWindows iWindows = iShel 阅读全文
posted @ 2023-12-18 12:44 wgscd 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 快手弹幕语言版本,主播场控帮手;直播互动语音答谢,自动发弹幕,快手无人直播: http://www.ks163.top 阅读全文
posted @ 2023-10-10 19:05 wgscd 阅读(267) 评论(0) 推荐(0) 编辑
摘要: C# HOOK 键盘事件 /* by: wgscd date:2023-8-15 desc: test hook in c# */ using System; using System.Collections.Generic; using System.Linq; using System.Text 阅读全文
posted @ 2023-08-15 10:36 wgscd 阅读(79) 评论(0) 推荐(0) 编辑