VideoFanatic
21st December 2015, 23:28
Recently when I use McTemporalDenoise & QTGMC in multi-threaded the videos start to encode fine then after 30 mins or so the time remaining goes up and FPS gradually goes down. CPU usage is zero so basically it crashes without actually crashing!
Here's my script. Note that the problem also happens when just using McTemporalDenoise on it's own:
setmtmode(5,6)
DGSource("M:\Video.dgi")
setmtmode(2)
McTemporalDenoise(settings="medium", interlaced=true)
AssumeTFF()
QTGMC(Preset="Super Fast")
SeparateFields() SelectEvery(4,0,3) Weave()
I can't encode 2 videos at once in non-MT as it would be too slow. The only time I can do that is when using McTemporalDenoise Low and it doesn't crash when I do that.
I encoded many videos in the past on my current PC without problems, I'd encode a few videos per day and maybe 1 video a week would crash but it would literally crash the program, it wouldn't just start to encode slowly. So I don't know why it's "crashing" all the time now.
I have Avisynth 2.58 + 2.60 MT installed. I tried installing the lastest version but it made no difference. I've even restored a Macrium Reflect backup image of my C drive from when everything was working fine and the issue still remains. I have a Core i7 2700K which has 8 cores including virtual cores.
Could someone who has this working please give me a copy of their plugins, etc so I can see if that fixes it. Does anyone have any suggestions on how to fix this problem?
Here's my script. Note that the problem also happens when just using McTemporalDenoise on it's own:
setmtmode(5,6)
DGSource("M:\Video.dgi")
setmtmode(2)
McTemporalDenoise(settings="medium", interlaced=true)
AssumeTFF()
QTGMC(Preset="Super Fast")
SeparateFields() SelectEvery(4,0,3) Weave()
I can't encode 2 videos at once in non-MT as it would be too slow. The only time I can do that is when using McTemporalDenoise Low and it doesn't crash when I do that.
I encoded many videos in the past on my current PC without problems, I'd encode a few videos per day and maybe 1 video a week would crash but it would literally crash the program, it wouldn't just start to encode slowly. So I don't know why it's "crashing" all the time now.
I have Avisynth 2.58 + 2.60 MT installed. I tried installing the lastest version but it made no difference. I've even restored a Macrium Reflect backup image of my C drive from when everything was working fine and the issue still remains. I have a Core i7 2700K which has 8 cores including virtual cores.
Could someone who has this working please give me a copy of their plugins, etc so I can see if that fixes it. Does anyone have any suggestions on how to fix this problem?