waleswood

Results 17 issues of waleswood

``` bash System.AggregateException: One or more errors occurred. (Could not convert string to DateTime: 2022-07-19T下午1:37:58Z. Path 'format.tags.creation_time', line 3, position 58.) ---> Newtonsoft.Json.JsonReaderException: Could not convert string to DateTime: 2022-07-19T下午1:37:58Z....

``` bash System.InvalidOperationException: Cannot start process because a file name has not been provided. at System.Diagnostics.Process.Start() at Xabe.FFmpeg.FFmpeg.RunProcess(String args, String processPath, Nullable`1 priority, Boolean standardInput, Boolean standardOutput, Boolean standardError) at...

I have read the issues/44 and issues/200, But did not resolve my problem ``` Shell System.ComponentModel.Win32Exception (13): Permission denied at System.Diagnostics.Process.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin,...

fixed #2138,when i set options ``` C# _videoWriter.VideoOptions["x264opts"] = "no-mbtree:sliced-threads:sync-lookahead=0"; ``` like [https://github.com/cesarsouza/screencast-capture](https://github.com/cesarsouza/screencast-capture) the `pts_time` Shouldn't twice `dts_time`

```shell System.Net.Sockets.SocketException (0x80004005): 提供了一个无效的参数。 at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Int32 optionValue, Boolean silent) at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Int32 optionValue) at Fleck.WebSocketServer..ctor(String location, Boolean supportDualStack) ```

namespace OSharp.Utility.Data下的SerializeHelper类ToXmlFile方法。

由于OperationResult没有类似public OperationResult() {}的空构造器,导致反序列化失败。

OSharp.Utility.Extensions命名空间下的 ``` /// /// 是否电子邮件 /// public static bool IsEmail(this string value) { const string pattern = @"^[\w-]+(\.[\w-]+)*@[\w-]+(\.[\w-]+)+$"; return value.IsMatch(pattern); } ``` 没有对中文的非法判断。