digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   KVCD AviSynth GripCrop() settings? (http://www.digitalfaq.com/archives/avisynth/14591-kvcd-avisynth-gripcrop.html)

Brenth 08-07-2008 03:24 PM

KVCD AviSynth GripCrop() settings?
 
Okay, here's the problem. I already made the d2v and ac3 files. I converted the ac3 to mp2, and now I'm trying to fill in the AviSynth script given here : http://www.kvcd.net/forum/viewtopic.php?t=3483 I need some help on what to fill in for :arrow: GripCrop(Your_GripCrop_Parameters_Here) My common sense told me to open PARanoia and get the parameters from there. When I tried opening my d2v file though, an error message came up which said: "Can't get Aspectratio info from origin VOB" So, I manually entered the height and width (which is 720x480) and configured it to re size to NTSC 352 x 240. Then I clicked Avisynth Script -> Show/Preview/Safe Script and the text box came out with this :
Quote:

MPEG2Dec3_mpeg2source("C:\Documents and Settings\Brenth\My Documents\My Videos\Veggie Tales\Madame Blueberry\RAW FILES\VIDEO.d2v")
BicubicResize(0,0,1./3.,1./3.,360,240,0,0)
So my question is, what do I put in: GripCrop(Your_GripCrop_Parameters_Here)

Dialhot 08-07-2008 05:49 PM

The bicubic line includes both Crop and Resize parameters (so it replaces GripCrop and Gripsize).

(note: it's verry strange that the A/R can't be read from the D2V. I guess that Avisynth won't be abble to read your video.

Brenth 08-07-2008 10:08 PM

Ok. So should I delete GripCrop and Gripsize, or do I leave them in the script? The d2v doesn't want to open with TMPGEnc. Going to try to demux the video again.

Dialhot 08-08-2008 06:49 AM

Yes, remove the lines Gripcrop and Gripsize, replace it by Bicubicresize. Also remove the line Gripborder and put the line Addborders given by Paranoia (if there is one).

Brenth 08-08-2008 11:42 AM

Ok. I replaced the them and everything makes sense now. Thanks for helping :D Great forum you got here 8)


All times are GMT -5. The time now is 06:26 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.