Quantcast digitalFAQ.com Forums [Archives] - Search Results
Go Back    digitalFAQ.com Forums [Archives] > Search Forums
Showing results 1 to 19 of 19
Search took 0.00 seconds.
Search: Posts Made By: Boulder
Forum: Video Encoding and Conversion 08-18-2004, 10:52 AM
Replies: 70
Views: 6,228
Posted By Boulder
The SSE2 version doesn't work completely, I think...

The SSE2 version doesn't work completely, I think that modes 5-8 are ones that work. I use mainly mode 8 for my TV caps, it's a nice preprocessor for RemoveDirt().

EDIT: kassandro recommends...
Forum: Video Encoding and Conversion 08-18-2004, 09:00 AM
Replies: 70
Views: 6,228
Posted By Boulder
Probably the only new thing that has come up is...

Probably the only new thing that has come up is RemoveGrain, which replaces UnDot nicely giving a compressibility gain as well. Try just RemoveGrain(), which defaults to mode=2. For more compression...
Forum: Video Encoding and Conversion 05-27-2004, 03:15 AM
Replies: 70
Views: 6,228
Posted By Boulder
It doesn't improve compressibility as much as a...

It doesn't improve compressibility as much as a simple Deen(), but the difference was very small (2-3%) when I tested it. What I like about it is that it's a temporal-only filter therefore keeping...
Forum: Video Encoding and Conversion 05-27-2004, 02:59 AM
Replies: 70
Views: 6,228
Posted By Boulder
Congratulations! The reason why the first...

Congratulations!

The reason why the first script is slow is that it adapts to the motion in the video, blurring the parts with high motion more than the static ones. This may or may not improve...
Forum: Video Encoding and Conversion 05-27-2004, 12:02 AM
Replies: 70
Views: 6,228
Posted By Boulder
No, you can't process any clip without...

No, you can't process any clip without re-encoding.
Forum: Video Encoding and Conversion 05-26-2004, 03:26 PM
Replies: 70
Views: 6,228
Posted By Boulder
There are the scripts for you, in my previous...

There are the scripts for you, in my previous reply. Use them.

I didn't tell you to crop to 688x544, I told you to resize and add borders.

The GripCrop, GripSize and GripBorders lines do it for...
Forum: Video Encoding and Conversion 05-26-2004, 03:02 PM
Replies: 70
Views: 6,228
Posted By Boulder
If you use GripCrop, you'll have to use this kind...

If you use GripCrop, you'll have to use this kind of script:


AVISource("D:\New Folder\Video1")
KernelDeint(order=0,sharp=true,threshold=5)

ConverttoYV12()

GripCrop(720, 576,...
Forum: Video Encoding and Conversion 05-26-2004, 04:37 AM
Replies: 70
Views: 6,228
Posted By Boulder
Read the documents that came with Avisynth 2.5x,...

Read the documents that came with Avisynth 2.5x, they will explain you how to resize and how to add borders.

The result will naturally be DVD-compliant since the resolution won't change, it's...
Forum: Video Encoding and Conversion 05-26-2004, 03:57 AM
Replies: 70
Views: 6,228
Posted By Boulder
1) use overscan (resize to 688x544 and add...

1) use overscan (resize to 688x544 and add 16-pixel borders on each side)

2) replace Deen() with RemoveDirt().TemporalSoften(2,3,3,6,2) (search the board for the link)
Forum: Video Encoding and Conversion 05-25-2004, 06:57 AM
Replies: 70
Views: 6,228
Posted By Boulder
After having a quick peek at the sample clip, I...

After having a quick peek at the sample clip, I really don't know why it should produce a smaller file without the MA script. It's regular pure interlaced video and the MA script should work well for...
Forum: Video Encoding and Conversion 05-25-2004, 02:44 AM
Replies: 70
Views: 6,228
Posted By Boulder
Could you make a small sample of that clip...

Could you make a small sample of that clip (unprocessed) available somewhere? Maybe 25 frames from a scene with motion so it'll be easier to investigate.
Forum: Video Encoding and Conversion 05-24-2004, 10:38 AM
Replies: 70
Views: 6,228
Posted By Boulder
There's usually no visible difference even if you...

There's usually no visible difference even if you encode progressive material as interlaced, the file size may get bigger though.
Forum: Video Encoding and Conversion 05-24-2004, 10:23 AM
Replies: 70
Views: 6,228
Posted By Boulder
UnDot should support both YUY2 and YV12 material....

UnDot should support both YUY2 and YV12 material. You can check the colorspace with this script:

AVISource("path\clip.avi")
Info()

See what the preview window shows in VirtualDub.

Your...
Forum: Video Encoding and Conversion 05-24-2004, 09:40 AM
Replies: 70
Views: 6,228
Posted By Boulder
This one keeps it interlaced so you should encode...

This one keeps it interlaced so you should encode as interlaced, bottom field first:


AVISource("path\clip.avi") # or DirectShowSource, if AVISource doesn't work
...
Forum: Video Encoding and Conversion 05-24-2004, 07:46 AM
Replies: 70
Views: 6,228
Posted By Boulder
If you got the bitrate to spare, encode as...

If you got the bitrate to spare, encode as interlaced.

However, if you use that script with interlaced sources, you're asking for trouble.

See this thread for using the MA script with...
Forum: Video Encoding and Conversion 05-24-2004, 06:46 AM
Replies: 70
Views: 6,228
Posted By Boulder
Do not do any filtering with TMPGEnc's internal...

Do not do any filtering with TMPGEnc's internal filters!

You'll get a sharper image if you remove the MergeLuma line.

Isn't your source material interlaced? You're treating it as if it were...
Forum: Video Encoding and Conversion 05-23-2004, 12:38 PM
Replies: 70
Views: 6,228
Posted By Boulder
That's Dialhot's optimal AVI script v4, or at...

That's Dialhot's optimal AVI script v4, or at least a part of it.

Search this board for the download link for GripFit (includes GripCrop,GripSize and GripBorders) ..sorry, can't be more specific...
Forum: Video Encoding and Conversion 05-23-2004, 10:52 AM
Replies: 70
Views: 6,228
Posted By Boulder
I suggest you check some of the guides on the...

I suggest you check some of the guides on the forum. They'll walk you through the process and you'll probably learn a lot better that way.

The most important thing is to ditch AVS2.08 and download...
Forum: Video Encoding and Conversion 05-23-2004, 09:40 AM
Replies: 70
Views: 6,228
Posted By Boulder
You may want to check out the optimal script for...

You may want to check out the optimal script for DVD sources in the 'Optimal scripts' forum. Also see SansGrip's Avisynth basics guide.

For deinterlacing, I suggest...
Showing results 1 to 19 of 19

 

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