Quantcast Script for Prefiltered Videos? (Divx/Xvid) - digitalFAQ.com Forums [Archives]
  #1  
07-24-2003, 02:01 PM
Razorblade2000 Razorblade2000 is offline
Free Member
 
Join Date: Aug 2002
Posts: 323
Thanks: 0
Thanked 0 Times in 0 Posts
What are your favourite script settings when encoding already highly compressed videos (e.g. DivX/XivD movies)???
As the video should be pretty clean (or, if there was too few bitrate, blocky), would you use less or extra filters than in the optimal Script? Or maybe a "direct show source" input in avisynth to get the deblocking of ffdshow (compressing blocks ain't that fun) ???


BTW. If a topic like this already exists, which is not that old, plz tell me so this one can be deleted
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
07-25-2003, 01:35 PM
Razorblade2000 Razorblade2000 is offline
Free Member
 
Join Date: Aug 2002
Posts: 323
Thanks: 0
Thanked 0 Times in 0 Posts
Cmon guys! 54 views and no answer?
You can do better than that


p.s. is there a site/thread which says how much performance every filter needs??? (e.g. temporalsmoother: doubles the time; or sth like this)
Reply With Quote
  #3  
07-26-2003, 07:37 AM
Razorblade2000 Razorblade2000 is offline
Free Member
 
Join Date: Aug 2002
Posts: 323
Thanks: 0
Thanked 0 Times in 0 Posts
now we got the 100 views...

*beg*

You'll get a cookie if you answer! (or maybe you won't... who knows )
Reply With Quote
  #4  
07-26-2003, 11:01 AM
Wilbert Wilbert is offline
Invalid Email / Banned / Spammer
 
Join Date: Jun 2003
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Why don't you tried it without filters. Just open the avi in TMPGEnc/CCE, adjust resize settings and encode.
Reply With Quote
  #5  
07-26-2003, 11:06 AM
vhelp vhelp is offline
Free Member
 
Join Date: Jan 2003
Posts: 1,009
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Razorblade2000..

Sorry, I don't really have anything ta offer script'wise, for sources based
on divX. But, I had an idea to encode some of my dvd rips to divX and
THEN do my own "based optimal scriting" on these encodes, to find the
best technique. I also want to do an experiment, where I encode some
dvd rips of mine, to divX at the maximum quality avaible in a codec, and
later, encode to MPEG-2 and see if there is "some" benefits to this form
of archiving. Just curious stuff I've ben throwing around in the back of my head Anyways...

I'm always in the development stages when scripting. But, for me, and
mostly use vdub and frameserve into TMPG that way.

Though, lately, I've ben playing around the Kwag's MAS on and off,
and trying other filtering variations in the MA parts, and working on app
projects and things etc. It's kind of hard for me to "stay put" !!

It's hard, touching on divX sources these days, cause now articles become
locked, if you mention your sources true origin. Its not the origin that really
matters, rather that the user "not" publisize (specially on a regular bases)
the sources origin, mainly if the movie is not yet ben released. So, that's
pobably why divX discussoin or lower priorities. It's just my guess, that's
all, ..about the divX touchyness. Not you Anyways..

I'm not much of a divX guru, but I've encode TO divX w/ what I feel are
great results. But, i'm more too busy w/ lots of other fun things going on.
I hope someone (or two) resplies to your post, becuase it would be interesting
to see what others to or handle their divX to vcd/svcd/kvcd/ksvcd etc process via scripts.

Me, I prefer not to taint the source w/ filtering if I can swing it (not usually)
but I do hope that Kwag can come up with an arson of script-snips
for various source projects ie, divX, DVD, VHS, etc etc.

At least one person is working on VHS sources - MrTibs. He's ben
working on a .AVS filter for these.. FWIW.

And, Jorel knows how to seek out things, cause he very good at that.
He's ALL OVER the net, seeking and searching for the best things out their.
Between him and kwag (and sometimes myself included) I don't know
who gets enough sleep. Anyways...

Good luck so far,
-vhelp
Reply With Quote
  #6  
07-26-2003, 11:15 AM
Razorblade2000 Razorblade2000 is offline
Free Member
 
