Skip to content

Commit

Permalink
update bullet points
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 19, 2024
1 parent 19e3b5c commit ce81a43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions MyApp/_pages/ai-server/transform/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ description: Processing images with AI Server

AI Server incorporates various image processing capabilities. It wraps some common operations into easier-to-use endpoints, such as:

- **Crop Image**: Crop an image to a specific size.
- **Convert Image**: Convert an image to a different format.
- **Scale Image**: Scale an image to a different resolution.
- **Watermark Image**: Add a watermark to an image.
- **Crop Image** - Crop an image to a specific size
- **Convert Image** - Convert an image to a different format
- **Scale Image** - Scale an image to a different resolution
- **Watermark Image** - Add a watermark to an image

:::info
These operations are processed on the AI Server itself, rather than an external API or agent.
Expand Down
10 changes: 5 additions & 5 deletions MyApp/_pages/ai-server/transform/video.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ description: Processing videos with AI Server

Also incorporated into the ComfyUI Agent is FFmpeg, which can be used to process videos. AI Server wraps some common operations into easier-to-use endpoints, such as:

- **Crop Video**: Crop a video to a specific size.
- **Convert Video**: Convert a video to a different format.
- **Scale Video**: Scale a video to a different resolution.
- **Watermark Video**: Add a watermark to a video.
- **Trim Video**: Trim a video to a specific length.
- **Crop Video** - Crop a video to a specific size
- **Convert Video** - Convert a video to a different format
- **Scale Video** - Scale a video to a different resolution
- **Watermark Video** - Add a watermark to a video
- **Trim Video** - Trim a video to a specific length

## Using Video Endpoints

Expand Down

0 comments on commit ce81a43

Please sign in to comment.