using LiveJob and the cpu has 100%

Frage using LiveJob and the cpu has 100%

  • Monday, December 10, 2012 7:21 AM
     
     

    when i use LiveJob and  as  following setting :

     Job.OutputFormat.VideoProfile = new Microsoft.Expression.Encoder.Profiles.MainVC1VideoProfile
                {
                    InLoopFilter = false,
                    MotionSearchRange = Microsoft.Expression.Encoder.Profiles.MotionSearchRange.MacroblockAdaptive,
                    Size = new System.Drawing.Size(monitorSize.Width, monitorSize.Height),
                };

    the cpu has 100%,can you give me some changes?