itchio / capsule

🎬 Cross-platform hotkey short video capture for games
GNU General Public License v2.0
178 stars 14 forks source link

Grandchild handling #33

Open fasterthanlime opened 7 years ago

fasterthanlime commented 7 years ago

This is required for UE4 games, for example, for which the .exe launched by itch isn't the actual game, it's just a launcher, that spawns the actual game.

What's done:

What's to do:

Exactly how connection switching is going to work, I'm not sure yet - I introduced capture::SawBackend recently so that maybe the game could send that info via the connection and capsulerun would have an overview of which backends are available where, and pick the best connection to attempt a capture on.