digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   CQ vs. CQ_VBR ... VERY INTERESTING... (http://www.digitalfaq.com/archives/avisynth/1910-cq-vs-cqvbr.html)

m0rdant 01-15-2003 12:24 AM

Quote:

Originally Posted by urban tec

Hi M0rdant,
I have found this also help with audio if I burn as svcd I can use min 300 otherwise I need to use min 750 (Pioneer dv344), I have however noticed a sort of shimmering in some scenes when I use this method that does not exist if I burn as vcd, have you experienced the same?

I have noticed a brightness around the edge of letter boxing that seems to shimmer but I always thought it was just because my very old TV couldn't handle the brightness/contrast...because on darker scenes I don't notice it.

SansGrip 01-15-2003 12:27 AM

Quote:

Originally Posted by m0rdant
I have noticed a brightness around the edge of letter boxing that seems to shimmer

It might be the result of the borders not being a multiple of 16. If they aren't they'll occur in the middle of a macroblock, and artifacts will appear.

urban tec 01-15-2003 12:55 AM

Quote:

I have noticed a brightness around the edge of letter boxing that seems to shimmer but I always thought it was just because my very old TV couldn't handle the brightness/contrast...because on darker scenes I don't notice it
I found it most prevelant in animation ie: disney, almost to the point that it is unwatchable not so much in normal movies. I think I might do some more testing with the new matrix etc as this was early on in my kvcd experience.

Boulder 01-15-2003 05:06 AM

Quote:

Originally Posted by urban tec
Quote:

For Pioneer players you can try encoding in mpeg 1 as usual (352x480, 528x480) but burn the mpeg 1 file as an SVCD with VCDeasy.
Hi M0rdant,
I have found this also help with audio if I burn as svcd I can use min 300 otherwise I need to use min 750 (Pioneer dv344), I have however noticed a sort of shimmering in some scenes when I use this method that does not exist if I burn as vcd, have you experienced the same?

I don't know if it's the same thing, but if I burn a 352x288 clip as SVCD, there's that shimmering. I suppose it's caused by the standalone player (Pioneer DV-343) which thinks that the clip is SVCD and therefore 576 lines and doesn't stretch the picture correctly. If I burn a 352x576 clip, it plays like a normal SVCD.

Burning as SVCD is the only way for me to get rid of audio clipping. It's really of no use to make a 352x288 clip with a minimum bitrate of 700 or so. I'll rather go for a larger resolution and use a minimum of 150 or 300 (150 does work fine for me).

GFR 01-15-2003 05:49 AM

Quote:

Originally Posted by SansGrip
New x3 template, 400 min bitrate.

Code:

Mpeg2Source("..\signs.d2v")
Telecide()
Decimate()
GripFit(528, 480, overscan=1)
FluxSmooth()
TemporalSoften(2, 5, 7)
Cnr2()
#Sampler()
LegalClip()


Did you find it necessary to use Cnr2 with a DVD rip? I thougth it was more useful with captures from analog (tuner or VHS).

Boulder 01-15-2003 07:26 AM

Kwag,

what's the latest prediction formula? You've been talking about a factor of 0.98 but I'm not sure where it should be in the manual calculation.

SansGrip 01-15-2003 08:27 AM

Quote:

Originally Posted by GFR
Did you find it necessary to use Cnr2 with a DVD rip?

I was just testing denoisers :). I've since stopped using that one because it seems to produce visible chroma ghosting.

black prince 01-15-2003 10:50 AM

@All,

Just encoded "Blood Work", 1hr 40minutes, using KVCD-LBR (352x240),
GOP 1-24-2-1-24, Q-Matrix Notch (Beta-1a), CQ = 80. The result,video
file size 688MB, audio 160kb, final A/V file size 798MB. Picture
quality is Fantastic 8O :D , EXCEPT for Gibbs, Gibbs, Gibbs. :cry:
This is the best LBR by far that I've made :D Flashing was gone, no
artifacts, DCT noise was gone, but Gibbs was good but still noticable. 8)
What can be done about Gibbs noise. :?

-black prince

GFR 01-15-2003 12:22 PM

Quote:

Originally Posted by SansGrip
Quote:

Originally Posted by GFR
Did you find it necessary to use Cnr2 with a DVD rip?

I was just testing denoisers :). I've since stopped using that one because it seems to produce visible chroma ghosting.

Do you have a preference for any other Chroma stabilizing filter? (I like flaxen's VHS, but it's in for vdub).

SansGrip 01-15-2003 12:42 PM

Quote:

Originally Posted by black prince
Just encoded "Blood Work", 1hr 40minutes, using KVCD-LBR (352x240)

