rlaphoenix

Results 146 comments of rlaphoenix
trafficstars

> The problem is this: > > https://forum.doom9.org/showthread.php?p=1922363#post1922363 I should note I'm on Arch Linux, so DLLs wouldn't be used unless it also refers to shared-objects.

https://bitbucket.org/mystery_keeper/vapoursynth-editor/issues/43/memory-leak-in-relation-to-the-preview I do believe this is an issue with vapoursynth-editor and not vapoursynth, so for now I will close the issue and I have moved it to vapoursynth-editor.

> #3 is actually a result of how windows library loading/unloading works. I plan to fix that one in the next release by simply never unloading loaded dlls. I should...

So there's no way to multi-thread it at all? Because in the method that actually utilizes the GPUs, I only get that load if I set core.num_threads to an absurd...

I added the Activity Log for ya, my bad

Also I just now tried with the latest nightly and it still happened.

Oh I may have given the wrong log file. :/ Ill have get a new one soon

[HandBrake.zip](https://github.com/HandBrake/HandBrake/files/2943665/HandBrake.zip) There were 2 files im unsure which one is related here. (I encoded test.mkv with chapters 2->3, the file starts couple seconds before chapter 2)

My theory on why this occurs is because handbrake seems to ignore .nnn's in chapters and doesnt count them towards the addition up to get to the specified chapters (though...

A member of TPH has given me a tip of using `os.system("")` and it did in fact work. But why is the question? Seems he also needed to use this...