mirror of
https://github.com/YaoFANGUK/video-subtitle-remover.git
synced 2026-05-18 03:27:33 +08:00
去除propainter
This commit is contained in:
@@ -7,11 +7,10 @@ CopyrightTitle = About
|
||||
CopyrightDesc = © Copyright 2023, YaoFANGUK, Jason Eric (UI Design), Current Version: {}
|
||||
ProjectLinkTitle = Subtitle Remover
|
||||
ProjectLinkDesc = AI-based image/video hard subtitle removal and text watermark removal, generating output files with original resolution. No third-party API required, locally implemented.
|
||||
BasicSetting = Basic Settings
|
||||
AdvancedSetting = Advanced Settings
|
||||
SubtitleDetectionSetting = Subtitle Detection Settings
|
||||
SttnSetting = STTN Settings
|
||||
ProPainterSetting = ProPainter Settings
|
||||
BasicSetting = Basic Settings
|
||||
AdvancedSetting = Advanced Settings
|
||||
SubtitleDetectionSetting = Subtitle Detection Settings
|
||||
SttnSetting = STTN Settings
|
||||
AboutSetting = About
|
||||
HardwareAcceleration = Hardware Acceleration
|
||||
HardwareAccelerationDesc = Accelerate processing using GPU or ONNX backend
|
||||
@@ -34,10 +33,8 @@ SttnNeighborStride = Reference Frame Stride
|
||||
SttnNeighborStrideDesc = Default: 5
|
||||
SttnReferenceLength = Reference Frame Count
|
||||
SttnReferenceLengthDesc = Default: 10
|
||||
SttnMaxLoadNum = Max Concurrent Processing Frames
|
||||
SttnMaxLoadNumDesc = Higher values improve quality but require more VRAM (default 50).
|
||||
PropainterMaxLoadNum = Max Concurrent Processing Frames
|
||||
PropainterMaxLoadNumDesc = Higher values improve quality but require more VRAM (default 70).
|
||||
SttnMaxLoadNum = Max Concurrent Processing Frames
|
||||
SttnMaxLoadNumDesc = Higher values improve quality but require more VRAM (default 50).
|
||||
CheckUpdateOnStartup = Check Updates on Startup
|
||||
CheckUpdateOnStartupDesc = New versions offer improved stability and features (recommended).
|
||||
UpdatesAvailableTitle = Update Available
|
||||
@@ -67,7 +64,6 @@ SelectSubtitleArea = Select processing area in video preview: {}
|
||||
InpaintModeDesc = STTN Smart Inpainting: Best for real-person videos, fast speed, smart inpainting (minimum 4GB VRAM)
|
||||
STTN Subtitle Detection: With subtitle detection, no smart inpainting (minimum 4GB VRAM)
|
||||
LAMA: Good for animation videos, moderate speed (low VRAM requirement)
|
||||
ProPainter: Consumes a lot of VRAM, slower speed, best for videos with intense motion (minimum 8GB VRAM)
|
||||
OpenCV: Ultra-fast mode, inpainting effect not guaranteed, only removes text in detected regions (low VRAM requirement)
|
||||
SubtitleDetectMode = Subtitle Detection
|
||||
ErrorDuringProcessing = Error during processing: {}
|
||||
@@ -122,7 +118,6 @@ RequestError = Failed to access {}. Reason: {}
|
||||
SttnAuto = STTN Smart Erase
|
||||
SttnDet = STTN Detection
|
||||
LAMA = LAMA
|
||||
ProPainter = ProPainter
|
||||
OpenCV = OpenCV
|
||||
|
||||
[SubtitleDetectMode]
|
||||
|
||||
Reference in New Issue
Block a user