image_over_dns/encode.sh
2025-06-14 20:14:32 +01:00

2 lines
102 B
Bash
Executable File

ffmpeg -i input.png -vf "scale=500:500,scale=640:640" -q:v 1 output.jpg
xxd -p output.jpg > output.txt