Prepared Encoder service
This commit is contained in:
6
Encoder/EncoderServiceOptions.cs
Normal file
6
Encoder/EncoderServiceOptions.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Encoder;
|
||||
|
||||
public record class EncoderServiceOptions {
|
||||
public string OutputPath { get; init; } = Path.GetTempPath();
|
||||
public string FfmpegPath { get; init; } = Path.Combine(Environment.ProcessPath, "ffmpeg");
|
||||
}
|
||||
Reference in New Issue
Block a user