![]() |
Optimal or Girv for Divx encodes?
The subject pretty much sums it up. Which one do you use, and why??
|
I just so happen to be using this one.
Code:
###################################################################### |
Looks good. I'll have to try that soon. Re: ATC, is that another avisynth filter or is it already plugged in? Also, will I need any new filters other than those that come with the latest Moviestacker?
|
You need AVISynth 2.5 along with Blockbuster for 2.5 and ATC. The full guide is here:
http://www.kvcd.net/forum/viewtopic.php?t=5142&start=0 And the filters are here: http://www.avisynth.org/~warpenterprises/ Enjoy. I know I did. :wink: |
Quote:
1/ do the last blockbuster after the resizing as else this one will crunch some of the noise added by blockbuster and the effect will be less efficient. 2/ the seed used for both blockbuster lines must be different else you have two time the noise on exactly the same pixels off the picture. That's a derivate of random number generation based on a seed. |
Dialhot,
Great ideas! What value can I use in the second blockbuster as seed? I was thinking about trying BlindPP() before all the filters... Just some extra thoughts... []'s Vmesquita |
The seed is only a starting point for the randomizer, you can put whatever you want. I use to put "5823" and "5623".
|
I'm not a pro at writing scripts yet, so it should look like this?
Code:
###################################################################### |
I think it's ok. You should try without the last convertToYuY2 as I never use it and everything is ok on my PC. It depends on the codec pack you have I guess.
|
DialHot,
Converttoyuy2() is needed for CCE unless you have a yu12 decoder, I guess there is one that comes with FFVFW. []'s Vmesquita |
yu12 or yv12 ?
Because everything is already in yv12 in your script, no ? |
DialHot,
Spell error, I meant yv12. Everything in the script is already yv12, but CCE only accepts yuy2 input unless you have a yv12 decoder. []'s Vmesquita |
So if I'm using TMPGEnc I don't need
Code:
converttoyuy2() |
I use Girv/Dialhot script and I like the quality very much but there's not so much compression. Has anyone some ideas which filter I can ad to get a smaller filesize without affecting quality. Encoding time doesn't matter.
Thanx |
Quote:
With old SVCD we need twice the size in MPEG2 than in MPEG4. Btw, If you want to drop a little the size, you can change Lanczos resizer to Bicubic (and perhaps then, add a "asharp(1,4)" just after the resizing). |
@ Dialhot
Of course there's "godam good compression" as you say it. What I meant was in comparison with the ma script the filesize (with constant cq) is bigger. So I have to down the cq with something like 4 points in comparison withe the ma script. Maybe this wasn't so clear because my english is not so good. I didn't mean to say that kvcd doesn't give good compression. I asked if there maybe were some filters that could give me some more compression without affecting quality. You did give me some advise so I will look If change to bicubic will give me some smaller filesize. thanx |
boeddha,
The main purpose of the Girv script is kill DCT blocks that are very common in DivX source. Since that is done in part by adding noise, it's hard to getter a better compression than the MA script. But of course we don't want better compression at all costs, we want better compression but also the better picture. I wouldn't mind lowering the CQ if I know that in the end my movie will look better because some of the weekness of the sources has (almost) gone away. As Dialhot said, you can try bicubic, a less sharp picture will of course be more compressible... []'s Vmesquita |
You can also do a very slight blur on the luma (slight because MPEG4 already soften a lot).
Try : MergeLuma(Blur(0.1)) after all the other filters (just before resizing). |
Hey guys, are you using CQ_VBR or CQ for your encodes? According to Kwag, CQ_VBR is better with Blockbuster...
|
I know what said Kwag about this, but blockbuster is efficient even in CQ mode. Perhaps less efficient, but efficient enought.
So, as already told in an other thread what I use is : CQ_VBR for VCD res and CQ for res above that. |
Quote:
He even proved it in the "CQ vs. CQ_VBR" thread. At 352x240, in CQ_VBR, it works very well. Above that resolution and using CQ, no matter how strong you apply Blockbuster noise, it barely diminishes the DCT blocks. He provided screenshots in the thread mentioned above. -kwag |
The problem here is different : we use blockbuster for eliminate already existing blocks that are in divx. Not for avoiding new ones.
For this purpose (I can't provide screenshots, sorry ;-)), blockbuster works either in CQ than CQ_VBR mode. Now, I agree with you that CQ_VBR is better only at VCD res, and CQ for res above. |
Ok, I see. Then you're "spraying" the DCT blocks with noise :mrgreen:
-kwag |
Yes it is :-D
|
Does this script look okej :arrow:
Code:
LoadPlugin("C:\Filters\MPEG2Dec3.dll") //Wolfi |
Quote:
|
Hi,nice results with the divx,xvid script but what is everyone using for prediction.
I did a manual prediciton with the last movie and it was pretty good(tiny bit too big) So whats everyone using Thanx |
Quote:
Previous versions didn't work very well, because of the sampling that was used. That was changed in version 1.2.00 -kwag |
thanx Kwag ,i'll give it a try
|
CQMatic is doing a thumbs up job on avi encodes.
|
I have tried this script and the results are promising. But as far as I know we have to use a different setup in TMPGEnc due to the fact that we do not have a MA script. In my opinion it makes sense to define which options should be used with this script.
- Min bitrate: 300 and Max bitrate: 2500 or should we use 0,57 avg bitrate and 2000 - Motion search precision: High quality or should we use motion estimate search Maybe there are more options which are interesting. Is it possible to have a sticky post with a optimal Divx script? Thanks! ChiefOBrei :lol: |
Just to add to the last post, I'm getting funky predictions with cqmatic and tok. what are you guys using for min/max bitrate? Detect scene change? And you use calcumatic to get avg bitrate? Just wondering how you're getting accurate avi predictions.
Oh and I second the motion for a divx optimal script sticky. Perhaps dialhot could moderate it? 8) |
HI J-Wo
I have only done 1 movie so far but this is what i got with the kvcd 352X240 template DEtect scene change not selected and calcumatic to get avg bit rate Manual prediction min 300 max 1800 -CQ 80.75(file tiny bit too big)just cut out 1 min of the ending credits TOK CQ80.693 min 300 max 1800 CQ matic min300 max 1800 -CQ 81.8 50 50]mb too big CQ matic avg *57 min and 1800 max CQ 80.70(didn't encode but would have been the closet) Obviously its too early to be sure but this is from my first try. |
thanks bigggt. Just wondering though, do you think visual quality will be affected much by having such a low max bitrate? I thought kwag said we could lower it to 2000 because we were using the MA script, but now we're not anymore... :?: :?
|
I think with the higher templates you would still use 2500 max(correct me if i'm wrong) but i used 1800 because it was the 352X240 template which the max should be 1800
|
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.