07 2024 档案
摘要:Python调用ChatTTS API接口
阅读全文
摘要:视频修复ffmpeg -err_detect ignore_err -i input.mp4 -vcodec copy -acodec copy repaired_video.mp4 -y 调整频率和码率:ffmpeg -i input.mp4 -r 25 -b:v 2048k output.mp4
阅读全文
摘要:js实现在指定的时间点播放列表中的视频
阅读全文
摘要:document.querySelector 有多个类
阅读全文
摘要:WPF里webview2会一直处于其他控件最上层,是个历史遗留问题。
为了能在webview2里鼠标移动让窗体跟着移动位置
阅读全文
摘要:Windows bat批处理文件结束某个程序进程,删除文件夹 bat文件内容: @echo off setlocal :: 要结束的应用程序进程名 set "PROCESS_NAME=助手.exe" :: 使用tasklist和findstr检查进程是否存在 tasklist | findstr /
阅读全文