Log in

View Full Version : FDecimate usage...


DonAndress
25th April 2007, 14:03
Hello!

I have two AVI sources in uncompressed raw YV12 with 48kHz audio.
One of them is 29.97 fps and another is 59.94.

I want to change the fps of the second one to 29.97 with perfect original audio synchronization and combine both into one piece.

I want to remove exactly every second frame from the clip.
I know I have to use FDecimate function but AVSEdit says there is no such function. Do I need any plugin to make it work?

What Threshold value should I put to get the clip I want?

Leak
25th April 2007, 14:39
Hello!
I want to remove exactly every second frame from the clip.
I know I have to use FDecimate function but AVSEdit says there is no such function. Do I need any plugin to make it work?
SelectEvery(2,0)

Why use FDecimate for such a simple task? :confused:

(And yes, you'd need the FDecimate plugin of course...)

DonAndress
26th April 2007, 07:50
Ok, thanks. That worked perfectly.