Quantcast digitalFAQ.com Forums [Archives] - Search Results
Go Back    digitalFAQ.com Forums [Archives] > Search Forums
Showing results 1 to 25 of 40
Search took 0.00 seconds.
Search: Posts Made By: SansGrip
Forum: Avisynth Scripting 01-26-2003, 09:16 AM
Replies: 98
Views: 15,796
Posted By SansGrip
Thanks, I'll check into this.

Thanks, I'll check into this.
Forum: Avisynth Scripting 01-25-2003, 09:33 AM
Replies: 98
Views: 15,796
Posted By SansGrip
Nope, the resizing is done in GripSize. The...

Nope, the resizing is done in GripSize. The calculations are all done in GripCrop :).
Forum: Avisynth Scripting 01-24-2003, 08:45 AM
Replies: 98
Views: 15,796
Posted By SansGrip
You don't need to use Letterbox with GripFit....

You don't need to use Letterbox with GripFit. It's just a hack I came up with in response to a question about overscan.
Forum: Avisynth Scripting 01-24-2003, 12:25 AM
Replies: 98
Views: 15,796
Posted By SansGrip
That information can be gleaned from past posts...

That information can be gleaned from past posts in this thread -- but soon I shall be releasing a new version (hopefully 0.1 proper) which will offer this functionality built in.
Forum: Avisynth Scripting 01-21-2003, 04:57 PM
Replies: 98
Views: 15,796
Posted By SansGrip
Nope. It would be exactly the same as how GripFit...

Nope. It would be exactly the same as how GripFit works right now, and more hassle ;).
Forum: Avisynth Scripting 01-21-2003, 04:50 PM
Replies: 98
Views: 15,796
Posted By SansGrip
If the source material has, say, 6-pixel borders...

If the source material has, say, 6-pixel borders left and right, then cropping them off, resizing to whatever width, and blacking out the borders will lose more information than resizing with those...
Forum: Avisynth Scripting 01-21-2003, 12:13 AM
Replies: 98
Views: 15,796
Posted By SansGrip
Here's an idea for an overscan implementation...

Here's an idea for an overscan implementation that I'd like some feedback on before I code it up...

At the moment GripCrop measures existing borders on all edges, then crops them off. GripSize...
Forum: Avisynth Scripting 01-20-2003, 11:56 PM
Replies: 98
Views: 15,796
Posted By SansGrip
Re: a little more height

You should never see borders bigger than the film area, unless your encoding a really weird AR. The most extreme I've come across -- 2.35:1 -- will, if the frame height is 480, produce an active...
Forum: Avisynth Scripting 01-20-2003, 10:27 AM
Replies: 98
Views: 15,796
Posted By SansGrip
Interesting -- I did the second coat yesterday. I...

Interesting -- I did the second coat yesterday. I was having some trouble getting the edges feathered, and it was also drying real quick. Maybe I'll try thinning it a little next time :idea:.
...
Forum: Avisynth Scripting 01-19-2003, 05:08 PM
Replies: 98
Views: 15,796
Posted By SansGrip
How does FitCD tell you that...? I...

How does FitCD tell you that...?



I also need to know the size of the frame after GripCrop, and again after GripSize. You can do this in VDub by loading the avs then going to file->file...
Forum: Avisynth Scripting 01-18-2003, 05:42 PM
Replies: 98
Views: 15,796
Posted By SansGrip
lol. Dog's gotta have his reading light ;). ...

lol. Dog's gotta have his reading light ;).



Yep, that's what my neighbour told me to do. It's a pain in the ass waiting 24 hours between each coat, but I've had bad experiences taking "short...
Forum: Avisynth Scripting 01-18-2003, 04:40 PM
Replies: 98
Views: 15,796
Posted By SansGrip
Did you insulate? :mrgreen: This is the...

Did you insulate? :mrgreen:

This is the first time I've done drywalling, and it's going quite well I think... I'm mudding at the moment and getting more on myself than on the wall, but it's slowly...
Forum: Avisynth Scripting 01-18-2003, 03:34 PM
Replies: 98
Views: 15,796
Posted By SansGrip
Just to clarify what I was saying, releasing 0.1...

