<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 2, 2016 at 10:49 AM, Ilkka Ollakka <span dir="ltr"><<a href="mailto:ileoo@videolan.org" target="_blank">ileoo@videolan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Jun 02, 2016 at 10:43:43AM +0200, Jean-Paul Saman wrote:<br>
> Ilkka,<br>
<br>
Hi,<br>
<span class=""><br>
> > Also how does this behave if I have 2 parallel encoding processes<br>
> > running? Other one goes to nvenc, but how does the second one behave?<br>
<br>
<br>
> Not sure what you mean here.<br>
<br>
> If I run two parallel vlc process both encoding using NVENC and a software<br>
> encoder for audio, than it both streams get encoded just fine.<br>
> This will of course depend on GPU resources, so your mileage may vary.<br>
<br>
<br>
</span>Is there some GPU resource limit that affects how many parallel<br>
processes can be in use? Is it possible to check it and more<br>
importantly, inform user in case we reach that limit 'you ran out of gpu,<br>
please call your local dealer' ?<br></blockquote><div><br></div><div>The SDK API will fail when there are not enough resources left.<br></div><div>I am not sure if it will fail when creating the encoding context or when initializing it.<br></div><div>AFAICS the API does not really mention that.<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

This might come just from me not being that familiar with internals of<br>
gpu encoding stuff, but I don't really know how they internally allocate<br>
things between multiple processes trying to do gpu encoding. So is it<br>
depending on amount of parallel encodes, or profiles/resolutions tried<br>
to encode in parallel or some other factor?<br></blockquote><div><br></div><div>Only SDK authors now for sure.<br><br></div><div>Kind regards,<br><br></div><div>Jean-Paul Saman. <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Ilkka Ollakka<br>
There is an innocence in admiration; it is found in those to whom it<br>
has not yet occurred that they, too, might be admired some day.<br>
                -- Friedrich Nietzsche<br>
</font></span><br>_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br></blockquote></div><br></div></div>