Log in

View Full Version : Fastest way to encode HDTV?


tyronepiggomz
12th April 2010, 15:55
I have a 720p 60fps source I am trying to get to xvid.

Right now I am using these to achieve 23.976fps

SelectEven()
Decimate()

is there a faster way to do this?

Also what is an average fps for an intel C2Quad?

Guest
12th April 2010, 16:16
If the material is properly flagged, it will be faster to simply ignore the pulldown flags.

If the material is not flagged but has a constant pattern, then you can replace Decimate() with SelectEvery().

tyronepiggomz
12th April 2010, 16:36
Thanks for the fast reply

ignore and leave at 60fps?

its constant progressive material

also would it be faster if i used MTsource() in the script?