Just to clarify what I was saying, releasing 0.1 is pretty high on my to-do list. At the moment I'm still testing to make sure that it's matching the result from FitCD pretty closely (working...
Forum: Avisynth Scripting 01-18-2003, 03:25 PM
Replies: 98
Views: 15,796
Posted By SansGrip
Re: what's the latest version of GripFit_preview.dll?

Yep.



Not yet -- I'm still bug-fixing and adding the features I want in the first release, 0.1. Once the feature-set has stabilized I'll finish the docs and make a release :).
Forum: Avisynth Scripting 01-17-2003, 01:30 PM
Replies: 98
Views: 15,796
Posted By SansGrip
@Jellygoose Could you give me some figures...

@Jellygoose

Could you give me some figures from your LOTR encode? It will help me decide how to implement what you ask for. I need to know:

- All the GripXxx lines from your script
- The size...
Forum: Avisynth Scripting 01-17-2003, 12:18 PM
Replies: 98
Views: 15,796
Posted By SansGrip
No, because the pixel aspect ratio remains the...

No, because the pixel aspect ratio remains the same. All it's doing is blacking out the left and right edges. It should still display correctly on the standalone.

At least I think that's the case....
Forum: Avisynth Scripting 01-17-2003, 11:51 AM
Replies: 98
Views: 15,796
Posted By SansGrip
GripCrop(528, 480) # default is 0 overscan blocks...

GripCrop(528, 480) # default is 0 overscan blocks
Letterbox(0, 0, 16, 16)


This will give you two overscan blocks left and right, but none top and bottom.
Forum: Avisynth Scripting 01-17-2003, 10:41 AM
Replies: 98
Views: 15,796
Posted By SansGrip
Re: a little more height

At the moment it's not possible to alter the crop behaviour, but you can force it to cut more from the sides by doing this:


Mpeg2Source("foo.d2v")
Letterbox(0, 0, 16, 16)
GripCrop(...)

...
Forum: Avisynth Scripting 01-16-2003, 09:18 AM
Replies: 98
Views: 15,796
Posted By SansGrip
It would be clearer, I agree. Unfortunately all...

It would be clearer, I agree. Unfortunately all the work is done in GripCrop, and GripSize simply takes the values stored by GripCrop to use when resizing. You see, if GripCrop doesn't know what the...
Forum: Avisynth Scripting 01-15-2003, 04:23 PM
Replies: 98
Views: 15,796
Posted By SansGrip
Here's preview 0.0c...

Here's preview 0.0c (http://www.jungleweb.net/~sansgrip/GripFit_preview_0.0c.zip) with another new feature (I really should make a release already ;)). Instead of:


AviSource("funny.avi")...
Forum: Avisynth Scripting 01-15-2003, 02:11 PM
Replies: 98
Views: 15,796
Posted By SansGrip
Cool! One fewer thing to worry about ;).

Cool! One fewer thing to worry about ;).
Forum: Avisynth Scripting 01-15-2003, 12:47 PM
Replies: 98
Views: 15,796
Posted By SansGrip
I can add some to the "works" list: Death To...

I can add some to the "works" list: Death To Smoochy, Signs, Shawshank Redemption. Unfortunately those are the only ones I've tested on so far :D.

I don't have any of those discs you mentioned, so...
Forum: Avisynth Scripting 01-15-2003, 12:44 PM
Replies: 98
Views: 15,796
Posted By SansGrip
I believe that's 2.06. I'm using 2.07. You never...

I believe that's 2.06. I'm using 2.07. You never know, that might be the cause...
Forum: Avisynth Scripting 01-15-2003, 10:15 AM
Replies: 98
Views: 15,796
Posted By SansGrip
With and without GripBorders? Could you load...

With and without GripBorders?

Could you load the d2v directly into TMPGEnc and use its clipping dialog to figure out the size of the existing black borders? I can't duplicate this problem with my...
Forum: Avisynth Scripting 01-15-2003, 09:58 AM
Replies: 98
Views: 15,796
Posted By SansGrip
Ah, both 720x480 and 528x480 work fine with...

Ah, both 720x480 and 528x480 work fine with GripBorders commented out?
Showing results 1 to 25 of 40

 

 
All times are GMT -5. The time now is 12:38 AM  —  vBulletin © Jelsoft Enterprises Ltd