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 |
17th November 2021, 01:05 | #41 | Link |
Banana User
Join Date: Sep 2008
Posts: 1,015
|
Can't you do everything in one go from one script, like using RT_Stats to parse clips and write/read from its DB files?
And why not deal with the missing frames issue at the capture stage instead of interpolating them after?
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling Last edited by VoodooFX; 17th November 2021 at 01:13. |
17th November 2021, 02:28 | #42 | Link | |
Registered User
Join Date: Feb 2002
Location: California
Posts: 2,711
|
Quote:
I hope to get to your code in a few days and see if I can make it work. Thanks for all the help. |
|
17th November 2021, 11:44 | #43 | Link | |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,993
|
By the way, I've just noticed this
Quote:
Code:
BlackFrame = BlankClip( source, Color=$000000 ).levels(16,1,235,0,255,false) # Must Haves in Blue WhiteFrame = BlankClip( source, Color=$FFFFFF ).levels(16,1,235,0,255,false)
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? Last edited by StainlessS; 17th November 2021 at 11:57. |
|
17th November 2021, 18:06 | #44 | Link |
Banana User
Join Date: Sep 2008
Posts: 1,015
|
Are you sure? Wiki says that it's added from v2.55.
Without levels should be faster: Code:
BlackFrame = BlankClip( source, Color_yuv=$000000, pixel_type="Y8" ) WhiteFrame = BlankClip( source, Color_yuv=$FFFFFF, pixel_type="Y8" )
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling Last edited by VoodooFX; 17th November 2021 at 18:08. |
17th November 2021, 18:33 | #45 | Link | |
Registered User
Join Date: Jan 2007
Posts: 88
|
Quote:
If you let me have some of your wedding footage, I'll put it through my program and generate a textfile for the Avisynth script so we can see how well it works. The constraints of my vintage computer mean I can only process up to 16,000 frames at a time, but of course I can do it in sections. |
|
17th November 2021, 20:14 | #46 | Link | ||
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,993
|
Quote:
Guess I got mixed up with Color_YUV for AddBorders and Letterbox in AVS+. [ I even did a script to convert Colors_RGB.avsi to a Colors_YUV.avsi, so go figure ] Quote:
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? Last edited by StainlessS; 18th November 2021 at 13:02. |
||
18th November 2021, 04:41 | #47 | Link | |
Registered User
Join Date: Feb 2002
Location: California
Posts: 2,711
|
Congratulations. I've got 70 coming up next year.
Quote:
I keep getting interrupted with more projects and things that need fixing (our microwave just quit, and I'd rather repair it than get a new one because it is built in). I could go on, but I'm about three interrupts deep and will need to pop the stack several times before I get back to this. |
|
19th April 2022, 14:13 | #48 | Link |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,671
|
OT
Microwave oven: If it pops fuses you may go for a search to inrush current limiter. Could be a timed relay bridging a resistor, the latter being burnt or bad contact, or a NTC. I drew a partial schematic of a Siemens HE0867 recently. PM me if you like. /OT
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." |
19th April 2022, 19:05 | #49 | Link | |
Registered User
Join Date: Feb 2002
Location: California
Posts: 2,711
|
Quote:
This time I decided that method had run its course, so I poked around and, to my great amazement, found an NIB exact replacement. I installed it, the part works perfectly, and I expect the microwave will probably outlast me (something, I now realize, is probably true of a lot of things around here). Last edited by johnmeyer; 20th August 2023 at 16:11. Reason: typo: replaced "switch" with "file" |
|
20th April 2022, 09:51 | #50 | Link |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,671
|
Congrats ! Yes, hardswitching that 1,5kW transformer demands its toll from the contacts...
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." |
Tags |
drops, duplicates, tdecimate |
Thread Tools | Search this Thread |
Display Modes | |
|
|