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 5th January 2003, 15:33   #21  |  Link
wotef
Registered User
 
wotef's Avatar
 
Join Date: Apr 2002
Posts: 272
maybe! but this is what i think i'm doing (no longer filtering chroma), if i use: deen("a3d",3,4,0,4)

name is a3d
mode is 3, 7x7 radius
luma threshold of 4
chroma threshold of 0
temporal influence threshold of 4

let me know if that's odd, cause, well, the results are looking good to me and i'm using it on a 3 hour encode that just started!

Last edited by wotef; 5th January 2003 at 15:36.
wotef is offline   Reply With Quote
Old 5th January 2003, 16:12   #22  |  Link
Marc FD
XviD fan
 
Marc FD's Avatar
 
Join Date: Jun 2002
Location: France
Posts: 907
exactly that ^^
Marc FD is offline   Reply With Quote
Old 5th January 2003, 19:04   #23  |  Link
FuPP
TotalEclipseOfTheBrain
 
FuPP's Avatar
 
Join Date: Sep 2002
Posts: 347
I've made some tests around a3d and c3d; these tests have been made using a dvd source with heavy noise.

parameters used (aim : eliminate noise but not at the cost of details)

a3d : deen("a3d",4,5,8,3)
c3d : deen("c3d",0,5,8,3)

Both seem stable and robust, and gave me the same compressibility (gain about 6.5%); but a3d looks more pleasant to my eyes. It is though really slower !

I've tried to compare c3d and convolution3d : I can't manage to get similar results; I don't know if it is caused by your implementation or related to the temporal influence parameter which is not already implemented in convolution3d (yv12 version).


Regards,
FuPP.
FuPP is offline   Reply With Quote
Old 6th January 2003, 16:37   #24  |  Link
wotef
Registered User
 
wotef's Avatar
 
Join Date: Apr 2002
Posts: 272
i've found this to be quite similar, although i am comparing convolution3d yuy2

convolution3d(0,3,3,7,3,2,0) ~ deen("a3d",3,3,0,3)
wotef is offline   Reply With Quote
Old 6th January 2003, 22:17   #25  |  Link
seewen
Registered User
 
Join Date: Jun 2002
Posts: 250
The new Version of Deen ( beta 2) works very well. No more Loading probelms.

And I love the effect of "a3d" ( find that lokks better than "c3d". Of course it's personal taste).
seewen is offline   Reply With Quote
Old 12th September 2003, 01:38   #26  |  Link
jorel
Guest
 
Posts: n/a
Quote:
Originally posted by Marc FD
just one thing

>deen("a3d",3,4,1,4)
>deen("a3d",3,6,1,6)
>deen("a3d",4,9,1,9)

is you don't want to filter chroma, use thrUV=0, it'll give a nice speed boost.
@ Marc FD and Deen users

i'm using Deen() and need recomendations of
differents parameters for clean dvd source to make svcds!

all hints are welcome,the read me is so advanced for me.


thanks!
  Reply With Quote
Old 15th September 2003, 14:33   #27  |  Link
telemike
Registered User
 
telemike's Avatar
 
Join Date: Apr 2003
Location: Monsters, Inc.
Posts: 180
When you use just plain Deen(), what is Deen doing? Thanks.
telemike is offline   Reply With Quote
Old 16th September 2003, 02:32   #28  |  Link
jorel
Guest
 
Posts: n/a
Quote:
Originally posted by telemike
When you use just plain Deen(), what is Deen doing? Thanks.
Deen() give the default adjusts like wroten in the read-me:
deen(string "name",int "mode",int "thrY",int "thrUV", float "ti")
name :default : "c3d"
mode :default : 0
thrY,UV :default : 10,12
ti :default is 3

- you can test "a3d"&"a2d" mode.
you can try deen("a3d",1,10,12) as an alternative
to c3d with <111> matrix or deen("a2d",2,10,12)
for 5x5 spatial filtering.

- "m2d" is in alpha-stage.
but you can take a look at deen("m2d",1,10,12)
(mmxed 2d msoften2 / 21x21 emulation )

and after 3904 views,someone will got good results from
clean dvd sources, and can show recomendations using
differents parameters that are "too big" for my knowledge!

using the "defaults" is great,...maybe some more hints
can turn the "great" to "incredible'!
  Reply With Quote
Old 19th September 2003, 15:38   #29  |  Link
jorel
Guest
 
Posts: n/a
Quote:
Originally posted by wotef
maybe! but this is what i think i'm doing (no longer filtering chroma), if i use: deen("a3d",3,4,0,4)

name is a3d
mode is 3, 7x7 radius
luma threshold of 4
chroma threshold of 0
temporal influence threshold of 4

let me know if that's odd, cause, well, the results are looking good to me and i'm using it on a 3 hour encode that just started!
thanks for that hint wotef!

deen("a3d",3,4,0,4)
is wonderfull...clean colors!
give the same final size if use(don't know why)
deen("a3d",3,4,1,4)
!

ps:
where is Marc FD?

and why don't have more versions or hints for Deen?
thanks!
  Reply With Quote
Old 19th September 2003, 17:12   #30  |  Link
lamer_de
Member
 
lamer_de's Avatar
 
Join Date: Dec 2001
Location: somewhere far beyond
Posts: 270
Quote:
where is Marc FD?
He left this forum/his filters a long time ago, I think it was in the beginning of 03.

Quote:
and why don't have more versions or hints for Deen?
MarcFD never published his source code for this filter. There aren't that many parameters and their effects are easy visible/understandable, so I guess there was no need to describe the parameter in more detail/give more examples. And, as always, the parameter depend on your source. Just play around a bit, there's nothing you can break

CU,
lamer_de
lamer_de is offline   Reply With Quote
Old 19th September 2003, 17:49   #31  |  Link
jorel
Guest
 
Posts: n/a
"He left this forum/his filters a long time ago, I think it was in the beginning of 03"
really sorry!

thanks for atention lamer_de!
  Reply With Quote
Reply

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 18:18.


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