digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: HybridFuPP 0.92b is out (03/26/2005) (http://www.digitalfaq.com/archives/avisynth/9468-avisynth-hybridfupp-092b.html)

audioslave 03-31-2005 02:20 PM

Never mind, the link is working now... Perhaps a user related download error ? :roll: :lol:

FuPP 03-31-2005 02:46 PM

Hi man ! How are you ?

The link was down because the forum that hosts the file has been hacked for a few hours :roll:

Things seems to be all right now.

Bye,
FuPP

audioslave 04-03-2005 12:48 PM

I'm fine thanks! :)
Feels good to be back.

audioslave 04-27-2005 06:35 PM

Damn! VDub nags about my script:

mpeg2source("D:\DVD-RB\WORK\D2VAVS\V01.D2V",idct=7)
trim(0,15857)
GripCrop(720, 576, Source_Anamorphic=True, Dest_Anamorphic=True)
HybridFuPP(Preset="Very High", Width=GripFit_Resize_Width, Height=GripFit_Resize_Height)
GripBorders()
ConvertToYV12(interlaced=true)

What's wrong here? Says something about source size isn't dividable by 4...

FuPP 05-02-2005 06:43 PM

Hi,

I've tried your script and everything is fine here. Could you tell me more about the original size of your script ? Try to load it without gripxxx, nor HybridFuPP and please check its size in vdub.

FuPP

Icarus3000 07-18-2005 09:24 PM

I am trying to put DV onto a DVD, and am having trouble with the following (thought to be simple) script:


Code:

directshowsource(c:\video.avi)
converttoyv12()
GripCrop(544,480,overscan=0,source_anamorphic=false,dest_anamorphic=false)
HybridFuPP(preset = "high", width = GripFit_resize_width, height = GripFit_resize_height)
GripBorders()

I get the following error message in HCEncoder:
Quote:

Width and height (source) must be dividable by 4 if you want to use Hybridfupp ! Please crop if needed !
As far as I know, both 544 and 480 are "dividable by 4" - so why am I getting this error message? :twisted:

Thanks!
Icarus

kwag 07-18-2005 09:43 PM

Quote:

Originally Posted by Icarus3000
so why am I getting this error message? :twisted:

Because GripFit is screwing up :!:
Use FitCD to get your correct cropping parameters.

-kwag

Icarus3000 07-18-2005 10:20 PM

Thanks Kwag!

Running now after sizing with FitCD - will know how it looks in the morning!

Morning Update:
Worked perfectly! don't know why I ever stopped using FitCD for GripCrop in the first place.


All times are GMT -5. The time now is 10:39 PM  —  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.