Windows gameplay recording & editing
On my new computer I use Nvidia's ShadowPlay to record my gameplay - taking advantage of NVENC and getting the full 2560x1440@60 resolution. Unfortunately it's not perfect - it sometimes refuses to start recording (working with Nvidia support on this) and occasionally it gets the audio inputs mixed up and doesn't record my mic (or the in-game audio). But I haven't had a corrupt recording yet (knock on wood) and the quality is great. For editing the videos I use ... ffmpeg. Why ffmpeg instead of a more traditional NLE? Because it's quick. Ask any YouTuber and they will tell you editing takes time. And I'd rather be playing Danger Zone than editing videos. For solo games I need to determine the start and end of the main video then add on the intro & outro. On the iMac I could do this inside Quicktime Player, but now I needed to find new ways. The first step is to determine the start & end of the main video, which I do using ffplay vi...