sharpdx / SharpDX-Samples

Official repository for all SharpDX Samples
346 stars 222 forks source link

DXGI capture and send to ffmpeg to create video #55

Open mhackeras opened 6 years ago

mhackeras commented 6 years ago

I am trying to record video using dxgi.. though using Desktopcapturing example i can get up to 10-15 fps. :/ am i using wrong way to achieve screen capturing.. can someone help me or point me on what to study and practice to achieve faster capturing?

mhackeras commented 6 years ago

i am also using ffmpeg with image2pipe and memorystream to send the bitmap :/