I want to convert HDTV .tp captures @ 50fps to PAL 25fps using the full version of Gordian Knot but cannot seem to find any way to do this.
All the guides that I've found refer to using AutoGK in file mode to make this conversion but for some reason AutoGK will not run on my machine. There seems to be some Avisynth issue and it always crashes at the end of 1st pass.
The full version of GK runs fine and I want to use this for its custom cropping etc. Is there something I can do in GK to convert 50fps to 25fps ?
Thanks for any assistance.
+ Reply to Thread
Results 1 to 2 of 2
-
-
This seems to work.
In the GK [Options] tab check the "Use advanced SaveAVS" box.
When you are ready to encode and hit "Save & Encode" in the preview window it will give you an additional multi-tabbed window with additional encoding options. The last tab on the right will be a blue script window. Paste the following into the load-DLLs section....
Code:LoadPlugin("D:\Media\Author\AutoGK\filters\fdecimate.dll")
Code:FDecimate(rate=25,threshold=1)
FDecimate plugin is available here...
http://neuron2.net/fdecimate/fdecimate.html
Similar Threads
-
AVer MediaCenter saves video at 50fps when there ment to be 25fps
By jamespoo in forum DVB / IPTVReplies: 1Last Post: 17th Jun 2011, 02:39 -
Recorded TS file change to 25fps instead of keeping it to 50fps in mkv.
By Dazzler1985 in forum Video ConversionReplies: 1Last Post: 18th Apr 2011, 17:01 -
Convert FLV 25fps to 29.97fps
By Jason77 in forum Video ConversionReplies: 6Last Post: 17th Feb 2011, 16:34 -
convert fields into 50fps vertical half frames & back
By l.pandit in forum Video ConversionReplies: 3Last Post: 7th Feb 2010, 06:21 -
25fps to 50fps
By stavas in forum Video ConversionReplies: 8Last Post: 25th Sep 2008, 23:30