View Single Post
Old 16th July 2019, 08:29   #731  |  Link
vorob
Registered User
 
Join Date: Apr 2004
Posts: 34
Quote:
Originally Posted by LigH View Post
To me it seems like the processing aborts prematurely, but doesn't report an error... it's certainly not usual not to process the whole video.

Please show the whole script. What kind of source filter do you use? In case of DirectShowSource: It might not be reliable in case of multi-threading on a faulty source.
That is my script:

Code:
SetMTMode (5, 4)
AVISource("11.1999, 50 years annivers, 2000, 8th march.avi", audio=true)
ConvertToYV12()
SetMTMode(2)
AssumeTFF()
#QTGMC(preset="Slower", SourceMatch=3, Lossless=2, EdiThreads=1) #original
QTGMC(preset="Slow", Lossless=2, Sharpness=1, EdiThreads=4)
Distributor()
BilinearResize(720,540)
Crop (8, 2, -8, -8)
Where can i check what kind of source filter i use?

Quote:
Processor thermal issues?
No, thermals are perfectly okay.
vorob is offline   Reply With Quote