Ffmpeg process field - Recording with ffmpeg what to enter is stop recording

I have ffmpeg screen recording sort of working. Im not sure what to enter in the stop recording step under the process field?

Ive watched some videos and read documentation but im not clear what the purpose of the field is or how to use.

Any help would really be appreciated please.

Hi,

It’s necessary to set Process type variable which is set at FFmpegProcess property of StartRecording activity, as the following.

Regards,

Thanks for ghe reply @Yoichi. What is the reason. Is it just creating a reference as to which start recording is being stopped?

Is there significance in the letter p have chosen? Eg does p stand for something… or could you have just as effectivly chosen another letter such as z?

Do i set it by just typing the letter p in both, or is it actually a ctl K to set / define.

Hi,

StartRecording launches FFMpeg as independent process. And it’s necessary the process ID when stop it.

Is there significance in the letter p have chosen? Eg does p stand for something… or could you have just as effectivly chosen another letter such as z?

It should be System.Diagnostics.Process type. So, I just named p (from Process class) in the above case. We can easily create it using Ctrl+K.

Regards,

This is now working, thank you for your help @Yoichi.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.