mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-02-18 11:02:31 +00:00
Merge branch 'master' into add-pcm-wrapper
This commit is contained in:
commit
f8692abc57
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ namespace FFMpegCore.Arguments
|
|||
Writer = writer;
|
||||
}
|
||||
|
||||
public override string Text => $"-y {Writer.GetStreamArguments()} -i \"{PipePath}\"";
|
||||
public override string Text => $"{Writer.GetStreamArguments()} -i \"{PipePath}\"";
|
||||
|
||||
protected override async Task ProcessDataAsync(CancellationToken token)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue