Quantcast digitalFAQ.com Forums [Archives] - Search Results
Go Back    digitalFAQ.com Forums [Archives] > Search Forums
Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: Boulder
Forum: Video Capturing / Recording 03-07-2005, 03:01 PM
Replies: 19
Views: 1,657
Posted By Boulder
Try lowering the maximum bitrate even more than...

Try lowering the maximum bitrate even more than that. You could also check the video with Bitrate Viewer, there might be huge spikes in those problemous parts.
Forum: Video Capturing / Recording 03-07-2005, 02:59 PM
Replies: 19
Views: 1,657
Posted By Boulder
Try this one: org=last ConverttoYV12() ...

Try this one:


org=last
ConverttoYV12()
LRemoveDust(4,2)
ConverttoYUY2()
MergeChroma(org)

function LRemoveDust(clip input, int _mode, int "limit")
Forum: Video Capturing / Recording 03-05-2005, 03:30 AM
Replies: 19
Views: 1,657
Posted By Boulder
If you do DVDs, don't deinterlace. The motion...

If you do DVDs, don't deinterlace. The motion will remain as smooth as it is on the tape and no details are lost in the process.

You can check the field order with a simple script:...
Forum: Video Capturing / Recording 03-04-2005, 05:02 AM
Replies: 19
Views: 1,657
Posted By Boulder
I'm not sure if many codecs can handle realtime...

I'm not sure if many codecs can handle realtime compression at high resolutions, at least MSU can't. Decoding is also dead slow compared to HuffYUV with predict gradient. FFV1 is YV12 if I remember...
Forum: Video Capturing / Recording 03-04-2005, 04:26 AM
Replies: 19
Views: 1,657
Posted By Boulder
Well, I haven't found it unstable and many others...

Well, I haven't found it unstable and many others have been using it with success. I haven't had a single crash or a/v sync issues. VVCR has crashed on me several times if I record, stop and then...
Forum: Video Capturing / Recording 03-04-2005, 02:00 AM
Replies: 19
Views: 1,657
Posted By Boulder
function LRemoveDust(clip input, int _mode, int...

function LRemoveDust(clip input, int _mode, int "limit")
{
limit=default(limit,4)
LL=string(limit)
STR="x "+LL+" + y < y "+LL+" - x "+LL+" - y > y "+LL+" + x ? ?"
repmode = 2
clensed =...
Forum: Video Capturing / Recording 03-03-2005, 03:19 PM
Replies: 19
Views: 1,657
Posted By Boulder
WinXP supports only WDM drivers so you might not...

WinXP supports only WDM drivers so you might not get the v1.5 branch working since it's VfW only. The 1.5 versions use a VfW->WDM wrapper which doesn't work nearly every time and often you are...
Forum: Video Capturing / Recording 03-03-2005, 03:13 AM
Replies: 19
Views: 1,657
Posted By Boulder
Re: First pass.

Wouldn't you be able to use VirtualDub for capturing? The latest version supports WDM capturing :D

I suggest Didée's LRemoveDust, it's a lot like PixieDust but much faster.

For YUY2 material:...
Showing results 1 to 8 of 8

 

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