PDA

View Full Version : mencoder: discarding every 2nd frames


nexx
12th February 2005, 15:16
I have some progressive 50fps material. Every second frame is just a duplicate so it would be unnessasery to encode these. I am after a way to drop every second frame and give 25fps output.
It seems possible with the decimate filter, but I havent any luck with various settings.

Suggestions?

mean
12th February 2005, 17:29
-ofps 25
?

nexx
13th February 2005, 04:26
well then...that does make things easy :cool:
I thought -ofps 25 would leave me with file at 50% speed.

Thanks.