例如:如果你的源代码放在D盘的tools文件下,并且源代码的文件夹名为video-subtitle-remover,就输入 cd D:/tools/video-subtitle-remover-main (2)创建激活conda环境 conda create -n videoEnv python=3.8 conda activate videoEnv 3. 安装依赖文件 请确保你已经安装 python 3.8+,使用conda创建项目虚拟环境并激活环境...
For example, if your source code is in the tools folder on drive D, and the source code folder name is video-subtitle-remover, enter cd D:/tools/video-subtitle-remover-main. (2) Create and activate the conda environment: conda create -n videoEnv python=3.8 conda activate videoEnv 3. ...
self.set_subtitle_config(y_p, h_p, x_p, w_p) def task(): while self.video_paths: video_path = self.video_paths.pop() if subtitle_area is not None: print(f"{'SubtitleArea'}:({self.ymin},{self.ymax},{self.xmin},{self.xmax})") self.sr = backend.main.SubtitleRemover(video...
History This branch is3 commits ahead of,21 commits behindYaoFANGUK/video-subtitle-remover:main. Folders and files Name Last commit message Last commit date parent directory .. demo.gif vsr v1.0.0 Dec 8, 2023 demo.jpg vsr v1.0.0
基于AI的图片/视频硬字幕去除、文本水印去除,无损分辨率生成去字幕、去水印后的图片/视频文件。无需申请第三方API,本地实现。AI-based tool for removing hard-coded subtitles and text-like watermarks from videos or Pictures. - video-subtitle-remover/backend at m
基于AI的图片/视频硬字幕去除、文本水印去除,无损分辨率生成去字幕、去水印后的图片/视频文件。无需申请第三方API,本地实现。AI-based tool for removing hard-coded subtitles and text-like watermarks from videos or Pictures. - video-subtitle-remover/backend/conf
基于AI的图片/视频硬字幕去除、文本水印去除,无损分辨率生成去字幕、去水印后的图片/视频文件。无需申请第三方API,本地实现。AI-based tool for removing hard-coded subtitles and text-like watermarks from videos or Pictures. - video-subtitle-remover/.condarc at
(title='Video Subtitle Remover', layout=self.layout, icon=self.icon) while True: # 循环读取事件 event, values = self.window.read(timeout=10) # 处理【打开】事件 self._file_event_handler(event, values) # 处理【滑动】事件 self._slide_event_handler(event, values) # 处理【运行】事件 self...
例如:如果你的源代码放在D盘的tools文件下,并且源代码的文件夹名为video-subtitle-remover,就输入 cd D:/tools/video-subtitle-remover-main (2)创建激活conda环境 conda create -n videoEnv python=3.8 conda activate videoEnv 3. 安装依赖文件 请确保你已经安装 python 3.8+,使用conda创建项目虚拟环境并激活环境...
例如:如果你的源代码放在D盘的tools文件下,并且源代码的文件夹名为video-subtitle-remover,就输入 cd D:/tools/video-subtitle-remover-main (2)创建激活conda环境 conda create -n videoEnv python=3.8 conda activate videoEnv 3. 安装依赖文件 请确保你已经安装 python 3.8+,使用conda创建项目虚拟环境并激活环境...