Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#581 | Link | |
Registered User
Join Date: Jan 2018
Posts: 2,085
|
With your help, i can Delogo left logo is good. Thanks
Scripts for whole video: Quote:
Last edited by kedautinh12; 10th October 2022 at 16:46. |
|
![]() |
![]() |
![]() |
#582 | Link |
Banana User
Join Date: Sep 2008
Posts: 920
|
Try again, I don't see anything like this at this frame. Maybe post timing then...
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling Last edited by VoodooFX; 10th October 2022 at 16:47. |
![]() |
![]() |
![]() |
#584 | Link | |
Registered User
Join Date: Jan 2018
Posts: 2,085
|
Quote:
Edit: I relized your both logo file only use for tfm(), can't use for another Deinterlaced ![]() Last edited by kedautinh12; 10th October 2022 at 16:58. |
|
![]() |
![]() |
![]() |
#585 | Link |
Banana User
Join Date: Sep 2008
Posts: 920
|
Only God knows what you are doing there.
![]()
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling |
![]() |
![]() |
![]() |
#586 | Link |
Registered User
Join Date: Mar 2012
Location: Texas
Posts: 1,655
|
@kedautinh12
Your sources (at least the last 3 samples you've posted) are telecined. There is no need to deinterlace them, unless you want lower quality. Earlier I saw you were using LWLibavVideoSource("source.ts", fpsnum=24000, fpsden=1001) and now ex_bob(nnedi3=true).SelectEven(), I agree with VoodooFX - who knows what you're doing. |
![]() |
![]() |
![]() |
#588 | Link |
Banana User
Join Date: Sep 2008
Posts: 920
|
I don't even want to know why you load same video five times in your script [at the top of this page], looks messy...
Let me know when you are on the next video/problem. ![]()
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling |
![]() |
![]() |
![]() |
#589 | Link | ||
Registered User
Join Date: Jan 2018
Posts: 2,085
|
Quote:
https://imgsli.com/MTI5NDky Scripts: Quote:
|
||
![]() |
![]() |
![]() |
#590 | Link | |
Registered User
Join Date: Jan 2018
Posts: 2,085
|
Quote:
https://forum.doom9.org/showthread.p...51#post1976151 |
|
![]() |
![]() |
![]() |
#591 | Link | ||
Banana User
Join Date: Sep 2008
Posts: 920
|
Quote:
![]() Told you that myself: Quote:
I'll take a look at it.
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling |
||
![]() |
![]() |
![]() |
#593 | Link | |
Banana User
Join Date: Sep 2008
Posts: 920
|
Quote:
Deblend & positive Analyze doesn't build proper alpha on V channel, you can see with Show=2. AMSS0815 is not around anymore to ask why it's like that, probably because there's not much colors in that clip [and I use AVSInpaint in not intended ways], but why then alpha on U is build... Anyway, use negative Analyze, delogo looks not bad with it [later I'll look if it can be done better]: Code:
#LWLibAvVideoSource("D:\Otome Shinto.ts").QTGMC( Preset="Medium", Sharpness=0.0).SelectEven() # to lossless LWLibAvVideoSource("D:\Otome Shinto_lossless.mkv").Trim(48,6990) InpaintDelogo( mask="D:\mask.bmp", Loc="76,40,-1252,-904", Mode="Deblend", Analyze=-2, dPP=5, IntSpd=4) #Crop(76,40,-1252,-904) #to take screenshots Original vs Yours vs Analyze=2 vs Analyze=-2 ![]() ![]() ![]() ![]() Basemask: https://i.imgur.com/0zWhTWP.png BOTTOM LOGO: You didn't created a proper basemask of whole logo. Automask can't create precise mask for very faint shadow's edges like this, so you need to make a basemask by yourself. Shadow is transparent and letters are not, so use Both mode [use Show=1 to adjust opaque mask]: Code:
#LWLibAvVideoSource("D:\Otome Shinto.ts").QTGMC( Preset="Medium", Sharpness=0.0).SelectEven() # to lossless LWLibAvVideoSource("D:\Otome Shinto_lossless.mkv").Trim(220,6767) InpaintDelogo( mask="D:\mask2.png", Loc="60,900,-1160,-30", Analyze=3, Mode="Both", oTune=-7, oTinflate=2, dPP=5, IntSpd=4, Turbo=-1) #Crop(60,900,-1160,-30) # to take screenshots Original vs Yours vs My ![]() ![]() ![]() Masks: https://we.tl/t-mYhaD6ppsQ
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling Last edited by VoodooFX; 10th October 2022 at 22:39. |
|
![]() |
![]() |
![]() |
#594 | Link | |
Registered User
Join Date: Jan 2018
Posts: 2,085
|
Quote:
|
|
![]() |
![]() |
![]() |
#595 | Link |
Banana User
Join Date: Sep 2008
Posts: 920
|
I've fixed positive Analyze delogo, need to do more tests. Do you have other colored logo?
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling |
![]() |
![]() |
![]() |
#596 | Link | |
Registered User
Join Date: Jan 2018
Posts: 2,085
|
Quote:
https://drive.google.com/file/d/1Z8O...ew?usp=sharing Last edited by kedautinh12; 11th October 2022 at 13:56. |
|
![]() |
![]() |
![]() |
#597 | Link |
Banana User
Join Date: Sep 2008
Posts: 920
|
Thanks, but logo there is almost always in a black background, I need video where logo is in various backgrounds, same red logo is OK too.
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling |
![]() |
![]() |
![]() |
#598 | Link | |
Registered User
Join Date: Jan 2018
Posts: 2,085
|
Quote:
![]() Last edited by kedautinh12; 11th October 2022 at 15:28. |
|
![]() |
![]() |
![]() |
#600 | Link | |||
Registered User
Join Date: Jan 2018
Posts: 2,085
|
Quote:
Top Logo: Quote:
Quote:
|
|||
![]() |
![]() |
![]() |
Tags |
delogo, hardsubs, ocr, remove, watermark |
Thread Tools | Search this Thread |
Display Modes | |
|
|