Convolution3d Compressibility Check » Savings & Budgeting » Forum
Forum

Forum



ПоискПоиск   Users   Registration   Entrance
Today: 04.04.2025 - 02:52:19
Pages:  1  

Convolution3d Compressibility Check

Advertising

.
MessageAuthor

Any ideas on how I can compare the compressibility of convolution3d'd movies vs. non-convolution3d'd? I'd like to do this in GordianKnot using as much of its built-in features as possible. Suggestions please? Thank you. :)

-------------------------------
E36 M3 - Track Whore / E39 530i / PSD Excursion / '92 Mustang Coupe (580RWHP/573RWTQ) / 993 -Sold

Holeshot

users




Statistics:
Messages: 350
Registration: 04.25.2002
01.02.25 - 01:02:29
Message # 1
RE: Convolution3d Compressibility Check

@JohnMK To use/test convolution3d, you have to edit your avs script and load convolution3d.dll first. You can use "trim" in your avs script to select a short part of the movie and run your tests with and without convolution3d (just like you would do with any other external filter). regards, iago just for example (all the paths and parameters should be changed of course ;)): script1 ------- LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll") LoadPlugin("C:\PROGRA~1\GORDIA~1\convolution3d.dll") mpeg2source("D:\MOVIE\MOVIE.d2v") Trim(15000,18000) crop(2,5,716,467) convolution3d(0,4,4,4,4,3,0) LanczosResize(640,352) script2 ------- LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec.dll") #LoadPlugin("C:\PROGRA~1\GORDIA~1\convolution3d.dll") mpeg2source("D:\MOVIE\MOVIE.d2v") Trim(15000,18000) crop(2,5,716,467) #convolution3d(0,4,4,4,4,3,0) LanczosResize(640,352) If you gonna use constant quantizers, file sizes will give you an idea about compressibility. If you wanna test using two-pass, run debugview and then analyze/compare the quantizers.

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

JRiggs

users




Statistics:
Messages: 324
Registration: 05.07.2003
01.02.25 - 01:10:07
Message # 2
RE: Convolution3d Compressibility Check

I'm aware of that. What I'm unaware of is how to make it easy to use, considering I'm very used to the standard 'Now' compress check in Gordian Knot. I found a LastCompCheck.avs file in C:\program files\GordianKnot. If I edit that and add in my convolution3d parameters, how can I have it use that for the compress check, and not overwrite it with a new one?

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

DSK M3/4

users




Statistics:
Messages: 2,003
Registration: 06.11.2001
01.02.25 - 01:20:24
Message # 3
RE: Convolution3d Compressibility Check

Try asking in the G-knot forum instead, since it's more a question of Gknot functionality.

-------------------------------
- Dan Diffsonline Custom BMW Differentials, Race Axles and Transmissions

diffsonline

users




Statistics:
Messages: 25
Registration: 09.09.2003
01.02.25 - 01:24:44
Message # 4
RE: Convolution3d Compressibility Check

@iago: When you crop in odd numbers: - The worst that can happen is you get artifacts. - Even if all filters can handle it perfectly they will still interpolate information (which is also not a good thing). To avoid both, always crop in even numbers.

-------------------------------
Search PelicanParts.com: Available Now - "101 Projects for Your 3-Series BMW." Focusing on the E30 and E36 cars, this book has performance projects along with restoration and appearance upgrades. Click Here to Order

Wayne@PelicanParts

users




Statistics:
Messages: 42
Registration: 09.09.2002
01.02.25 - 01:32:32
Message # 5
RE: Convolution3d Compressibility Check

Horizontally that is true, but vertically it shouldn't matter. If filters doesn't support it, they should throw an error, otherwise they're buggy!

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

LukasBMW

users




Statistics:
Messages: 638
Registration: 07.30.2003
01.02.25 - 01:43:37
Message # 6
RE: Convolution3d Compressibility Check

@JohnMK for compressibility test with divx5 check 200/(average quant) will give you approximate %

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

JasonNagra

users




Statistics:
Messages: 18
Registration: 01.23.2002
01.02.25 - 01:49:56
Message # 7
RE: Convolution3d Compressibility Check

Hiya, just add this line to the bottoms of your avs: SelectRangeEvery(280,14) And encode the avs with Vdub or something. Then, open GordianKnot and press the Load button on the Bits/Pixel*Frame box and load your stats file. Oh, and I think this method only works for Divx3.11 and XviD.

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

Keef

users




Statistics:
Messages: 528
Registration: 05.14.2002
01.02.25 - 01:53:59
Message # 8
RE: Convolution3d Compressibility Check
Next topic: Proposition of a new tool for scenarist
Pages:  1  

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


Participants