mirror of
https://github.com/unclshura/splitter.git
synced 2026-06-22 00:22:01 +00:00
Syntax fix
This commit is contained in:
parent
6be2265a89
commit
78f1bb17d6
@ -45,7 +45,7 @@ public class SimpleSplitter(int segmentNo) : LoggingBase(segmentNo), ISegmentPro
|
|||||||
|
|
||||||
proc.WaitForExit();
|
proc.WaitForExit();
|
||||||
|
|
||||||
ClearProgress(segmentNo);
|
ClearProgress();
|
||||||
|
|
||||||
if (proc.ExitCode != 0)
|
if (proc.ExitCode != 0)
|
||||||
LogError($"Segment {name} FFmpeg encoding failed");
|
LogError($"Segment {name} FFmpeg encoding failed");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user