video-subtitle-remover icon indicating copy to clipboard operation
video-subtitle-remover copied to clipboard

基于AI的图片/视频硬字幕去除、文本水印去除,无损分辨率生成去字幕、去水印后的图片/视频文件。无需申请第三方API,本地实现。AI-based tool for removing hard-coded subtitles and text-like watermarks from vid...

Results 66 video-subtitle-remover issues
Sort by recently updated
recently updated
newest added

i find i can run this code with mac os, but paddle can not use gpu. so it run very slow . it cost 30 mins to opreate a video...

Exception in thread Thread-3: Traceback (most recent call last): File "F:\vsr_windows_gpu_v1.1.0\vsr\Python\lib\threading.py", line 932, in _bootstrap_inner self.run() File "F:\vsr_windows_gpu_v1.1.0\vsr\Python\lib\threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "F:\vsr_windows_gpu_v1.1.0\vsr\resources\gui.py", line 277, in task...

您好! 在使用STTN时,将STTN_SKIP_DETECTION的值设置为False是不是会提高处理速度? 我看您代码中的逻辑: 1. 如果跳过字幕检测(STTN_SKIP_DETECTION=True),会对输入的图像文件进行完整扫描生成mask来进行后续处理; 2. 但是设置了STTN_SKIP_DETECTION=False会基于OCR的结果生成mask来进行后续处理。我试了下,您在情况1下代码生成mask的速度很慢,导致了整个处理链路的速度很慢(1920*1080 30fps,平均处理完成需要20分钟)。换成情况2,同样的视频2-3分钟就搞定了(泪目) 这个,和您在配置文件中参数的说明有出入,不知道上面我理解的是不是有出入?感谢!

When processing a video, I get the warning: "No subtitle area has been set. Video will be processed in full screen. As a result, the final outcome might be suboptimal."...

报告大帅, 显卡使用率太低了, 3090, 开3个程序运行, 一般使用率在20%以内, 怎么提高显卡的使用率, 提高速度呀? Lama, 速度太慢了