From abc7d9463a415e4bab917b180e4aafb0b845aba4 Mon Sep 17 00:00:00 2001 From: ep1kt3t0s <86835785+ep1kt3t0s@users.noreply.github.com> Date: Sun, 11 Dec 2022 16:05:30 +0000 Subject: [PATCH] Update PipeHelpers.cs --- FFMpegCore/FFMpeg/Pipes/PipeHelpers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFMpegCore/FFMpeg/Pipes/PipeHelpers.cs b/FFMpegCore/FFMpeg/Pipes/PipeHelpers.cs index c680c3e..2890e82 100644 --- a/FFMpegCore/FFMpeg/Pipes/PipeHelpers.cs +++ b/FFMpegCore/FFMpeg/Pipes/PipeHelpers.cs @@ -5,7 +5,7 @@ namespace FFMpegCore.Pipes { static class PipeHelpers { - public static string GetUnqiuePipeName() => $"FFMpegCore_{Guid.NewGuid()}"; + public static string GetUnqiuePipeName() => $"FFMpegCore_{Guid.NewGuid().ToString("N").Substring(0, 5)}"; public static string GetPipePath(string pipeName) {