Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purfview/inpaintdelogo
Advanced delogo plugin for AviSynth+
https://github.com/purfview/inpaintdelogo
avisynth delogo hardcoded logo-detection logo-removal ocr subtitles video watermark watermark-removal
Last synced: 12 days ago
JSON representation
Advanced delogo plugin for AviSynth+
- Host: GitHub
- URL: https://github.com/purfview/inpaintdelogo
- Owner: Purfview
- License: unlicense
- Created: 2021-08-13T16:06:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T21:17:50.000Z (3 months ago)
- Last Synced: 2024-10-10T19:23:42.999Z (about 1 month ago)
- Topics: avisynth, delogo, hardcoded, logo-detection, logo-removal, ocr, subtitles, video, watermark, watermark-removal
- Homepage: https://forum.doom9.org/showthread.php?t=176860
- Size: 534 KB
- Stars: 78
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate?hosted_button_id=JF5BEQE3YQGH2)
##================================================================================================##
# #
# ____ _ __ ____ __ #
# / _/___ ____ ____ _(_)___ / /_/ __ \___ / /___ ____ ____ #
# / // __ \/ __ \/ __ `/ / __ \/ __/ / / / _ \/ / __ \/ __ `/ __ \ #
# _/ // / / / /_/ / /_/ / / / / / /_/ /_/ / __/ / /_/ / /_/ / /_/ / #
# /___/_/ /_/ .___/\__,_/_/_/ /_/\__/_____/\___/_/\____/\__, /\____/ #
# /_/ /____/ #
# #
##================================================================================================##InpaintDelogo is an advanced logo and watermark removal function using inpainting and deblending
with an adjustable fine process to hide artifacts and get best delogo results.
Can remove opaque, transparent, semi-transparent and some dynamic logos from video.
Can be used to remove hardcoded subtitles or extract them to images for OCR.Inpainting refers to the application of sophisticated algorithms to reconstruct of lost
or deteriorated parts of images or videos.
Core requirements:
AviSynth+ v3.7.2 or later ( https://github.com/AviSynth/AviSynthPlus ).
AvsInpaint v1.3 or later ( https://github.com/pinterf/AvsInpaint ).Other requirements:
MaskTools2 ( https://github.com/pinterf/masktools ).
RgTools ( https://github.com/pinterf/RgTools ).
GRunT ( https://github.com/pinterf/GRunT ).
RequestLinear ( https://github.com/pinterf/TIVTC ).
ClipBlend ( http://avisynth.nl/index.php/ClipBlend ).
RT_Stats ( http://avisynth.nl/index.php/RT_Stats ).
FrameSel ( http://avisynth.nl/index.php/FrameSel ).
GrainFactory3 ( http://avisynth.nl/index.php/GrainFactory3 ).
vsTEdgeMask ( https://github.com/Asd-g/AviSynth-vsTEdgeMask ).
TColorMask ( https://github.com/Asd-g/AviSynth-tcolormask ).
Neo_FFT3D ( http://avisynth.nl/index.php/Neo_FFT3D ).
Requirements for fast subtitles extraction:
LSMASH ( http://avisynth.nl/index.php/LSMASHSource ).
TWriteAVI ( https://github.com/Asd-g/AviSynth-TWriteAVI ).
x264vfw ( https://sourceforge.net/projects/mpxplay/files/x264vfw ).
Doom9 forum thread: https://forum.doom9.org/showthread.php?t=176860A script that can extract forced cues from a full subtitle...: https://github.com/pcroland/substoforced
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate?hosted_button_id=JF5BEQE3YQGH2)