批量生成字幕 软件

把字幕单独压缩成一个zip "D:\Program Files\7-Zip\7z.exe" a -tzip -r sub_title.zip *.srt 批处理文件 https://github.com/leejohannes/ffmpeg-win-drag_CN/blob/main/FFMPEG%E6%8B%96%E6%8B%BD/%E6%89%B9%E9...
学长 发布于 

拖拽图片识别文字 软件

已经加入 https://github.com/leejohannes/ffmpeg-win-drag_CN @echo off chcp 65001>>nul setlocal enabledelayedexpansion for /f "delims=" %%i in ('type "%~dp0config.txt"^| find /i "=...
学长 发布于 

anydesk 重置ID 软件

del %appdata%\AnyDesk\service.conf del %ProgramData%\AnyDesk\service.conf 貌似Anydesk还是会针对MAC地址然后加999秒的广告。。。只是未必什么时候执行罢了。。。
学长 发布于 

windows下利Open Ai Whisper 生成字幕 软件

前面写过一个文章讲怎么设置 “auto-subtitle利用open AI Whisper离线自生成字幕” https://github.com/leejohannes/auto-subtitle_cuda 在这基础上改了些代码,使其能更好的在windows下的cuda中运行
学长 发布于 
article cover

又一个精简版win11 软件

https://windowsxlite.com/24H2ProV4x2/ 最新版的就是这个 支持用 pve的半虚拟化的驱动安在 scsi虚拟硬盘上 https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers 安装很简单主要是改掉他们用户头像和登录图片。。。 C:\ProgramData\Microsoft\Us...
学长 发布于 

auto-subtitle利用open AI Whisper离线自生成字幕 软件

autosub太老需要上传谷歌需要 python2.7 auto-subs是给达芬奇剪辑软件用的 https://github.com/m1guelpf/auto-subtitle 使用离线的 OpenAI's Whisper ffmpeg,同时需要去 https://github.com/BtbN/FFmpeg-Builds/releases 下载合适的 ...
学长 发布于 

windows下装unsloth,deepspeed==0.15.1 软件

https://github.com/leejohannes/unsloth_Windows_conda 思考过程很混乱,请参考上面发在github上的安装过程。 目前按照 https://github.com/unslothai/unsloth 提示的 xfrom安装不到合适的版本 ...
学长 发布于 

docker安装到非默认路径 软件

cmd中输入以下 start /w "" "Docker Desktop Installer.exe" install --installation-dir="H:\F\Program Files\Docker" --wsl-default-data-root="H:\F\Program Files\Docker\wsl" ...
学长 发布于 

指令获取本机ip 软件

通过curl ipinfo.io获得 不加/ip获得更多信息 curl https://v6.ipinfo.io/ip curl https://ipinfo.io/ip 想手撕cloudflare的api做AAAA 一开始用的docker是 https://hub.dock...
学长 发布于 

netplwiz 让widows自动登录 软件

`win+r` `regedit` HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device DevicePasswordLessBuildVersion 从2改成0 Windows Registry Editor ...
学长 发布于