Quantcast digitalFAQ.com Forums [Archives] - Search Results
Go Back    digitalFAQ.com Forums [Archives] > Search Forums
Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: hudsonhawk
Forum: Avisynth Scripting 06-06-2003, 12:11 PM
Replies: 0
Views: 1,114
Posted By hudsonhawk
Avisynth: When to resize? filter order?

Hi,

Given the following script used to encode a fairly noisy VHS Interlaced source to DVD:

#########################################
LoadPlugin("D:\Video\Avisynth\Plugins\LoadPluginEx.dll")...
Forum: Video Encoding and Conversion 05-13-2003, 01:27 PM
Replies: 15
Views: 1,450
Posted By hudsonhawk
Thanks for the reply Urban Tec. I take it...

Thanks for the reply Urban Tec.

I take it that usinf is a file that contains the settings for bbmpeg? You wouldn't happen to have a sample of that file?

I was hoping to avoid having to use...
Forum: Video Encoding and Conversion 05-03-2003, 07:40 AM
Replies: 15
Views: 1,450
Posted By hudsonhawk
Multiplex from a command line with bbmpg?

Hi,

Could anyone tell me if it is possible to multiplex from a command line with bbmpg?

Thanks!
Forum: Video Encoding and Conversion 03-28-2003, 09:00 AM
Replies: 1
Views: 721
Posted By hudsonhawk
KVCD: Aspect ratio problem?

Hi,

I have been making some test KVCD's using the V2 plus template (NTSC 352x480) and I was pleased to discover that it works no problem in both of my DVD players, but I am having a problem with...
Forum: Avisynth Scripting 03-27-2003, 10:48 AM
Replies: 14
Views: 1,638
Posted By hudsonhawk
Hi Kwag: True, but it's still automatic,...

Hi Kwag:

True, but it's still automatic, that last '1' in the 5th column is the vertical filter, the '4' is what makes it automatic.
Forum: Avisynth Scripting 03-25-2003, 08:52 AM
Replies: 14
Views: 1,638
Posted By hudsonhawk
Nicksteel: Yes, GreedyHMA would serve the...

Nicksteel:

Yes, GreedyHMA would serve the same purpose as telecide() and decimate(). I am finding that with noisy VHS sources at 352x480, GreedyHMA is a little better at reducing choppiness,...
Forum: Avisynth Scripting 03-15-2003, 10:17 AM
Replies: 14
Views: 1,638
Posted By hudsonhawk
I managed to resolve 98% of the choppiness with...

I managed to resolve 98% of the choppiness with GreedyHMA:

AVISource("d:\Video\Capture\Clip0001.avi")

Trim(1192,159154)
#Trim(58313,59536) # test clip
GreedyHMA(1,0,4,0,1,0,0,0) # Auto
#...
Forum: Avisynth Scripting 03-13-2003, 06:44 PM
Replies: 14
Views: 1,638
Posted By hudsonhawk
MrTibs: Thank you for the suggestions! I...

MrTibs:

Thank you for the suggestions! I will give them both a try this evening.
Forum: Avisynth Scripting 03-13-2003, 03:34 PM
Replies: 14
Views: 1,638
Posted By hudsonhawk
Thanks for the input Mr Tibs. By choppiness...

Thanks for the input Mr Tibs.

By choppiness I mean robot like (an arm that doesn't move up smooth but jumps quickly). Basically like it skipped a couple of frames.

I did suspect PixieDust but...
Forum: Avisynth Scripting 03-13-2003, 03:25 PM
Replies: 14
Views: 1,638
Posted By hudsonhawk
Hmmm, you know, I had the file open in VDub to...

Hmmm, you know, I had the file open in VDub to check the 3:2 pattern, but never thought to check for bad frames. Thanks for the tip. However, I capture with Scenalyzer Live and that tells me if any...
Forum: Avisynth Scripting 03-13-2003, 02:53 PM
Replies: 14
Views: 1,638
Posted By hudsonhawk
Hi Kwag, Thanks for the reply. ...

Hi Kwag,

Thanks for the reply.

Actually, it's on both.
Forum: Avisynth Scripting 03-13-2003, 01:56 PM
Replies: 14
Views: 1,638
Posted By hudsonhawk
IVTC choppiness on distant objects and dark scenes only?

Hope someone here can assist me. I'm having a very frustrating time with a VHS to DVD conversion. The source avi file appears to follow the 3:2 pattern and when I encode it in TMPG using the KDVD...
Forum: Avisynth Scripting 03-08-2003, 02:36 PM
Replies: 11
Views: 1,484
Posted By hudsonhawk
Avisynth script order?

Hi,

Given the following script:

AVISource("d:\Video\Capture\Clip0001.avi")

Trim(1192,159154)
FadeIn2(30)
FadeOut2(30)
Crop(20,2,-4,-2)
Forum: Avisynth Scripting 02-22-2003, 07:16 PM
Replies: 4
Views: 1,218
Posted By hudsonhawk
I have been doing more testing and analyzing the...

I have been doing more testing and analyzing the results and I think a more appropriate description of the problem would be that during scenes where there is motion, the motion almost appears to be...
Forum: Players, DVRs, Media Centers 02-14-2003, 10:25 AM
Replies: 1
Views: 786
Posted By hudsonhawk
kvcd: IVTC more compatibility with standalone DVD players?

I am doing some testing with the SKVCD template and am finding that I cannot do an IVTC, as my finished product ends up skipping quite a bit. My source is VHS captured using the Main Concept DV...
Forum: Avisynth Scripting 02-10-2003, 03:41 PM
Replies: 4
Views: 1,218
Posted By hudsonhawk
Thanks for the tip! I just downloaded the file. ...

Thanks for the tip! I just downloaded the file. Do you think that this should be used in place of one of the other filters, or in addition to them?
Forum: Avisynth Scripting 02-10-2003, 02:22 PM
Replies: 4
Views: 1,218
Posted By hudsonhawk
VHS to DVD conversion problem/filters?

Hi,

I am having a problem with VHS to DVD conversion that I am hoping someone might be able to offer suggestions for.

Currently, I capture via a Sony camcorder/IEEE 1394 using Scenalyzer Live...
Forum: Video Capturing / Recording 02-04-2003, 09:14 AM
Replies: 26
Views: 3,639
Posted By hudsonhawk
Hi again, That sounds great, but (and I am...

Hi again,

That sounds great, but (and I am still rather new to such advanced video topics) I have been under the impression that if your source is video and not film it has to remain at 29.97, as...
Forum: Video Capturing / Recording 02-03-2003, 01:40 PM
Replies: 26
Views: 3,639
Posted By hudsonhawk
It was a short-lived sitcom called "Stark Raving...

It was a short-lived sitcom called "Stark Raving Mad".
Forum: Video Capturing / Recording 02-03-2003, 01:37 PM
Replies: 26
Views: 3,639
Posted By hudsonhawk
They are TV shows from the 90's, so I am pretty...

They are TV shows from the 90's, so I am pretty sure they are not film. What are my options as far as non-film goes?

Thanks!
Forum: Video Capturing / Recording 02-03-2003, 01:27 PM
Replies: 26
Views: 3,639
Posted By hudsonhawk
KVCD Templates - VHS (TV)

Hi,

Is it possible to fit 120 minutes on one CD using the KVCD template when your VHS captures are not movies but rather TV show episodes?

Thanks!

HH
Showing results 1 to 21 of 21

 

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