????????????????У??????????????CPU??????????????ffmpeg???????????????????????????£???ν??????????
??????????????????????????CPU?????????????????????CPU????????Window???£??????exe??????????????????CPU????????

????????????CPU????????????????CPU?????????????????
?????ο????????????calc????????
Process p = new Process();
p.StartInfo.FileName = @"c:windowssystem32calc.exe";
p.StartInfo.RedirectStandardOutput = true;
p.StartInfo.RedirectStandardError = true;//?????
p.StartInfo.UseShellExecute = false;
p.StartInfo.CreateNoWindow = true;//?????
p.Start();
// ????CPU????????????????CPU0??CPU1
p.ProcessorAffinity = (IntPtr)(0x0001 | 0x0002);
p.Close();
p.Dispose();

?????????CPU???????????????ù????У?CPU??????????????????
????????????к?????????????CPU?????????????????????????????Щ?????????ù???