Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ravnur-dev authored Jan 11, 2024
1 parent a94a59a commit a56a229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk-azure-resource-manager-demo/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
dotnet run
```

If you start the application without any command line arguments, it will encode the default video that is included in the package using the configured RMS instance.<br>
However, you probably will want to upload and encode your own videos, so you can specify the video file to encode as a command line argument:
If you start the application without any command line arguments, it will encode the default video that is included in the package using the configured RMS instance. However, you probably will want to upload and encode your own videos, so you can specify the video file to encode as a command line argument:

```console
dotnet run rms <local path or URL of a video/audio file>
```
If you're uploading from your loacal machine, a very large file may trigger a timeout after 100 seconds. This is caused by the testing app, not RMS. Using a URL transfers files faster.

If for some reason you need test videos, this link has several: https://gist.github.com/jsturgis/3b19447b304616f18657<br>
The app creates simple custom transform which generates: 3 video qualities, 1 audio quality and several thumbnail images.<br>
Expand Down

0 comments on commit a56a229

Please sign in to comment.