Quantcast digitalFAQ.com Forums [Archives] - Search Results
Go Back    digitalFAQ.com Forums [Archives] > Search Forums
Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: Boulder
Forum: Avisynth Scripting 11-13-2003, 10:29 AM
Replies: 52
Views: 6,561
Posted By Boulder
As I said in my answer, you can use...

As I said in my answer, you can use ConverttoRGB24(interlaced=true) instead of ConverttoYUY2(interlaced=true) if you use TMPGEnc :wink:
Forum: Avisynth Scripting 11-13-2003, 09:30 AM
Replies: 52
Views: 6,561
Posted By Boulder
The field order shouldn't matter. Just try with...

The field order shouldn't matter. Just try with only MPEG2Source and ViewFields lines in your script and you'll see what ViewFields does.

IDCT=5 means that MPEG2DEC3.dll uses SSE2 instructions to...
Forum: Avisynth Scripting 11-13-2003, 06:22 AM
Replies: 52
Views: 6,561
Posted By Boulder
This is also a very good way to process...

This is also a very good way to process interlaced material, keeping it interlaced. You'll need the ViewFields and UnViewFields plugins by Simon Walters. This is the script I used with "The Trouble...
Forum: Avisynth Scripting 10-28-2003, 09:00 AM
Replies: 52
Views: 6,561
Posted By Boulder
Yep, that's what it means. I don't know why...

Yep, that's what it means. I don't know why they've used mod-4 as it would have been clearer to state "height must be a multiple of 4".
Forum: Avisynth Scripting 10-25-2003, 03:33 PM
Replies: 52
Views: 6,561
Posted By Boulder
And your script might look like this: ...

And your script might look like this:

Mpeg2Source("H:\fut16\fut16.d2v")
EDIT:BicubicResize(448,224)
AddBorders(16,16,16,16)

Don't crop an odd number of pixels vertically if the source is...
Forum: Avisynth Scripting 10-25-2003, 03:25 PM
Replies: 52
Views: 6,561
Posted By Boulder
The ITU thingie is something you must check. Some...

The ITU thingie is something you must check. Some cards do horizontal scaling like my Hauppauge WinTV Theatre does, so it doesn't matter if I use a horizontal resolution of 704, 720 or 768. The...
Forum: Avisynth Scripting 10-16-2003, 09:29 AM
Replies: 52
Views: 6,561
Posted By Boulder
OK, here are some results: With the MA...

OK, here are some results:

With the MA script

nf=0
AVISource("path\clip.avi")
ConverttoYV12(interlaced=true)
SeparateFields()
UnDot()
BicubicResize(656,272,0,0.6)
Forum: Avisynth Scripting 10-16-2003, 08:07 AM
Replies: 52
Views: 6,561
Posted By Boulder
Sure thing. I'm currently testing the script with...

Sure thing. I'm currently testing the script with the capture, checking some low-motion scenes and extremely high motion scenes and see how the MA script compares to a script I normally use.
Forum: Avisynth Scripting 10-16-2003, 03:32 AM
Replies: 52
Views: 6,561
Posted By Boulder
When everything else fails, read the docs :lol: ...

When everything else fails, read the docs :lol:

You'll have to state how many pixels you crop. I crop manually, using VirtualDub for help. I've never used any program to get the correct values as...
Forum: Avisynth Scripting 10-15-2003, 10:14 AM
Replies: 52
Views: 6,561
Posted By Boulder
A _very_ quick test on a 720x576 VHS capture...

A _very_ quick test on a 720x576 VHS capture shows that the value is around 2.5 - 4.0 when there's little motion and 6.0 - 12.0 when there's motion (not intense but some).

How would I start...
Forum: Avisynth Scripting 10-15-2003, 10:00 AM
Replies: 52
Views: 6,561
Posted By Boulder
Thanks! I've often wondered how I would see the...

Thanks! I've often wondered how I would see the 'nf' value at each frame..never really got around to check how Subtitle works.

I'm going to capture a TV series tonight and see what I can come up...
Forum: Avisynth Scripting 10-15-2003, 08:21 AM
Replies: 52
Views: 6,561
Posted By Boulder
Some remarks: SwitchThreshold may need...

Some remarks:

SwitchThreshold may need tweaking. Kwag?
Forum: Avisynth Scripting 10-15-2003, 07:56 AM
Replies: 52
Views: 6,561
Posted By Boulder
Avisynth: MA script for interlaced sources?

nf=0

MPEG2Source("path\video.d2v")

Crop(enter your values here, crop height mod 4, width mod 2!)

SeparateFields()
UnDot()
BicubicResize(enter your values here, height/2!)...
Showing results 1 to 13 of 13

 

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