fix typos
This commit is contained in:
@@ -5,7 +5,7 @@ description: When a user asks to upload a file, or one is needed for PR descript
|
||||
|
||||
# File upload
|
||||
|
||||
Upload files to `https://files.gitcoffee.dev` and return the permanent public URL from the reponse body. Authenticate with `FILE_HOST_TOKEN`. If it is unset, tell the user instead of guessing.
|
||||
Upload files to `https://files.gitcoffee.dev` and return the permanent public URL from the response body. Authenticate with `FILE_HOST_TOKEN`. If it is unset, tell the user instead of guessing.
|
||||
|
||||
## Upload
|
||||
|
||||
@@ -23,7 +23,7 @@ curl -sS --fail-with-body -X PUT -T <path-to-file> \
|
||||
|
||||
- Embed images (`png`, `jpg`, `gif`, `webp`) as ``
|
||||
- Link videos (`mp4`, `mov`, `webm`) as `[screen recording](URL)` because inline video players are not well supported.
|
||||
- When an inline preview genuienly helps and the clip is shorter than about 30 seconds, also upload a GIF preview:
|
||||
- When an inline preview genuinely helps and the clip is shorter than about 30 seconds, also upload a GIF preview:
|
||||
|
||||
```bash
|
||||
ffmpeg -i recording.mp4 -vf "fps=10,scale=800:-1" -loop 0 preview.gif
|
||||
|
||||
Reference in New Issue
Block a user