Quantcast Output File Too Blurry? - digitalFAQ.com Forums [Archives]
  #1  
10-03-2003, 04:42 PM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
I thinks my output m2v file gets to "blury". The source file has great quality, resolution 640x352 NTSC. I used this script

Code:
SwapUV()
BlindPP(cpu=4) 
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1) 
ATC(2,3,5,0.5,false) 
GripCrop(544, 480, source_anamorphic=false) 
GripSize(resizer="LanczosResize") 
Undot() 
TemporalSoften(2,7,7,3,2) 
DCTFilter(1,1,1,1,1,1,0.5,0) 
GripBorders()
LetterBox( 8,8,16,16 )
TextSub("National Lampoons 'Van Wilder'.srt")
What should I do, anyway to make my output not so blury

//Wolfi
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  
10-03-2003, 05:59 PM
Edlund Edlund is offline
Free Member
 
Join Date: Jul 2003
Location: Pazardjik, Bulgaria
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Why don't you use my scipt (in the topic "am I allowed po post optimal scripts here"? Noone has said something about it so why don't you test it first ? I promise you will not be disappointed!
Reply With Quote
  #3  
10-05-2003, 09:37 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
To sharpen your "blurry" image you could use Asharp filter like this.
(Get Asharp at Avisynth.org)

Asharp(1,4) or Asharp(2,4)

or just lower the values in the TemporalSoften in your script, or instead use STMedianFilter.
Reply With Quote
  #4  
10-06-2003, 12:31 PM
zes zes is offline
Free Member
 
Join Date: May 2003
Location: Antwerp, Belgium
Posts: 43
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to zes
also do not forget to disable divx' or xvid's postprocessing settings
Reply With Quote
  #5  
10-06-2003, 12:55 PM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
How do I do that and what happands if I dont disable those settings

//Wolfi
Reply With Quote
  #6  
10-06-2003, 02:22 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
To turn them off you can go to your divx or xvid configuration file (most likely in your program files) and turn it off over there.
Reply With Quote
  #7  
10-06-2003, 03:26 PM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
Were can I find the latest xvid codec

//Wolfi
Reply With Quote
  #8  
10-06-2003, 05:34 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
http://www.xvidmovies.com
Reply With Quote
  #9  
10-06-2003, 05:34 PM
EightBall EightBall is offline
Free Member
 
Join Date: Apr 2002
Posts: 167
Thanks: 0
Thanked 0 Times in 0 Posts
[quote="muhali3"]To turn them off you can go to your divx or xvid configuration file (most likely in your program files) and turn it off over there.

Would you please give a step by step example of what you mean. Use any filename and show us how to turn off)
Thanks
Reply With Quote
  #10  
10-06-2003, 05:35 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
if your file is not in xvid format you don't need to download the codec.
Reply With Quote
  #11  
10-06-2003, 05:36 PM
EightBall EightBall is offline
Free Member
 
Join Date: Apr 2002
Posts: 167
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Wolfi
How do I do that and what happens if I dont disable those settings

//Wolfi

Can someone answer the second half of his question please?
Reply With Quote
  #12  
10-06-2003, 05:38 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
Eightball, if your movie was in divx format and you wanted to turn it off you could do this.

1. Go to C:/Program Files/Divx/DivxCodec
2. Double-Click on Config.exe
3. Click the tab Post-Processing Settings
4. Check Disable Post-Processing
Reply With Quote
  #13  
10-06-2003, 05:42 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
Well, kwag told me if you don't disable it, it would not work well with CQMatic. That's because MPEG-4 Processing is setup different or something.
Reply With Quote
  #14  
10-07-2003, 12:57 AM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
Oke it was easy to turn it of with some help but I cant find the xvid config. file after I had installed the codec from http://www.xvidmovies.com/codec/
The only file I saw was installed was "xvid.ax", it autoinstalled itself in my system32 directory. How can I turn of xvid's postprocessing settings

//Wolfi
Reply With Quote
  #15  
10-07-2003, 03:18 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
If you use zommplayer as reader, start to read a Xvid and do a right click on the video, in the pop-up menu you have an entry to list all the filter/codec used for the rendering. By selecting one of them you can configure it.

Or you can use dxman that you can find there :

http://www.analogx.com/contents/download/audio.htm

Launch it, find the xvid codec in the list of all codecs installed, and select "configure".
Reply With Quote
  #16  
10-07-2003, 11:17 AM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
Thanks In the "Post-Processing" square, should all the 6 boxes be unchecked? The defult settings for the Post-Processing are unchecked, so I suppose Post-Processing is turned of then, or?

Should I leave the settings for "X Threshold" and "Y Threshold" as they are?

//Wolfi
Reply With Quote
  #17  
10-07-2003, 12:03 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Everything uncheck and values unchanged for both other settings.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
TMPGEnc: Output file not complete Enerjr Video Encoding and Conversion 5 10-26-2004 06:11 AM
TMPGEnc: output file is going to be less than 700 MB Enerjr Video Encoding and Conversion 4 10-14-2004 09:33 AM
TMPGEnc: Undersize output video file oxycotton420 Video Encoding and Conversion 9 07-08-2004 04:08 AM
KVCD: Output File too big? Zymbo Video Encoding and Conversion 5 05-19-2003 02:23 AM
KVCD: Blocks galore on output file? wizard of oz Video Encoding and Conversion 1 09-01-2002 10:31 AM

Thread Tools



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