Quantcast digitalFAQ.com Forums [Archives] - Search Results
Go Back    digitalFAQ.com Forums [Archives] > Search Forums
Showing results 1 to 25 of 86
Search took 0.00 seconds.
Search: Posts Made By: sh0dan
Forum: Avisynth Scripting 01-26-2004, 12:05 PM
Replies: 10
Views: 1,391
Posted By sh0dan
Use the builtin Limiter() instead.

Use the builtin Limiter() instead.
Forum: Avisynth Scripting 01-26-2004, 11:40 AM
Replies: 6
Views: 1,523
Posted By sh0dan
AviSynth 2.5.4 and AVSEdit 1.0 Released

Hi folks!

We are very proud to present you with another release of AviSynth, and the first release of AVSEdit.

AviSynth 2.5.3 -> 2.5.4 changes:

Additions:
* Added Overlay() for doing...
Forum: Avisynth Scripting 11-27-2003, 04:02 PM
Replies: 23
Views: 2,456
Posted By sh0dan
Cr*p - I just realized that weighing is always...

Cr*p - I just realized that weighing is always disabled!

I'll post a new version ASAP!
Forum: Avisynth Scripting 11-26-2003, 01:46 PM
Replies: 4
Views: 906
Posted By sh0dan
You can try out a test version I made. It's at...

You can try out a test version I made. It's at the bottom of my post (second link). It isn't very well tested though.
Forum: Avisynth Scripting 11-21-2003, 04:20 AM
Replies: 5
Views: 1,226
Posted By sh0dan
OK - I see - it just seems kinda strange on first...

OK - I see - it just seems kinda strange on first view :)
Forum: Avisynth Scripting 11-20-2003, 09:34 AM
Replies: 5
Views: 1,226
Posted By sh0dan
function ConvertToYUY2(clip c){ return isYV12(c)...

function ConvertToYUY2(clip c){ return isYV12(c) ? c : convertToYV12(c) }

What's the purpose of this part of the Script??
Forum: Avisynth Scripting 11-16-2003, 04:08 PM
Replies: 10
Views: 1,391
Posted By sh0dan
AviSynth version? Do you have any *.avsi...

AviSynth version?

Do you have any *.avsi files in your plugin directory?
Forum: Avisynth Scripting 11-16-2003, 04:04 PM
Replies: 23
Views: 2,456
Posted By sh0dan
Sorry I forgot to tell y'all Hi! ...

Sorry I forgot to tell y'all

Hi!

Another goodie for you. This one gives a significant quality boost IMO.

MipSmooth 1.1:

* Added weigh = true / false. This offers a softer blurring, like...
Forum: Avisynth Scripting 11-11-2003, 02:10 PM
Replies: 1
Views: 1,408
Posted By sh0dan
AviSynth 2.5.3 Released

Hi folks!

AviSynth 2.5.3 has finally been released!

This is a major stability and feature release compared to AviSynth 2.52. Many bugs has been fixed, and DirectShow support has been seriously...
Forum: Avisynth Scripting 10-24-2003, 03:37 AM
Replies: 10
Views: 1,183
Posted By sh0dan
@jorel: Yes - reducing v will reduce blueish...

@jorel: Yes - reducing v will reduce blueish tones.

Green is a bit more tricky, but this helps:

v = coloryuv(off_u=-128, off_v=-128)
v = coloryuv(v,off_u=128, off_v=128)
mergechroma(last,...
Forum: Avisynth Scripting 10-24-2003, 03:21 AM
Replies: 11
Views: 1,220
Posted By sh0dan
Use the "DirectX 8.1 fix" found at the bottom of...

Use the "DirectX 8.1 fix" found at the bottom of the CVS Binary page found in my signature.

For TMPGEnc end your scripts with ConvertToRGB24(), and you won't have these problems.
Forum: Avisynth Scripting 10-23-2003, 11:36 AM
Replies: 10
Views: 1,183
Posted By sh0dan
If you only want to remove reddish colors, try: ...

If you only want to remove reddish colors, try:

coloryuv(cont_v=-64)

Values closer to 0 will pass more red, closer to -256 will completely remove all red.
Forum: Avisynth Scripting 10-19-2003, 10:37 AM
Replies: 5
Views: 1,012
Posted By sh0dan
Re: build 10-11-03 crashing with DirectShowSource (mpeg-1)

Read the notes on the oct 11 build:



There is a reason the old version is there. Parts of DirectshowSource has to be rewritten to support seeking properly.
Forum: Avisynth Scripting 10-12-2003, 10:00 AM
Replies: 11
Views: 1,599
Posted By sh0dan
MipSmooth 1.0 released

Hi folks!

I pulled myself together and implemented a new idea into MipSmooth, along with some bugfixes, speedup and adjustments. I'm quite happy with the filter now, and see it as a good...
Forum: Avisynth Scripting 10-09-2003, 11:06 AM
Replies: 3
Views: 1,008
Posted By sh0dan
... and here is my signature: :)

... and here is my signature: :)
Forum: Avisynth Scripting 09-01-2003, 10:19 AM
Replies: 1
Views: 1,391
Posted By sh0dan
Re: Black & White source

