mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-19 04:56:43 +00:00
Merge branch 'main' into main
This commit is contained in:
commit
cf7fd2fdf2
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ FFMpeg.Join(@"..\joined_video.mp4",
|
|||
``` csharp
|
||||
FFMpeg.SubVideo(inputPath,
|
||||
outputPath,
|
||||
TimeSpan.FromSeconds(0)
|
||||
TimeSpan.FromSeconds(0),
|
||||
TimeSpan.FromSeconds(30)
|
||||
);
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue