Quantcast digitalFAQ.com Forums [Archives] - Search Results
Go Back    digitalFAQ.com Forums [Archives] > Search Forums
Showing results 1 to 25 of 68
Search took 0.00 seconds.
Search: Posts Made By: ARnet_tenRA
Forum: Avisynth Scripting 07-05-2005, 10:06 AM
Replies: 136
Views: 13,121
Posted By ARnet_tenRA
Now I get it, Thanks KWAG!!!! Ha Ha

Now I get it, Thanks KWAG!!!!

Ha Ha
Forum: Avisynth Scripting 07-01-2005, 03:01 PM
Replies: 136
Views: 13,121
Posted By ARnet_tenRA
I totally agree that ping-pong is faster. I like...

I totally agree that ping-pong is faster. I like the idea of finding a target size faster. :D

What is hard for me to grasp is why this is any better in accuracy, as seems to be claimed in...
Forum: Avisynth Scripting 07-01-2005, 02:05 PM
Replies: 136
Views: 13,121
Posted By ARnet_tenRA
I really hate to bring this up so late in the...

I really hate to bring this up so late in the thread, but how is ping-pong prediction any different than regular sample size prediction?

As incredible has pointed out 1%+1% encoding is the same as...
Forum: Video Encoding and Conversion 07-22-2003, 10:18 AM
Replies: 715
Views: 95,625
Posted By ARnet_tenRA
Try adding the line KillAudio() at the bottom of...

Try adding the line KillAudio() at the bottom of your script. That should cure this problem.

Regards, Tenra
Forum: Avisynth Scripting 06-20-2003, 09:09 PM
Replies: 130
Views: 9,923
Posted By ARnet_tenRA
Hi Ren, That looks good to me. Actually it is a...

Hi Ren,
That looks good to me. Actually it is a lot easier way to understand it.

I do not know if this will work well in the predict function. I'll have to take a look, unless someone else gets...
Forum: Avisynth Scripting 06-20-2003, 01:31 PM
Replies: 130
Views: 9,923
Posted By ARnet_tenRA
Hi, I mentioned in a different thread that the...

Hi, I mentioned in a different thread that the following steps work well for me.

Start TOK and set factor to 1.00
Let TOK encode the Full and Small predict size.
Cancel prediction.
Find out the...
Forum: Avisynth Scripting 06-06-2003, 01:52 PM
Replies: 11
Views: 1,152
Posted By ARnet_tenRA
@Icarus3000 For greater than 100 files like...

@Icarus3000

For greater than 100 files like you requested follow these steps:

Batch rename your files.Name.001.avi to Name-0.01.avi
Name.002.avi to Name-0.02.avi
...
Name.099.avi to...
Forum: Avisynth Scripting 05-29-2003, 12:39 PM
Replies: 494
Views: 38,995
Posted By ARnet_tenRA
Here is what I have so far: It divides the movie...

Here is what I have so far: It divides the movie into 16x16 blocks and allows you to perform filtering on each block separately.

AviSource(" -Your Movie Here- ")

FilterBlocks()

function...
Forum: Avisynth Scripting 05-29-2003, 10:49 AM
Replies: 494
Views: 38,995
Posted By ARnet_tenRA
I know. I am working on just that. I thought I...

I know. I am working on just that. I thought I would put this out there to get everyone's creative juices flowing.

Regards, Tenra
Forum: Avisynth Scripting 05-29-2003, 10:02 AM
Replies: 494
Views: 38,995
Posted By ARnet_tenRA
Here is a way to do it Kwag. I am sure you can...

Here is a way to do it Kwag. I am sure you can optimize it more. I have added the GreyScale filter to show how each section is getting a different filter. Of course you can filter any way you want....
Forum: Avisynth Scripting 05-27-2003, 12:34 PM
Replies: 494
Views: 38,995
Posted By ARnet_tenRA
Here you go Kwag. This is a new script that does...

Here you go Kwag. This is a new script that does linear filtering.

Version().ConvertToYV12().FadeIn(150).FadeOut(30)

LowMotionFilters=Blur(.2)
HighMotionFilters=Blur(.5)
...
Forum: Off-topic Lounge 04-29-2003, 08:53 AM
Replies: 9
Views: 689
Posted By ARnet_tenRA
I had the Atari 400 as well as the "Star Raider"...

I had the Atari 400 as well as the "Star Raider" game. You are the first person I know (besides my brother and myself) that has played that game. Sadly it has probably been over 10 years since my...
Forum: Avisynth Scripting 04-04-2003, 02:25 PM
Replies: 19
Views: 2,987
Posted By ARnet_tenRA
I considered that too, but haven't tried it yet. ...

I considered that too, but haven't tried it yet.

Good luck :!:

Tenra
Forum: Avisynth Scripting 04-04-2003, 12:49 PM
Replies: 19
Views: 2,987
Posted By ARnet_tenRA
Faster prediction method

Hi all,

I have been working on a method to decrease the amount of time required to do file size prediction.Here it is:
1. Figure out the desired sample size.
2. Take a full size sample at CQx....
Forum: Avisynth Scripting 03-13-2003, 11:45 AM
Replies: 3
Views: 1,011
Posted By ARnet_tenRA
Just so you know, when I switched to BiCubic I...

Just so you know, when I switched to BiCubic I removed the MergeLuma(Blur.2)) line from my script. I figure that the loss of sharpness by not using Lanczos could be counteracted by not using Blur.
...
Forum: Avisynth Scripting 03-13-2003, 08:33 AM
Replies: 3
Views: 1,011
Posted By ARnet_tenRA
Avisynth: Possibly reduce background flickering?

I ran some recent tests and I found that using BicubicResize instead of LanczosResize+MergeLuma(Blur(.2)) actually gives me a higher quality image and reduces the slight background flickering I was...
Forum: Video Encoding and Conversion 03-12-2003, 10:58 AM
Replies: 4
Views: 840
Posted By ARnet_tenRA
JoZ, Use 352x240 if your DVD player will not...

JoZ,

Use 352x240 if your DVD player will not play the larger resolution of 352x480.

Also use 352x240 when your movie is really long and doesn't look good as 352x480.

By the way, KVCDx3 is...
Forum: Video Encoding and Conversion 03-03-2003, 10:00 AM
Replies: 31
Views: 2,848
Posted By ARnet_tenRA
Heller, When you use AssumeFPS the number of...

Heller,

When you use AssumeFPS the number of frames in your movie remains the same but it plays at a different number of frames per second. In a 23.976fps to 25fps conversion this means your film...
Forum: Avisynth Scripting 02-28-2003, 09:23 PM
Replies: 70
Views: 7,124
Posted By ARnet_tenRA
Don't worry, I'm working on a new formula where...

Don't worry, I'm working on a new formula where you take 3 or 4 short samples and the curve for your movie is automatically determined. :wink:

-Tenra
Forum: Avisynth Scripting 02-28-2003, 09:11 PM
Replies: 70
Views: 7,124
Posted By ARnet_tenRA
That is a very good possibility. I used 352x240...

That is a very good possibility. I used 352x240 for my tests.

-Tenra
Forum: Avisynth Scripting 02-28-2003, 03:06 PM
Replies: 70
Views: 7,124
Posted By ARnet_tenRA
First, make sure that on the audio input line you...

First, make sure that on the audio input line you remove the avs script. (Only have something listed on the video line and the output line.

Second, make sure that you have the newest version from...
Forum: Avisynth Scripting 02-28-2003, 02:49 PM
Replies: 70
Views: 7,124
Posted By ARnet_tenRA
The problem I see with these values is that your...

The problem I see with these values is that your CQ100 seem way out of proportion with the CQ0 and CQ50 values.

Using the scale I had posted before you should only have about 17.778MB and 1194 as...
Forum: Avisynth Scripting 02-28-2003, 02:14 PM
Replies: 35
Views: 2,800
Posted By ARnet_tenRA
You are right :oops: I corrected it above. ...

You are right :oops: I corrected it above.

-Tenra
Forum: Avisynth Scripting 02-28-2003, 01:25 PM
Replies: 70
Views: 7,124
Posted By ARnet_tenRA
This was my point before and it is still true....

This was my point before and it is still true. For prediction, average bitrate and filesize will work equally well. The reason that average bitrate is nice is because you don't have to first...
Forum: Avisynth Scripting 02-28-2003, 01:21 PM
Replies: 70
Views: 7,124
Posted By ARnet_tenRA
Just place this function at the bottom of your...

Just place this function at the bottom of your script or in another file and import it.

Then at the bottom of your script , just before SampleClip or Sampler place Prediction()

The first frame...
Showing results 1 to 25 of 68

 

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