1) Use Coloryuv(analyze=true). Watch the U/V values. For "true" black+white, both should average around 127-128. Check maximum+minimum to check if there is chroma noise.

2) Use greyscale() to...
Forum: Avisynth Scripting 08-27-2003, 11:24 AM
Replies: 2
Views: 819
Posted By sh0dan
Uninstall removes everything. It is optinal to...

Uninstall removes everything. It is optinal to remove the registry key for the plugin directory.

The only thing that can go wrong is, if you have avisynth.dll files placed all over the harddrive -...
Forum: Avisynth Scripting 08-06-2003, 08:14 AM
Replies: 3
Views: 743
Posted By sh0dan
Avisynth cvs bin?

Just posted a new binary. Changes from last cvs binary.

- Fixed overflow in ResampleAudio (Thanks to IanB!). [{Bug 770853}].
- Temporarily disabled plugin function export for VDubMod. I'm...
Forum: Avisynth Scripting 07-29-2003, 08:35 AM
Replies: 22
Views: 1,562
Posted By sh0dan
Decomb version 4 and 5. There is a very nice...

Decomb version 4 and 5. There is a very nice Tutorial and Reference guide included in the latest package.

visit http://neuron2.net for latest version.
Forum: Avisynth Scripting 07-28-2003, 01:10 PM
Replies: 22
Views: 1,562
Posted By sh0dan
I don't do many DVD->something conversions, so I...

I don't do many DVD->something conversions, so I dont do much IVTC, but so far Decomb 4/5 has done nicely.
Forum: Avisynth Scripting 07-27-2003, 08:26 AM
Replies: 22
Views: 1,562
Posted By sh0dan
audioslave: There is actually an "Edit" button....

audioslave: There is actually an "Edit" button. ;)
Forum: Avisynth Scripting 07-17-2003, 05:56 AM
Replies: 7
Views: 1,924
Posted By sh0dan
New version up. Changes: - DirectShowSource...

New version up. Changes:

- DirectShowSource capable of opening audio only. WAV/AC3/MP3 can be opened using DirectshowSource.
- Made adjustments for longer sample support in ResampleAudio.
-...
Forum: Avisynth Scripting 07-16-2003, 11:34 AM
Replies: 7
Views: 1,924
Posted By sh0dan
Could you post the complete script? Can you...

Could you post the complete script?

Can you confirm that the original 2.5.2 (June 1st) is faster?
Forum: Avisynth Scripting 07-13-2003, 09:15 AM
Replies: 18
Views: 1,351
Posted By sh0dan
@markums2k: In vdub - what codec is show in...

@markums2k: In vdub - what codec is show in File/File Information?
Forum: Avisynth Scripting 07-12-2003, 05:54 AM
Replies: 7
Views: 1,924
Posted By sh0dan
All intermediate versions will be called "2.5.2"...

All intermediate versions will be called "2.5.2" until 2.5.3 is released.

There is a date in the installer, and "version()" is also updated.

There is more information here...
Showing results 1 to 25 of 86

 

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