Skip to content

Commit 2459af2

Browse files
committed
marking particularly useful/good scripts
Signed-off-by: Ivan Boothe <[email protected]>
1 parent 10c6b09 commit 2459af2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
[![License](https://img.shields.io/npm/l/mjml-bullet-list?color=brightgreen&style=flat-square)](https://github.com/premail/mjml-bullet-list/blob/main/LICENSE)
44

5-
## Script types
5+
Scripts marked with a 🌟 are ones I use a lot or am particularly proud of.
66

77
### Image manipulation
88

9-
- [imagedate.sh](images/imagedate.sh): Rewrite file and metadata dates on images
9+
- 🌟 [imagedate.sh](images/imagedate.sh): Rewrite file and metadata dates on images
1010
to increment in the order of the alphabetized filenames. Useful when you have
1111
a system (Snapfish) that will only order by date, but you want images ordered
1212
by filename.
1313
- [minpic.sh](images/minpic.sh): Minify JPEG and PNG images, losslessly, for the
1414
web. Really just a more convenient wrapper for
1515
[Trimage](https://trimage.org/).
16-
- [modimg.sh](images/modimg.sh): Create optimized image formats for the web.
16+
- 🌟 [modimg.sh](images/modimg.sh): Create optimized image formats for the web.
1717
Generate [WebP](https://developers.google.com/speed/webp),
1818
[AVIF](https://web.dev/compress-images-avif/), and
1919
[JXL](https://cloudinary.com/blog/how_jpeg_xl_compares_to_other_image_codecs)
@@ -27,7 +27,7 @@
2727
- [avimp4.sh](videos/avimp4.sh): Convert AVI videos to MP4 format. More thorough
2828
than ffmpeg's default process, resulting in both smaller and better-quality
2929
videos.
30-
- [convertvid.sh](videos/convertvid.sh): Convert any video files readable by
30+
- 🌟 [convertvid.sh](videos/convertvid.sh): Convert any video files readable by
3131
ffmpeg (including but not limited to MP4, MPG, M4V, MOV, WEBM, WMV, AVI, 3GP)
3232
into modern H265-encoded MP4 file. This will generally be smaller in file size
3333
and more widely playable than other video formats.
@@ -43,7 +43,7 @@
4343
- [stripvid.sh](videos/stripvid.sh): Strip metadata from a video.
4444
- [trimvid.sh](videos/trimvid.sh): Trim MP4 videos with a starting timecode and
4545
a duration or stop timecode.
46-
- [vidcap.sh](videos/vidcap.sh): Create screencaps of a video, that is,
46+
- 🌟 [vidcap.sh](videos/vidcap.sh): Create screencaps of a video, that is,
4747
individual images from different time codes of the video. (Not to be confused
4848
with video captioning.)
4949

0 commit comments

Comments
 (0)