Skip to content

Commit 0c5d4f7

Browse files
committed
调整说明文档
1 parent b72dd5f commit 0c5d4f7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README-SAR.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ This application provides a single output, `LayerVersion`, which points to a
66
Lambda Layer ARN you can use with Lambda runtimes based on Amazon Linux 2023 (such
77
as the `nodejs22.x` runtime).
88

9-
For an example of how to use the layer, check out
10-
<https://github.com/serverlesspub/ffmpeg-aws-lambda-layer/tree/master/example>
9+
For an example of how to use the layer, check
10+
out: [ffmpeg-aws-lambda-layer example](https://github.com/thinktik/ffmpeg-aws-lambda-layer/tree/master/example)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ For manual deployments and custom builds, read below...
3030

3131
* Unix Make environment
3232

33-
| OS | version | arch |
34-
|--------------|---------|--------|
35-
| Amazon Linux | 2023.x | x86_64 |
36-
| Rocky Linux | 9.x | x86_64 |
33+
| OS | version | arch |
34+
|--------------|---------|--------|
35+
| Amazon Linux | 2023.x | x86_64 |
36+
| Rocky Linux | 9.x | x86_64 |
3737

3838
* AWS command line utilities (just for deployment)
3939

@@ -69,7 +69,7 @@ For more information on using FFmpeg and FFprobe, check out <https://ffmpeg.org/
6969

7070
## Author
7171

72-
Gojko Adzic <https://gojko.net>
72+
[ThinkTik](https://github.com/thinktik)
7373

7474
## License
7575

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Metadata:
3434
Name: ffmpeg-lambda-layer
3535
Description: >
3636
Static build of FFmpeg/FFprobe for Amazon Linux 2023,
37-
packaged as a Lambda layer. Bundles FFmpeg 4.1.3
37+
packaged as a Lambda layer. Bundles FFmpeg 7.0.2
3838
Author: ThinkTik
3939
SpdxLicenseId: GPL-2.0-or-later
4040
LicenseUrl: LICENSE.txt

0 commit comments

Comments
 (0)