You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: VidCoder/Model/WatchedFileStatusLive.cs
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,11 @@ namespace VidCoder.Model;
11
11
/// </summary>
12
12
publicenumWatchedFileStatusLive
13
13
{
14
+
/// <summary>
15
+
/// VidCoder has found the file, but is waiting for it to be fully written before trying to encode it.
16
+
/// </summary>
17
+
Found,
18
+
14
19
/// <summary>
15
20
/// VidCoder has planned to encode this file but it has not yet been added to the queue. It should only be in this state as long as it takes to scan the item.
<value>Use multiple media engines to speed up a single encode where supported. Disable to allow load balancing multiple parallel encodes across media engines.</value>
0 commit comments