Join Date: Aug 2002
Posts: 323
Thanks: 0
Thanked 0 Times in 0 Posts
wow... so much to read

I guess I'll stick with the current "optimal" Script for clean sources...

The only big problem is, that predicting CQs via CQMatic is a VERY time intensitive task... I guess it's because of the jumping arround in avi files (guess my video hasn't that many keyframes )
One 2400 frames predicting pass takes up to >20 minutes!!! which quite sucks... I thought about having a virtual job generated that will produce a small avi sample file which is used to predict the needed CQ so I only would have to do this once...
If you got an idea about this one: http://www.kvcd.net/forum/viewtopic....c32ff55f0a83ca
Reply With Quote
  #7  
07-26-2003, 02:52 PM
vmesquita vmesquita is offline
Invalid Email / Banned / Spammer
 
Join Date: May 2003
Posts: 3,726
Thanks: 0
Thanked 0 Times in 0 Posts
Some ideas: create a huffyyuv sample and predict manually. That's what I do. MPEG4 takes a lot of time seeking, so you do it once, encode your sample to huffyuv (which BTW is lossless) and then predict using your Huffy sample.
I tried many filters, but right now all I use is BlindPP() and sometimes Fluxsmooth... Filtering Divx also takes a long time...

[]'s
Vmesquita
Reply With Quote
  #8  
07-26-2003, 03:12 PM
vhelp vhelp is offline
Free Member
 
Join Date: Jan 2003
Posts: 1,009
Thanks: 0
Thanked 0 Times in 0 Posts
update..

Ok, I managed to get divX able to frameserve into TMPG, but w/ a little
tweaking, I might be able to fix the color issue now. It's sort of blue'ish.

Anyways..
-vhelp
Reply With Quote
  #9  
07-26-2003, 03:13 PM
Razorblade2000 Razorblade2000 is offline
Free Member
 
Join Date: Aug 2002
Posts: 323
Thanks: 0
Thanked 0 Times in 0 Posts
There come the answers

And some questions:
1. You create the sample via sampler.dll?
2. What exactly does BlindPP() do???
3. When do you use fluxsmooth?


P.S.
Decoding DivX doesn't take as long as decoding MPEG2?! Does it?


EDIT:
BlindPP() is for deblocking... just did a lil research on the web... NICE!!!
Reply With Quote
  #10  
07-27-2003, 05:21 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by vhelp
update..

Ok, I managed to get divX able to frameserve into TMPG, but w/ a little
tweaking, I might be able to fix the color issue now. It's sort of blue'ish.

Anyways..
-vhelp
Install a newer DivX codec, I think that the color swapping issue was fixed in 5.0.3.

Also, if you want to remove some of the blockiness, you can adjust the DivX decoder filter postprocessing. I have set the slider to two notches from the left so that deblocking is done on luma only. Deblocking both luma and chroma takes too much time IMO.
Reply With Quote
  #11  
07-27-2003, 05:29 AM
Razorblade2000 Razorblade2000 is offline
Free Member
 
Join Date: Aug 2002
Posts: 323
Thanks: 0
Thanked 0 Times in 0 Posts
or better than that...
use ffdshow
WAY faster than the DivXDecoder and more options to play with!
Reply With Quote
  #12  
07-27-2003, 07:21 AM
Wilbert Wilbert is offline
Invalid Email / Banned / Spammer
 
Join Date: Jun 2003
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Install a newer DivX codec, I think that the color swapping issue was fixed in 5.0.3.
Or add SwapUV() after loading the avi.
Reply With Quote
  #13  
07-27-2003, 08:38 PM
vhelp vhelp is offline
Free Member
 
Join Date: Jan 2003
Posts: 1,009
Thanks: 0
Thanked 0 Times in 0 Posts
@ all.

sorry, I missed all these great posts. I've ben busy w/ my own set of problems
and now I have a huge headache that wont quict on me.

Soon as I get some time, I will.

@ Razor..
I forgot to mention, after trying out the above w/ my divX 20min sample,
TMPG was looking at over an hour
So, I don't get it either. I was using a codec v5.0.2

