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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 22nd November 2022, 17:20   #41  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,153
Don't up attach file here, you will waiting moderator approval forever
kedautinh12 is offline   Reply With Quote
Old 22nd November 2022, 21:30   #42  |  Link
color
Registered User
 
color's Avatar
 
Join Date: May 2016
Posts: 235
Quote:
Originally Posted by kedautinh12 View Post
Don't up attach file here, you will waiting moderator approval forever
Ah, that explain some things.
__________________
Automatic Colorization
color is offline   Reply With Quote
Old 23rd November 2022, 09:30   #43  |  Link
color
Registered User
 
color's Avatar
 
Join Date: May 2016
Posts: 235
Quote:
Originally Posted by VoodooFX View Post
You are even more hardcore than me, InpaintDelogo has zillion possible combinations of the parameters to make some specific frame look better.

Look, Inpaint [adjusted] vs Deblend:

How did you get deblend so good? Can you share the script?
__________________
Automatic Colorization
color is offline   Reply With Quote
Old 24th November 2022, 06:04   #44  |  Link
VoodooFX
Banana User
 
VoodooFX's Avatar
 
Join Date: Sep 2008
Posts: 985
Quote:
Originally Posted by color View Post
How did you get deblend so good? Can you share the script?
Sry for the late answer, I used personal "dev" version, didn't had time for a public release yet, expect it sooner than later...
VoodooFX is offline   Reply With Quote
Old 24th November 2022, 17:36   #45  |  Link
VoodooFX
Banana User
 
VoodooFX's Avatar
 
Join Date: Sep 2008
Posts: 985
On that frame I used something like this [you need to get v3.4 for it to work]:

Code:
LWLibAvVideoSource("D:\output.mkv")
Trim(500,11363)
InpaintDelogo(mask="D:\mask.bmp", Loc="1388,944,-280,-24", Mode="Deblend", Analyze=3, Interp=3, IntSpd=4, Optimize=1, dPP=-5, Greyscale=1)
Or you can download ebmp: https://we.tl/t-BSOqlnl5By

You can use ebmp like this:
Code:
InpaintDelogo(mask="D:\UCLA.ebmp", Loc="1388,944,-280,-24", Interp=3, IntSpd=4, Optimize=1, dPP=-5, Greyscale=1)
VoodooFX is offline   Reply With Quote
Old 25th November 2022, 09:32   #46  |  Link
color
Registered User
 
color's Avatar
 
Join Date: May 2016
Posts: 235
Quote:
Originally Posted by VoodooFX View Post
On that frame I used something like this [you need to get v3.4 for it to work]:

Code:
LWLibAvVideoSource("D:\output.mkv")
Trim(500,11363)
InpaintDelogo(mask="D:\mask.bmp", Loc="1388,944,-280,-24", Mode="Deblend", Analyze=3, Interp=3, IntSpd=4, Optimize=1, dPP=-5, Greyscale=1)
Or you can download ebmp: https://we.tl/t-BSOqlnl5By

You can use ebmp like this:
Code:
InpaintDelogo(mask="D:\UCLA.ebmp", Loc="1388,944,-280,-24", Interp=3, IntSpd=4, Optimize=1, dPP=-5, Greyscale=1)
I did update to your new script as well. Thank you.
__________________
Automatic Colorization
color is offline   Reply With Quote
Reply

Tags
avisynth, virtualdub

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 20:17.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.