View Single Post
Old 16th June 2013, 01:00   #39  |  Link
Sparktank
47.952fps@71.928Hz
 
Sparktank's Avatar
 
Join Date: Mar 2011
Posts: 940
Oh, I misread what you meant.
I thought you were asking the total runtime of the movie in frames.

The frame width is 1920x800, cropped.

Here's what the basic script looks like before adding any of the fingerprint functions.

Code:
SetMemoryMax(1280)
SetMTMode(3,4)
DirectShowSource("L:\1080p (Remux)\The Hobbit.mkv").KillAudio()
SetMTMode(2)
Crop(0,140,0,-140)
SetMTMode(1)
Distributor()
Return(last)
__________________
Win10 (x64) build 19041
NVIDIA GeForce GTX 1060 3GB (GP106) 3071MB/GDDR5 | (r435_95-4)
NTSC | DVD: R1 | BD: A
AMD Ryzen 5 2600 @3.4GHz (6c/12th, I'm on AVX2 now!)
Sparktank is offline   Reply With Quote