Skip to content

Commit

Permalink
Fix documentation for MCM FFmpeg plugin
Browse files Browse the repository at this point in the history
This commit fixes example command lines for running audio streams
and adds some quotes where missed.

Signed-off-by: Konstantin Ilichev <konstantin.ilichev@intel.com>
  • Loading branch information
ko80 committed Aug 29, 2024
1 parent c0b89d2 commit 2a5b1aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ffmpeg-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The next arguments are supported to configure a video transmission

| Argument | Type | Description | Default |
| -------------- | :----: | ----------------------------------------------- | :-------------: |
| `video_size` | String | Video frame size (`"640x480"`, `"hd720"`, etc.) | `1920x1080` |
| `video_size` | String | Video frame size (`"640x480"`, `"hd720"`, etc.) | `"1920x1080"` |
| `pixel_format` | String | Video pixel format | `"yuv422p10le"` |
| `frame_rate` | String | Video frame rate (`25`, `50`, `60`, etc.) | `25` |

Expand Down Expand Up @@ -150,7 +150,7 @@ TBD
-payload_type st30 \
-ip_addr 192.168.96.1 \
-port 9001 \
-i output.wav
-i - output.wav
```

**Option B – PCM 16-bit audio**
Expand All @@ -164,7 +164,7 @@ TBD
-payload_type st30 \
-ip_addr 192.168.96.1 \
-port 9001 \
-i output.wav
-i - output.wav
```

### Sender side setup
Expand Down

0 comments on commit 2a5b1aa

Please sign in to comment.