mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 00:24:14 +01:00
fix: readme minor mistakes.
This commit is contained in:
parent
943662aa15
commit
d9c4595eec
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ FFMpeg.Join(@"..\joined_video.mp4",
|
||||||
``` csharp
|
``` csharp
|
||||||
FFMpeg.SubVideo(inputPath,
|
FFMpeg.SubVideo(inputPath,
|
||||||
outputPath,
|
outputPath,
|
||||||
TimeSpan.FromSeconds(0)
|
TimeSpan.FromSeconds(0),
|
||||||
TimeSpan.FromSeconds(30)
|
TimeSpan.FromSeconds(30)
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue