Help with Convolution3D usage (interlaced video) » Banking & Loans » Forum
Forum

Forum



ПоискПоиск   Users   Registration   Entrance
Today: 13.06.2025 - 08:44:52
Pages:  1  

Help with Convolution3D usage (interlaced video)

Advertising

.
MessageAuthor

Just use this instead Code:

-------------------------------
"The koalas are so hungry they are eating pine needles," "What will tourists think of a habitat of denuded trees with desperate, starving koalas roaming the damaged landscape?"

Canatro

users




Statistics:
Messages: 99
Registration: 02.26.2001
12.03.20 - 20:39:35
Message # 1
RE: Help with Convolution3D usage (interlaced video)

I fail to see the advantage of the ViewFields/UnViewFields method. I'd rather use the classic approach of separating the fields. bb

-------------------------------
i got injectors

b18cls1

users




Statistics:
Messages: 348
Registration: 10.29.2003
12.03.20 - 20:50:24
Message # 2
RE: Help with Convolution3D usage (interlaced video)

Do it at least correctly, and add DoubleWeave.SelectOdd()

-------------------------------

zeit00

users




Statistics:
Messages: 5,438
Registration: 08.15.2002
12.03.20 - 20:59:10
Message # 3
RE: Help with Convolution3D usage (interlaced video)

The (Un)ViewFields script may be simpler, but as scharfis_brain pointed out, you should not use it in conjunction with spatial filtering (having an impact in the vertical direction). bb

-------------------------------
Kenny... "...and despite your rather demented sense of humor, poor board manners, and general attitude, you drive well."

Kenzo

users




Statistics:
Messages: 719
Registration: 12.12.2002
12.03.20 - 21:03:04
Message # 4
RE: Help with Convolution3D usage (interlaced video)

As mentioned, just use my . They're designed to be used with spatial-temporal smoothers. The primary disadvantage of the SeparateFields() method is that Dust doesn't like to be called twice. By the way, what's the deal with the DoubleWeave().SelectOdd() stuff? Shouldn't Interleave(...).AssumeFieldBased().Weave() be sufficient? Edit: Oh, that reminds me. Another complication with the SeparateFields() method is that you'll need to keep track of the field-order. There really needs to be an AssumeTFF()/AssumeBFF() call before Weave(). FWIW, my Unfold/FoldFieldsVertical functions take care of all that for you.

-------------------------------

clex2

users




Statistics:
Messages: 578
Registration: 10.30.2003
12.03.20 - 21:10:25
Message # 5
RE: Help with Convolution3D usage (interlaced video)

Let me ask a direct question. I basically use one noise filter combo, Undot().Deen() on my progressive source when needed because it is simple and effective and I don't have to think about it much. My limited understanding of Stickboy's [un]UnfoldFieldsVertical is that it takes care of all the stuff I don't want to think about the few time a month I do interlaced. Assuming top field first, when dealing with 60i from a DVD source like an interlaced trailer, is this a correct usage?: jdl_UnfoldFieldsVertical(flip=true) Undot().Deen() # resize here also if vertical resize? jdl_FoldFieldsVertical(flip=true) What I am looking for is the simplest way to take the commands from my progressive source scripts and move them over to the interlaced scripts with the least amount of effort. I suspect there may be a lot of other folks that would like a simple recipe also. Frankly, interlaced is just a PITA and good enough is good enough for a cheesy trailer.

-------------------------------

MP525i

users




Statistics:
Messages: 4,494
Registration: 05.24.2002
12.03.20 - 21:13:50
Message # 6
RE: Help with Convolution3D usage (interlaced video)

John, you are correct, you don't need the "DoubleWeave.SelectEven()". Now if you take a deep breath and dig into what these weave and select commands do, you'll find out that nobody needs this command, because it is a NOP, i.e. it does nothing except eating processing time. bb

-------------------------------
EX-NASA SpecE30 Racer---NASA Florida Certified Instructor

jblack

users




Statistics:
Messages: 2,288
Registration: 05.10.2002
12.03.20 - 21:18:49
Message # 7
RE: Help with Convolution3D usage (interlaced video)
Filename size limit in DVDShrink : Previous topic
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants