Merge pull request #307 from tiesont/patch-1

Update README.md

Former-commit-id: bd2f278590
This commit is contained in:
Malte Rosenbjerg 2022-03-27 18:44:21 +02:00 committed by GitHub
commit fd4a85f032

View file

@ -11,7 +11,6 @@ A .NET Standard FFMpeg/FFProbe wrapper for easily integrating media analysis and
# API
## FFProbe
Use FFProbe to analyze media files:
```csharp
@ -22,12 +21,12 @@ or
var mediaInfo = FFProbe.Analyse(inputPath);
```
## FFMpeg
Use FFMpeg to convert your media files.
Easily build your FFMpeg arguments using the fluent argument builder:
Convert input file to h264/aac scaled to 720p w/ faststart, for web playback
```csharp
FFMpegArguments
.FromFileInput(inputPath)