Quantcast Unsure Bigtime! - digitalFAQ.com Forums [Archives]
  #1  
01-28-2007, 08:53 AM
shanestar07 shanestar07 is offline
Free Member
 
Join Date: Jan 2007
Location: Birmingham (UK)
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to shanestar07 Send a message via Yahoo to shanestar07
im unsure of the prediction thing - im currently encoding a movie as follows;

pal 25fps
CQ 60
KVCDx2-CQ-704x576-_PAL_-PLUS (as follwed by re-m's guide)
the thing is i have a 32" widescreen tv and i want it to fit nicely
is that the best?

i encoded it yester day and it came out at something like 814mb without the audio!

audio is 140 MB 448Kbps the CQ yesterday was set at 63

any suggestions?


oh here is the script ive put together , thats if it is any good that is

the only thing ive now done is made the res a little smaller
and also set the CQ back to 60

and 1 more thing i tried to make a sample from a coulpe of the forums posted but when i load up sampler.dll it says its not a Avisynth Filter?

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Deen.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\asharp.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Blockbuster.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\STMedianFilter.dll")
Mpeg2Source("C:\Documents and Settings\Shane\Desktop\ed.d2v")
BilinearResize(672,336,0,0,720,480)
AddBorders(16,72,16,72)
#Trim(0,-1).FadeOut(150)
Asharp(1,4)
deen("a3d",3,4,1,4)
STMedianFilter(3, 3, 1, 1 )
Blockbuster( method="noise", detail_min=1, detail_max=10, variance=.5, seed=1 )
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  
01-28-2007, 11:02 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by shanestar07
audio is 140 MB 448Kbps the CQ yesterday was set at 63
448 ? Did you convert it into MP2 or is it AC3 ? Only MP2 is allowed on VCD. And as you ask for a suggestion : use 128.

Quote:
Mpeg2Source("C:\Documents and Settings\Shane\Desktop\ed.d2v")
BilinearResize(672,336,0,0,720,480)
AddBorders(16,72,16,72)
#Trim(0,-1).FadeOut(150)
Asharp(1,4)
deen("a3d",3,4,1,4)
STMedianFilter(3, 3, 1, 1 )
Blockbuster( method="noise", detail_min=1, detail_max=10, variance=.5, seed=1 )
This script is not optimal. Use the one indicated there :
http://www.kvcd.net/forum/viewtopic.php?t=3483

Note: for both speed and quality reasons, never add borders before the filter. Add them at the end of the script.
Reply With Quote
  #3  
01-28-2007, 04:52 PM
shanestar07 shanestar07 is offline
Free Member
 
Join Date: Jan 2007
Location: Birmingham (UK)
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to shanestar07 Send a message via Yahoo to shanestar07
Quote:
Originally Posted by Dialhot
Quote:
Originally Posted by shanestar07
audio is 140 MB 448Kbps the CQ yesterday was set at 63
448 ? Did you convert it into MP2 or is it AC3 ? Only MP2 is allowed on VCD. And as you ask for a suggestion : use 128.

Quote:
Mpeg2Source("C:\Documents and Settings\Shane\Desktop\ed.d2v")
BilinearResize(672,336,0,0,720,480)
AddBorders(16,72,16,72)
#Trim(0,-1).FadeOut(150)
Asharp(1,4)
deen("a3d",3,4,1,4)
STMedianFilter(3, 3, 1, 1 )
Blockbuster( method="noise", detail_min=1, detail_max=10, variance=.5, seed=1 )
This script is not optimal. Use the one indicated there :
http://www.kvcd.net/forum/viewtopic.php?t=3483

Note: for both speed and quality reasons, never add borders before the filter. Add them at the end of the script.

Thanks phil ive now made my Audio to 128

yes i did try that script but theres a few things im not understanding maybe because of the "use moivestacker" when infact now we use fitcd

Quote:
GripBorders()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!
Letterbox? as in 16:9?

2nd is

Quote:
GripCrop(Your_GripCrop_Parameters_Here)
GripSize(resizer="BicubicResize")
bicbic resize now that i change infit cd can't i? (on the right)
right border
left border etc til im happy with the result?
e.g.
Quote:
BicubicResize(768,464....etc
BUT... GripCrop(Your_GripCrop_Parameters_Here)

i'm lost hope you can clear some of these things up for me

thanks in Advance
Reply With Quote
  #4  
01-28-2007, 05:54 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by shanestar07
Letterbox? as in 16:9?
Yes and not. Read Avisynth manual to know about letterbox() and the diff with addborders()

Quote:
bicbic resize now that i change infit cd can't i?
Yes it is. FitCd is a good chalenge for Moviestacker. You can use Paranoia also (see the section forum dedicated to that tool here on KVCD.net).

Quote:
BUT... GripCrop(Your_GripCrop_Parameters_Here)
Gripcrop and Gripsize are replaced by the resizing line given by FitCd (or Paranoia. Gripborders will be replaced by addborders or letterbox, according to your choice, still provided by FitCD or Paranoia.
Reply With Quote
Reply




Thread Tools



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