Why use LBR for 1h40m?

Quote:

What can be done about Gibbs noise. :?
Not a lot. It might be possible to tweak the matrix, but the compression has to come from somewhere...

dreamhost 01-28-2003 08:34 PM

Re: KDVD first V2 sample
 
Quote:

Originally Posted by kwag
[code]LoadPlugin("C:\encoding\MPEG2DEC.dll")
LoadPlugin("C:\encoding\fluxsmooth.dll")
LoadPlugin("C:\encoding\GripFit_preview.dll")
LoadPlugin("C:\encoding\blockbuster.dll")
LoadPlugin("C:\encoding\legalclip.dll")
LoadPlugin("C:\encoding\sampler.dll")
LoadPlugin("C:\encoding\vobsub.dll")

Could someone provide a link to these filters? I have looked everywhere, searched these forums and doom9... :( must be missing something somewhere

thanks in advance

black prince 01-28-2003 09:00 PM

@dreamhost,

dreamhost wrote:
Quote:

Could someone provide a link to these filters? I have looked everywhere, searched these forums and doom9... must be missing something somewhere
Try this link: :)

http://www.kvcd.net/forum/viewtopic.php?t=2553

-black prince

dreamhost 01-28-2003 09:13 PM

thanks so much
the only ones i can't seem to find are
MPEG2DEC.dll
vobsub.dll

do you know where to get those?
thanks so much

jorel 01-28-2003 09:36 PM

Quote:

Originally Posted by dreamhost
thanks so much
the only ones i can't seem to find are
MPEG2DEC.dll
vobsub.dll

do you know where to get those?
thanks so much

get it here:

http://www.doom9.org/index.html?/software.htm

after click in "(show me more)" in the page,ok?

:)

dreamhost 01-28-2003 11:40 PM

thanks, I found the first one, but can't find the vobsub.dll
I downloaded everything that said vob, unzipped but still no vobsub.dll
help :)

jorel 01-29-2003 01:07 AM

Quote:

Originally Posted by dreamhost
thanks, I found the first one, but can't find the vobsub.dll
I downloaded everything that said vob, unzipped but still no vobsub.dll
help :)

http://www.doom9.org/index.html?/software.htm

1 - click in
Subtitles

2 - then click in
(show me more)

3 - and you see:

VobSub 2.23 (click and download) :wink:

DaDe 02-14-2003 10:29 AM

Hi everybody!!

I just wanted to know wich is the latest high quality script and the latest prediction formula, anyone knows or have an aproximated idea?

Any help will be appreciated!

Saludos para todos,
DaDe.

kwag 02-14-2003 01:13 PM

Hola Dade :D

Here's a script I'm using:

Code:

LoadPlugin("C:\encoding\mpeg2dec.dll")
LoadPlugin("C:\encoding\GripFit_preview.dll")
LoadPlugin("C:\encoding\blockbuster.dll")
LoadPlugin("C:\encoding\legalclip.dll")
LoadPlugin("C:\encoding\sampler.dll")
LoadPlugin("C:\encoding\dustv5.dll")
LoadPlugin("C:\encoding\temporalcleanerold.dll")

Mpeg2Source("K:\S1M0NE_WS\VIDEO_TS\simone.d2v")
LegalClip()
GripCrop( width=528, height=480, overscan=2 )
GripSize()
SpaceDust()
TemporalCleaner()
Blockbuster(method="noise", variance=.3, seed=1 )
GripBorders()
LegalClip()
Sampler(length=24)

## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##

If you want a sharper picture, you can try GripSize(resizer = "Lanczosresize")

-kwag

jorel 02-14-2003 01:15 PM

i "think" this is the last Kwag's script:


LoadPlugin("C:\encoding\mpeg2dec.dll")
LoadPlugin("C:\encoding\GripFit_preview.dll")
LoadPlugin("C:\encoding\blockbuster.dll")
LoadPlugin("C:\encoding\legalclip.dll")
LoadPlugin("C:\encoding\sampler.dll")
LoadPlugin("C:\encoding\dustv5.dll")
LoadPlugin("C:\encoding\temporalcleanerold.dll")

Mpeg2Source("x:\xxx\VIDEO_TS\xxx.d2v")
LegalClip()
GripCrop( width=528, height=480, overscan=2 )
GripSize()
SpaceDust()
TemporalCleaner()
Blockbuster(method="noise", variance=.4, seed=1)
GripBorders()
LegalClip()
Sampler(length=24)

ok? :wink:

jorel 02-14-2003 01:16 PM

oops....... hello Kwag.....
i'm posting with you again!!! :D :wink:


All times are GMT -5. The time now is 03:58 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.