digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Unsure bigtime! (http://www.digitalfaq.com/archives/encode/14478-unsure-bigtime.html)

shanestar07 01-28-2007 08:53 AM

Unsure bigtime!
 
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 )

Dialhot 01-28-2007 11:02 AM

Re: Unsure bigtime!
 
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.

shanestar07 01-28-2007 04:52 PM

Re: Unsure bigtime!
 
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... :arrow: GripCrop(Your_GripCrop_Parameters_Here)

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

thanks in Advance :grin:

Dialhot 01-28-2007 05:54 PM

Re: Unsure bigtime!
 
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... :arrow: 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.


All times are GMT -5. The time now is 08:58 AM  —  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.