mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 00:24:14 +01:00
parent
2601dc3a83
commit
3951eda615
1 changed files with 2 additions and 0 deletions
|
@ -186,6 +186,8 @@ The default value of an empty string (expecting ffmpeg to be found through PATH)
|
|||
GlobalFFOptions.Configure(new FFOptions { BinaryFolder = "./bin", TemporaryFilesFolder = "/tmp" });
|
||||
// or
|
||||
GlobalFFOptions.Configure(options => options.BinaryFolder = "./bin");
|
||||
// on some systems the absolute path may be required, in which case
|
||||
GlobalFFOptions.Configure(new FFOptions { BinaryFolder = Server.MapPath("./bin"), TemporaryFilesFolder = Server.MapPath("/tmp") });
|
||||
|
||||
// or individual, per-run options
|
||||
await FFMpegArguments
|
||||
|
|
Loading…
Reference in a new issue