Do not dispose the ffmpeg process

This commit is contained in:
Shadowghost 2024-02-25 17:24:54 +01:00
parent 321e9fb0b5
commit 36f298e417

View File

@ -437,7 +437,7 @@ public sealed class TranscodeManager : ITranscodeManager, IDisposable
} }
} }
using var process = new Process var process = new Process
{ {
StartInfo = new ProcessStartInfo StartInfo = new ProcessStartInfo
{ {