@ Boulder..
what blocking hehe.. I thought my samples (or my encoding for that matter)
came/comes out great. I can't recall the exact settings I use in divX, but I
do know that after many test runs w/ trial and error, I manged to figure
out a decent looking process w/ the codec I use. Other wise, I'm a tadd
confused w/ what blocks you were refering to

Thanks everyone again,
-vhelp
Reply With Quote
  #14  
07-27-2003, 11:26 PM
J-Wo J-Wo is offline
Free Member
 
Join Date: Nov 2002
Location: Toronto, Canada
Posts: 454
Thanks: 0
Thanked 0 Times in 0 Posts
so no one has any good suggestions for filters? I notice that some of my divx and xvid files have blocky backgrounds and mosquito noise around people, and the latest MA optimal script seems to enhance these problems. It feels more and more like the old 2.0x scripts did a better job of making the blocks look like noise and smoothing out the mosquitos. Any ideas, comments, suggestions anyone?
Reply With Quote
  #15  
07-28-2003, 12:28 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by J-Wo
Any ideas, comments, suggestions anyone?
Encode as CQ_VBR, so you can use Blockbuster (noise)
Blockbuster is effective with CQ_VBR, but not with CQ.

-kwag
Reply With Quote
  #16  
07-28-2003, 05:04 AM
J-Wo J-Wo is offline
Free Member
 
Join Date: Nov 2002
Location: Toronto, Canada
Posts: 454
Thanks: 0
Thanked 0 Times in 0 Posts
Thank you Kwag, as always you come through! So where in the script would the blockbuster line go? Can it be motion adaptive? And would you suggest default noise parameters?
Reply With Quote
  #17  
07-28-2003, 05:12 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by J-Wo
Thank you Kwag, as always you come through! So where in the script would the blockbuster line go? Can it be motion adaptive? And would you suggest default noise parameters?
Hi J-Who,

It can be adapted to the MA script, but you should first try it with the default script and the default settings, and see if it solves the problem

-kwag
Reply With Quote
  #18  
07-28-2003, 06:05 AM
CaLaFaT CaLaFaT is offline
Free Member
 
Join Date: Jul 2003
Posts: 382
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kwag
Quote:
Originally Posted by J-Wo
Any ideas, comments, suggestions anyone?
Encode as CQ_VBR, so you can use Blockbuster (noise)
Blockbuster is effective with CQ_VBR, but not with CQ.

-kwag
is it effective on all resolutions kwag? or only is for smallers resolutions....
Reply With Quote
  #19  
07-28-2003, 08:56 AM
J-Wo J-Wo is offline
Free Member
 
Join Date: Nov 2002
Location: Toronto, Canada
Posts: 454
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks Kwag. What I meant was where should the blockbuster line go in relation to the other filters in the optimal script? Should it be near the beginning where it is applied statically or can we incorporate it into the motion adaptive section? (and how would you suggest I do either cause I'm not too good at figuring out these things! )
Reply With Quote
  #20  
07-28-2003, 02:30 PM
Wilbert Wilbert is offline
Invalid Email / Banned / Spammer
 
Join Date: Jun 2003
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
BlockBuster adds noise to your clip, so it should be at the end.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
BEST new script to convert DVD, DIVX, XVID to KSVCD ? Kablam Avisynth Scripting 8 10-05-2004 11:13 AM
Avisynth 2.5 cannot decode Divx, Xvid videos? rs008f Avisynth Scripting 18 06-11-2004 01:14 AM
Codecs: Divx 5.1.1 vs Xvid Divx 5 support tacylm Video Encoding and Conversion 1 04-21-2004 03:00 PM
OPtimal script (avisynth 2.5) Divx/Xvid---->KVCD?????(dud InDoKO Convertir y Codificar Video (Español) 6 01-09-2004 07:58 PM
Avisynth: Script for DivX/XVid? J-Wo Avisynth Scripting 8 05-28-2003 04:02 AM

Thread Tools



 
All times are GMT -5. The time now is 07:51 AM  —  vBulletin © Jelsoft Enterprises Ltd