<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">platform: Windows<br>
application: WinForm application<br>
language: C#<br>
decoder: ffmpeg<br>
<br>
Hi<br>
We're using ffmpeg to decode frames sent via network to us. The program
is written in C# and uses FFmpegInvoke as well as the required DLL's
like avcodec-56.dll and avutil-54.dll for decoding the frames. We need
to use GPU instead of CPU for this purpose. Now CPU is used and decoding
is done without any problem.<br>
My question is that how can I tell ffmpeg use GPU instead of CPU for decoding?<br>
Is there any sample code for this purpose?<br>
Thanks</div></div>