|
2 | 2 |
|
3 | 3 | [](https://github.com/premail/mjml-bullet-list/blob/main/LICENSE)
|
4 | 4 |
|
5 |
| -## Script types |
| 5 | +Scripts marked with a 🌟 are ones I use a lot or am particularly proud of. |
6 | 6 |
|
7 | 7 | ### Image manipulation
|
8 | 8 |
|
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 |
10 | 10 | to increment in the order of the alphabetized filenames. Useful when you have
|
11 | 11 | a system (Snapfish) that will only order by date, but you want images ordered
|
12 | 12 | by filename.
|
13 | 13 | - [minpic.sh](images/minpic.sh): Minify JPEG and PNG images, losslessly, for the
|
14 | 14 | web. Really just a more convenient wrapper for
|
15 | 15 | [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. |
17 | 17 | Generate [WebP](https://developers.google.com/speed/webp),
|
18 | 18 | [AVIF](https://web.dev/compress-images-avif/), and
|
19 | 19 | [JXL](https://cloudinary.com/blog/how_jpeg_xl_compares_to_other_image_codecs)
|
|
27 | 27 | - [avimp4.sh](videos/avimp4.sh): Convert AVI videos to MP4 format. More thorough
|
28 | 28 | than ffmpeg's default process, resulting in both smaller and better-quality
|
29 | 29 | 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 |
31 | 31 | ffmpeg (including but not limited to MP4, MPG, M4V, MOV, WEBM, WMV, AVI, 3GP)
|
32 | 32 | into modern H265-encoded MP4 file. This will generally be smaller in file size
|
33 | 33 | and more widely playable than other video formats.
|
|
43 | 43 | - [stripvid.sh](videos/stripvid.sh): Strip metadata from a video.
|
44 | 44 | - [trimvid.sh](videos/trimvid.sh): Trim MP4 videos with a starting timecode and
|
45 | 45 | 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, |
47 | 47 | individual images from different time codes of the video. (Not to be confused
|
48 | 48 | with video captioning.)
|
49 | 49 |
|
|
0 commit comments