Update README.md

Minor formatting fix for Path Configuration / Option 2 - indented code fence not parsed as a closing code block by Github's Markdown processor.
This commit is contained in:
Tieson Trowbridge 2022-03-26 19:17:10 -04:00 committed by GitHub
parent aa6d4827fa
commit 42be852d30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)