import os import subprocess import whisper import torch from zhconv import convert from tqdm import tqdm def extract_audio(video_file): ...
Category: Tools
xml to word
从wordpress后台,导出所有文章,格式为xml。再将xml转为word。 import xml.etree.ElementTree as ET from docx import Document def xml_to_word(xml_file_path,...
正则表达式删除所有行某字符开始之前或者之后所有字符
删除S 之后的所有字符用:s.*$ 删除S 之前的所有字符用:^.*s
Thinking-Claude Prompt
https://github.com/richards199999/Thinking-Claude/tree/main <anthropic_thinking_protocol> For EVERY SINGLE interaction with the human,...
screen 命令
退出shell后,怎么让服务器继续工作,开启一个screen。 ps screen #启动 screen -ls # 列出所有screen会话 screen -r session_name 返回到某个screen screen -X -S sessionname...
douyin live recroder(录制douyin直播的视频)
Linux 版本: git clone pip3 install -r requirements.txt apt update apt install ffmpeg 运行:sudo python3 main.py ...
linux系统的torrent下载工具 – aria2c
aria2c sudo apt install aria2 aria2c --version aria2c xxx.torrent 查看正在下载的任务,然后关闭某个任务PID ps -ef | grep aria2c kill -9 PID
wordpress.org 修改
wordpress 模板,页脚外链wordpress.org删除 /www/wwwroot/xxxx.com/wp-includes/widgets class-wp-widget-meta.php
关闭远程shell后,继续运行linux程序
1,启动shell,启动 screen 2,找到要运行的程序,启动 python3 main.py 3,关闭shell 4,查看正在运行的screen,screen -r 5,如何关闭screen pgrep screen // grep -u $USER -x...
AU和iZotope.RX7. 美化声音
1,降底噪 选中前8秒,无声音的。按 shift + P,连按3次 再按 ctrl + a 继续按 ctrl + shift + p,降噪这里输入80%,降噪幅度输入 15db, 应用 2,去口水音 ctrl +a 效果,批处理,还原,RX 7 Mouth...