-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
39 lines (31 loc) · 1.59 KB
/
README
File metadata and controls
39 lines (31 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
SHELL SCRIPTS COLLECTION
Utility scripts for media processing and file management.
AUDIO/
retitle-mp3.sh Add prefix to MP3 title metadata
CODE/
audit-svelte Svelte/SvelteKit project audit and analysis
audit-ts JS/TS/React project audit and analysis
concat Concatenate source files with filters
IMAGE/
convert-format.sh Convert between image formats (PNG→JPG)
png-crush.sh Optimize PNGs by removing metadata
resize-crop-square.sh Resize and crop to exact square
resize-images.sh Resize with quality/DPI control
resize-with-background.sh Fit images with background padding
transparent-to-white.sh Replace PNG transparency with solid color
VIDEO/
convert-prores.sh Convert to Apple ProRes (5 profiles)
create-gif.sh Create animated GIF from PNG sequence
gif-to-video.sh Convert GIF to MP4
png-sequence-to-video.sh Create video from PNG frames
time-stretch.sh Speed up/slow down video
ts-to-mp4.sh Convert .ts files to MP4
video-to-gif.sh Convert video to optimized GIF
UTILS/
fix_filenames.sh Fix broken Unicode characters in filenames
INSTALLATION/
install.sh Install script as global command
uninstall.sh Remove script from global commands
USAGE
All scripts include help: ./script.sh (without arguments)
Most scripts accept directory/file paths as parameters