做了个本地擦硬字幕 / 去水印的工具,先看检测框再擦
有些素材画面能用,但底下一行烧录字幕,或者角上挂着水印。在线网站要上传原片。桌面一键软件我也不放心它直接开擦。
VideoWipe 在本机跑。先检测硬字幕、水印、Logo 、时间戳,给你看框,按轨道勾选,再修画面。输出 MP4 保留原音轨。
命令行:
```bash
git clone https://github.com/KKenny0/videowipe.git
cd videowipe
pip install -e ".[onnx]"
videowipe clean input.mp4 -o result/
```
本地网页:`pip install -e ".[web,onnx]" && videowipe serve`
浏览器开 [http://127.0.0.1:8000/](http://127.0.0.1:8000/)
想要 Windows 一键安装包的话,VSR ( YaoFANGUK/video-subtitle-remover )更合适。这个项目面向:先预览、能 Docker / Worker 跑、能嵌进自己的流程。
还没上 PyPI 。GPL-3.0 。
[https://github.com/KKenny0/videowipe](https://github.com/KKenny0/videowipe)
---
原文链接:[点击查看](https://www.v2ex.com/t/1234057)
VideoWipe 在本机跑。先检测硬字幕、水印、Logo 、时间戳,给你看框,按轨道勾选,再修画面。输出 MP4 保留原音轨。
命令行:
```bash
git clone https://github.com/KKenny0/videowipe.git
cd videowipe
pip install -e ".[onnx]"
videowipe clean input.mp4 -o result/
```
本地网页:`pip install -e ".[web,onnx]" && videowipe serve`
浏览器开 [http://127.0.0.1:8000/](http://127.0.0.1:8000/)
想要 Windows 一键安装包的话,VSR ( YaoFANGUK/video-subtitle-remover )更合适。这个项目面向:先预览、能 Docker / Worker 跑、能嵌进自己的流程。
还没上 PyPI 。GPL-3.0 。
[https://github.com/KKenny0/videowipe](https://github.com/KKenny0/videowipe)
---
原文链接:[点击查看](https://www.v2ex.com/t/1234057)
评论
暂无评论。