In case of JPEG output format, recording result is not file, but directory and this causes problems (FileNotFoundException) in SaveToDocuments method, where you are trying to move file instead of directory on line 709 by call: File.Move(path, result)
I didnt do any further investigation, but it looks like this will be global issue no matter which platform.
In case of JPEG output format, recording result is not file, but directory and this causes problems (FileNotFoundException) in SaveToDocuments method, where you are trying to move file instead of directory on line 709 by call: File.Move(path, result)
I didnt do any further investigation, but it looks like this will be global issue no matter which platform.